doc-src/System/system.tex
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 32088 2110fcd86efb
child 43382 bf89455ccf9d
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
     1 \documentclass[12pt,a4paper]{report}
     2 \usepackage{supertabular}
     3 \usepackage{graphicx}
     4 \usepackage{../iman,../extra,../isar,../ttbox}
     5 \usepackage[nohyphen,strings]{../underscore}
     6 \usepackage{../isabelle,../isabellesym}
     7 \usepackage{../IsarRef/style}
     8 \usepackage{../pdfsetup}
     9 
    10 \hyphenation{Isabelle}
    11 \hyphenation{Isar}
    12 
    13 \isadroptag{theory}
    14 
    15 \isabellestyle{it}
    16 
    17 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] The Isabelle System Manual}
    18 
    19 \author{\emph{Makarius Wenzel} and \emph{Stefan Berghofer} \\
    20   TU M\"unchen}
    21 
    22 \makeindex
    23 
    24 
    25 \begin{document}
    26 
    27 \maketitle 
    28 \pagenumbering{roman} \tableofcontents \clearfirst
    29 
    30 \input{Thy/document/Basics.tex}
    31 \input{Thy/document/Interfaces.tex}
    32 \input{Thy/document/Presentation.tex}
    33 \input{Thy/document/Misc.tex}
    34 
    35 \begingroup
    36   \bibliographystyle{abbrv} \small\raggedright\frenchspacing
    37   \bibliography{../manual}
    38 \endgroup
    39 
    40 \printindex
    41 
    42 \end{document}