author | wenzelm |
Tue, 28 Aug 2012 18:57:32 +0200 | |
changeset 48985 | 5386df44a037 |
parent 48958 | doc-src/IsarRef/document/root.tex@12afbf6eb7f9 |
child 50109 | c13dc0b1841c |
permissions | -rw-r--r-- |
7836 | 1 |
\documentclass[12pt,a4paper,fleqn]{report} |
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
2 |
\usepackage{amssymb} |
48171
28a6d67c93f0
default for \<euro> is now based on eurosym package, instead of slightly exotic babel/greek (which causes problems with the Gentoo installation on lxbroy2);
wenzelm
parents:
48057
diff
changeset
|
3 |
\usepackage{eurosym} |
28a6d67c93f0
default for \<euro> is now based on eurosym package, instead of slightly exotic babel/greek (which causes problems with the Gentoo installation on lxbroy2);
wenzelm
parents:
48057
diff
changeset
|
4 |
\usepackage[english]{babel} |
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
5 |
\usepackage[only,bigsqcap]{stmaryrd} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
6 |
\usepackage{textcomp} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
7 |
\usepackage{latexsym} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
8 |
\usepackage{graphicx} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
9 |
\let\intorig=\int %iman.sty redefines \int |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
10 |
\usepackage{iman,extra,isar,proof} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
11 |
\usepackage[nohyphen,strings]{underscore} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
12 |
\usepackage{isabelle} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
13 |
\usepackage{isabellesym} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
14 |
\usepackage{railsetup} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
15 |
\usepackage{ttbox} |
28773 | 16 |
\usepackage{supertabular} |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
17 |
\usepackage{style} |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
18 |
\usepackage{pdfsetup} |
7046 | 19 |
|
26741 | 20 |
\hyphenation{Isabelle} |
21 |
\hyphenation{Isar} |
|
22 |
||
23 |
\isadroptag{theory} |
|
7046 | 24 |
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual} |
26870 | 25 |
\author{\emph{Makarius Wenzel} \\[3ex] |
26 |
With Contributions by |
|
27 |
Clemens Ballarin, |
|
28 |
Stefan Berghofer, \\ |
|
44966 | 29 |
Jasmin Blanchette, |
30569 | 30 |
Timothy Bourke, |
44966 | 31 |
Lukas Bulwahn, \\ |
27038 | 32 |
Lucas Dixon, |
44966 | 33 |
Florian Haftmann, |
47860 | 34 |
Brian Huffman, \\ |
35 |
Gerwin Klein, |
|
27038 | 36 |
Alexander Krauss, |
47860 | 37 |
Ond\v{r}ej Kun\v{c}ar, \\ |
44966 | 38 |
Tobias Nipkow, |
47860 | 39 |
Lars Noschinski, |
40 |
David von Oheimb, \\ |
|
27038 | 41 |
Larry Paulson, |
44966 | 42 |
Sebastian Skalberg |
26870 | 43 |
} |
7046 | 44 |
|
7050 | 45 |
\makeindex |
46 |
||
18021 | 47 |
\chardef\charbackquote=`\` |
48 |
\newcommand{\backquote}{\mbox{\tt\charbackquote}} |
|
49 |
||
7046 | 50 |
|
51 |
\begin{document} |
|
52 |
||
53 |
\maketitle |
|
54 |
||
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
55 |
\pagenumbering{roman} |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
56 |
{\def\isamarkupchapter#1{\chapter*{#1}}\input{Preface.tex}} |
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
57 |
\tableofcontents |
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
58 |
\clearfirst |
7046 | 59 |
|
29718 | 60 |
\part{Basic Concepts} |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
61 |
\input{Synopsis.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
62 |
\input{Framework.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
63 |
\input{First_Order_Logic.tex} |
29718 | 64 |
\part{General Language Elements} |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
65 |
\input{Outer_Syntax.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
66 |
\input{Document_Preparation.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
67 |
\input{Spec.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
68 |
\input{Proof.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
69 |
\input{Inner_Syntax.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
70 |
\input{Misc.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
71 |
\input{Generic.tex} |
48957
c04001b3a753
removed outdated IsarRef/Thy/HOLCF_Specific.thy -- make IsarRef depend on HOL only;
wenzelm
parents:
48956
diff
changeset
|
72 |
\part{Object-Logic} |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
73 |
\input{HOL_Specific.tex} |
7046 | 74 |
|
29718 | 75 |
\part{Appendix} |
7895 | 76 |
\appendix |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
77 |
\input{Quick_Reference.tex} |
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
78 |
\let\int\intorig |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
79 |
\input{Symbols.tex} |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
80 |
\input{ML_Tactic.tex} |
7895 | 81 |
|
7046 | 82 |
\begingroup |
48057 | 83 |
\tocentry{\bibname} |
30116 | 84 |
\bibliographystyle{abbrv} \small\raggedright\frenchspacing |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
85 |
\bibliography{manual} |
7046 | 86 |
\endgroup |
87 |
||
48057 | 88 |
\tocentry{\indexname} |
8828 | 89 |
\printindex |
7046 | 90 |
|
91 |
\end{document} |