src/Doc/System/document/root.tex
author wenzelm
Tue, 28 Aug 2012 18:57:32 +0200
changeset 48985 5386df44a037
parent 48937 doc-src/System/document/root.tex@e7418f8d49fe
child 55365 9d5aba2baa4c
permissions -rw-r--r--
renamed doc-src to src/Doc; renamed TutorialI to Tutorial;

\documentclass[12pt,a4paper]{report}
\usepackage{supertabular}
\usepackage{graphicx}
\usepackage{iman,extra,isar,ttbox}
\usepackage[nohyphen,strings]{underscore}
\usepackage{isabelle,isabellesym}
\usepackage{railsetup}
\usepackage{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{Basics.tex}
\input{Interfaces.tex}
\input{Sessions.tex}
\input{Presentation.tex}
\input{Scala.tex}
\input{Misc.tex}

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

\tocentry{\indexname}
\printindex

\end{document}