doc-src/System/system.tex
author wenzelm
Tue, 07 Aug 2012 17:08:22 +0200
changeset 48710 5b51ccdc8623
parent 48579 0b95a13ed90a
permissions -rw-r--r--
prefer static Build.session_content for loaded theories -- discontinued incremental protocol;

\documentclass[12pt,a4paper]{report}
\usepackage{supertabular}
\usepackage{graphicx}
\usepackage{../iman,../extra,../isar,../ttbox}
\usepackage[nohyphen,strings]{../underscore}
\usepackage{../../lib/texinputs/isabelle,../../lib/texinputs/isabellesym}
\usepackage{../../lib/texinputs/railsetup}
\usepackage{../IsarRef/style}
\usepackage{../pdfsetup}

\hyphenation{Isabelle}
\hyphenation{Isar}

\isadroptag{theory}

\isabellestyle{literal}

\title{\includegraphics[scale=0.5]{isabelle} \\[4ex] The Isabelle System Manual}

\author{\emph{Makarius Wenzel} and \emph{Stefan Berghofer} \\
  TU M\"unchen}

\makeindex


\begin{document}

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

\input{Thy/document/Basics.tex}
\input{Thy/document/Interfaces.tex}
\input{Thy/document/Sessions.tex}
\input{Thy/document/Presentation.tex}
\input{Thy/document/Scala.tex}
\input{Thy/document/Misc.tex}

\begingroup
  \tocentry{\bibname}
  \bibliographystyle{abbrv} \small\raggedright\frenchspacing
  \bibliography{../manual}
\endgroup

\tocentry{\indexname}
\printindex

\end{document}