doc-src/Classes/classes.tex
author haftmann
Tue, 26 May 2009 13:40:50 +0200
changeset 31250 cf75908fd3c3
parent 30210 853abb4853cc
child 31684 7d50527dc008
permissions -rw-r--r--
weakend references to old axclass
     1 
     2 \documentclass[12pt,a4paper,fleqn]{article}
     3 \usepackage{latexsym,graphicx}
     4 \usepackage[refpage]{nomencl}
     5 \usepackage{../iman,../extra,../isar,../proof}
     6 \usepackage{../isabelle,../isabellesym}
     7 \usepackage{style}
     8 \usepackage{../pdfsetup}
     9 
    10 
    11 \hyphenation{Isabelle}
    12 \hyphenation{Isar}
    13 \isadroptag{theory}
    14 
    15 \title{\includegraphics[scale=0.5]{isabelle_isar}
    16   \\[4ex] Haskell-style type classes with Isabelle/Isar}
    17 \author{\emph{Florian Haftmann}}
    18 
    19 \begin{document}
    20 
    21 \maketitle
    22 
    23 \begin{abstract}
    24   \noindent This tutorial introduces the look-and-feel of
    25   Isar type classes to the end-user.  Isar type classes
    26   are a convenient mechanism for organizing specifications.
    27   Essentially, they combine an operational aspect (in the
    28   manner of Haskell) with a logical aspect, both managed uniformly.
    29 \end{abstract}
    30 
    31 \thispagestyle{empty}\clearpage
    32 
    33 \pagenumbering{roman}
    34 \clearfirst
    35 
    36 \input{Thy/document/Classes.tex}
    37 
    38 \begingroup
    39 \bibliographystyle{plain} \small\raggedright\frenchspacing
    40 \bibliography{../manual}
    41 \endgroup
    42 
    43 \end{document}
    44 
    45 
    46 %%% Local Variables: 
    47 %%% mode: latex
    48 %%% TeX-master: t
    49 %%% End: