src/Doc/System/document/root.tex
author haftmann
Tue, 08 Mar 2016 21:07:48 +0100
changeset 62539 00f8bca4aba0
parent 62013 92a2372a226b
child 62640 e36cbe677c17
permissions -rw-r--r--
explicit record values for dictionary variables

\documentclass[12pt,a4paper]{report}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{supertabular}
\usepackage{graphicx}
\usepackage{iman,extra,isar}
\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}}

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