src/Doc/Codegen/document/root.tex
author Christian Sternagel
Wed, 29 Aug 2012 10:57:24 +0900
changeset 49081 092668a120cc
parent 48985 5386df44a037
child 50426 d2c60ada3ece
permissions -rw-r--r--
changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)


\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{latexsym,graphicx}
\usepackage{multirow}
\usepackage{iman,extra,isar,proof}
\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{Adaptation.tex}
\input{Evaluation.tex}
\input{Further.tex}

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

\end{document}


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