3170
|
1 |
|
|
2 |
%% $Id$
|
|
3 |
|
7838
|
4 |
\documentclass[12pt,a4paper]{report}
|
|
5 |
\usepackage{graphicx,../iman,../extra,../pdfsetup}
|
3170
|
6 |
|
|
7 |
|
6623
|
8 |
\title{\includegraphics[scale=0.5]{isabelle} \\[4ex] The Isabelle System Manual}
|
3170
|
9 |
|
7258
|
10 |
\author{\emph{Markus Wenzel} and \emph{Stefan Berghofer} \\
|
4553
|
11 |
TU M\"unchen}
|
3170
|
12 |
|
|
13 |
\makeindex
|
|
14 |
|
|
15 |
\setcounter{secnumdepth}{1} \setcounter{tocdepth}{2}
|
|
16 |
|
|
17 |
\pagestyle{headings}
|
|
18 |
\sloppy
|
|
19 |
\binperiod %%%treat . like a binary operator
|
|
20 |
|
|
21 |
\begin{document}
|
4540
|
22 |
|
3170
|
23 |
\underscoreoff
|
|
24 |
|
|
25 |
\maketitle
|
|
26 |
\pagenumbering{roman} \tableofcontents \clearfirst
|
|
27 |
|
3188
|
28 |
\include{basics}
|
7849
|
29 |
\include{present}
|
7882
|
30 |
\include{misc}
|
3188
|
31 |
\include{fonts}
|
3170
|
32 |
|
7207
|
33 |
\begingroup
|
|
34 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
|
35 |
\bibliography{../manual}
|
|
36 |
\endgroup
|
|
37 |
|
4540
|
38 |
\input{system.ind}
|
3170
|
39 |
|
|
40 |
\end{document}
|