src/Doc/Codegen/document/root.tex
author haftmann
Thu, 03 Dec 2015 15:33:00 +0100
changeset 61780 b319013d2d33
parent 52742 e7296939fec2
child 65041 2525e680f94f
permissions -rw-r--r--
moved section according to supposed order of interest


\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{latexsym,graphicx}
\usepackage{tikz}\usetikzlibrary{shapes}\usetikzlibrary{arrows}
\usepackage{multirow}
\usepackage{iman,extra,isar}
\usepackage{isabelle,isabellesym}
\usepackage{style}
\usepackage{pdfsetup}

\hyphenation{Isabelle}
\hyphenation{Isar}
\isadroptag{theory}

\title{\includegraphics[scale=0.5]{isabelle_isar}
  \\[4ex] Code generation from Isabelle/HOL theories}
\author{\emph{Florian Haftmann with contributions from Lukas Bulwahn}}

\begin{document}

\maketitle

\begin{abstract}
  \noindent This tutorial introduces the code generator facilities of Isabelle/HOL.
    They empower the user to turn HOL specifications into corresponding executable
    programs in the languages SML, OCaml, Haskell and Scala.
\end{abstract}

\thispagestyle{empty}\clearpage

\pagenumbering{roman}
\clearfirst

\input{Introduction.tex}
\input{Foundations.tex}
\input{Refinement.tex}
\input{Inductive_Predicate.tex}
\input{Evaluation.tex}
\input{Adaptation.tex}
\input{Further.tex}

\begingroup
\bibliographystyle{plain} \small\raggedright\frenchspacing
\bibliography{manual}
\endgroup

\end{document}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: