author | wenzelm |
Wed, 12 Mar 2025 11:39:00 +0100 | |
changeset 82265 | 4b875a4c83b0 |
parent 82051 | 1be62b17bed9 |
permissions | -rw-r--r-- |
7838 | 1 |
\documentclass[12pt,a4paper]{report} |
55365 | 2 |
\usepackage[T1]{fontenc} |
10580 | 3 |
\usepackage{supertabular} |
28216
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
4 |
\usepackage{graphicx} |
61409 | 5 |
\usepackage{iman,extra,isar} |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
6 |
\usepackage[nohyphen,strings]{underscore} |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
7 |
\usepackage{isabelle,isabellesym} |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
8 |
\usepackage{railsetup} |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
9 |
\usepackage{style} |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
10 |
\usepackage{pdfsetup} |
28216
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
11 |
|
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
12 |
\hyphenation{Isabelle} |
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
13 |
\hyphenation{Isar} |
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
14 |
|
5423ad29648e
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm
parents:
27639
diff
changeset
|
15 |
\isadroptag{theory} |
3170 | 16 |
|
48579 | 17 |
\isabellestyle{literal} |
61407
7ba7b8103565
@{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents:
60185
diff
changeset
|
18 |
\def\isastylett{\footnotesize\tt} |
3170 | 19 |
|
73723 | 20 |
\title{\includegraphics[scale=0.5]{isabelle_logo} \\[4ex] The Isabelle System Manual} |
3170 | 21 |
|
82051 | 22 |
\author{\emph{Makarius Wenzel} \\[3ex] |
23 |
With Contributions by |
|
24 |
Fabian Huch} |
|
3170 | 25 |
|
26 |
\makeindex |
|
27 |
||
28 |
||
29 |
\begin{document} |
|
4540 | 30 |
|
3170 | 31 |
\maketitle |
32 |
\pagenumbering{roman} \tableofcontents \clearfirst |
|
33 |
||
62640 | 34 |
\input{Environment.tex} |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
35 |
\input{Sessions.tex} |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
36 |
\input{Presentation.tex} |
67904 | 37 |
\input{Server.tex} |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
38 |
\input{Scala.tex} |
71099
20c1b9516d27
documentation on Phabricator server administration;
wenzelm
parents:
67904
diff
changeset
|
39 |
\input{Phabricator.tex} |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
40 |
\input{Misc.tex} |
10580 | 41 |
|
7207 | 42 |
\begingroup |
48057 | 43 |
\tocentry{\bibname} |
30116 | 44 |
\bibliographystyle{abbrv} \small\raggedright\frenchspacing |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48579
diff
changeset
|
45 |
\bibliography{manual} |
7207 | 46 |
\endgroup |
47 |
||
48057 | 48 |
\tocentry{\indexname} |
8828 | 49 |
\printindex |
3170 | 50 |
|
51 |
\end{document} |