src/Doc/System/document/root.tex
author wenzelm
Wed, 19 May 2021 13:19:37 +0200
changeset 73743 813a08dff3fd
parent 73723 1bbbaae6b5e3
permissions -rw-r--r--
explicit option document_bibliography;

\documentclass[12pt,a4paper]{report}
\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_logo} \\[4ex] The Isabelle System Manual}

\author{\emph{Makarius Wenzel}}

\makeindex


\begin{document}

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

\input{Environment.tex}
\input{Sessions.tex}
\input{Presentation.tex}
\input{Server.tex}
\input{Scala.tex}
\input{Phabricator.tex}
\input{Misc.tex}

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

\tocentry{\indexname}
\printindex

\end{document}