src/Doc/System/document/root.tex
author wenzelm
Mon, 12 Oct 2015 18:18:48 +0200
changeset 61407 7ba7b8103565
parent 60185 cc71f01f9fde
child 61409 9d68db31196c
permissions -rw-r--r--
@{verbatim [display]} supersedes old alltt/ttbox;

\documentclass[12pt,a4paper]{report}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\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}
\def\isastylett{\footnotesize\tt}

\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{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}