doc-src/IsarAdvanced/Codegen/codegen.tex
author haftmann
Tue, 30 Sep 2008 11:19:47 +0200
changeset 28419 f65e8b318581
parent 28213 b52f9205a02d
child 28428 fd007794561f
permissions -rw-r--r--
re-canibalised manual
haftmann@20948
     1
haftmann@20948
     2
%% $Id$
haftmann@20948
     3
haftmann@20948
     4
\documentclass[12pt,a4paper,fleqn]{report}
haftmann@20948
     5
\usepackage{latexsym,graphicx}
haftmann@21058
     6
\usepackage{listings}
haftmann@20948
     7
\usepackage[refpage]{nomencl}
haftmann@20948
     8
\usepackage{../../iman,../../extra,../../isar,../../proof}
wenzelm@26911
     9
\usepackage{../../isabelle,../../isabellesym}
haftmann@20948
    10
\usepackage{style}
wenzelm@26911
    11
\usepackage{../../pdfsetup}
haftmann@20948
    12
haftmann@28419
    13
\makeatletter
haftmann@20948
    14
haftmann@28419
    15
\newcommand{\isaverbatim}{\renewcommand{\baselinestretch}{1}\setlength{\baselineskip}{8pt}\fontsize{8pt}{0pt}}
haftmann@28419
    16
\isakeeptag{quoteme}
haftmann@28419
    17
\newenvironment{quoteme}{\begin{quote}\isa@parindent\parindent\parindent0pt\isa@parskip\parskip\parskip0pt}{\end{quote}}
haftmann@28419
    18
\renewcommand{\isatagquoteme}{\begin{quoteme}}
haftmann@28419
    19
\renewcommand{\endisatagquoteme}{\end{quoteme}}
haftmann@28419
    20
haftmann@28419
    21
\makeatother
haftmann@20948
    22
haftmann@21322
    23
\isakeeptag{tt}
haftmann@21322
    24
\renewcommand{\isatagtt}{\isabellestyle{tt}\isastyle}
haftmann@21322
    25
\renewcommand{\endisatagtt}{\isabellestyle{it}\isastyle}
haftmann@21322
    26
haftmann@20948
    27
\newcommand{\qt}[1]{``#1''}
haftmann@20948
    28
\newcommand{\qtt}[1]{"{}{#1}"{}}
haftmann@20948
    29
\newcommand{\qn}[1]{\emph{#1}}
haftmann@20948
    30
\newcommand{\strong}[1]{{\bfseries #1}}
haftmann@20948
    31
\newcommand{\fixme}[1][!]{\strong{FIXME: #1}}
haftmann@20948
    32
haftmann@20948
    33
\hyphenation{Isabelle}
haftmann@20948
    34
\hyphenation{Isar}
haftmann@20948
    35
haftmann@20948
    36
\isadroptag{theory}
haftmann@20948
    37
\title{\includegraphics[scale=0.5]{isabelle_isar}
haftmann@21222
    38
  \\[4ex] Code generation from Isabelle/HOL theories}
haftmann@20948
    39
\author{\emph{Florian Haftmann}}
haftmann@20948
    40
haftmann@20948
    41
haftmann@20948
    42
\begin{document}
haftmann@20948
    43
haftmann@20948
    44
\maketitle
haftmann@20948
    45
haftmann@20948
    46
\begin{abstract}
haftmann@28213
    47
  This tutorial gives am introduction to a generic code generator framework in Isabelle
haftmann@28213
    48
  for generating executable code in functional programming languages from logical
haftmann@28213
    49
  specifications in Isabelle/HOL.
haftmann@20948
    50
\end{abstract}
haftmann@20948
    51
haftmann@20948
    52
\thispagestyle{empty}\clearpage
haftmann@20948
    53
haftmann@20948
    54
\pagenumbering{roman}
haftmann@20948
    55
\clearfirst
haftmann@20948
    56
haftmann@28419
    57
\input{Thy/document/Introduction.tex}
haftmann@28419
    58
\input{Thy/document/Program.tex}
haftmann@28419
    59
\input{Thy/document/Adaption.tex}
haftmann@28419
    60
\input{Thy/document/Further.tex}
haftmann@28419
    61
\input{Thy/document/ML.tex}
haftmann@20948
    62
haftmann@20948
    63
\begingroup
haftmann@20948
    64
%\tocentry{\bibname}
haftmann@20948
    65
\bibliographystyle{plain} \small\raggedright\frenchspacing
haftmann@20948
    66
\bibliography{../../manual}
haftmann@20948
    67
\endgroup
haftmann@20948
    68
haftmann@20948
    69
\end{document}
haftmann@20948
    70
haftmann@20948
    71
haftmann@20948
    72
%%% Local Variables: 
haftmann@20948
    73
%%% mode: latex
haftmann@20948
    74
%%% TeX-master: t
haftmann@20948
    75
%%% End: