| author | wenzelm |
| Thu, 28 Mar 2019 13:06:32 +0100 | |
| changeset 70006 | f12a52b5d812 |
| parent 69962 | 82e945d472d5 |
| child 72319 | 76bb6dd505c0 |
| permissions | -rw-r--r-- |
| 7836 | 1 |
\documentclass[12pt,a4paper,fleqn]{report}
|
|
60185
cc71f01f9fde
prefer lmodern, which produces scalable T1 fonts even with Debian-ized TeXLive;
wenzelm
parents:
59974
diff
changeset
|
2 |
\usepackage{lmodern}
|
| 55365 | 3 |
\usepackage[T1]{fontenc}
|
| 61963 | 4 |
\usepackage{amsmath}
|
|
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
5 |
\usepackage{amssymb}
|
|
59974
b911c8ba0b69
added symbol for \<hole> (from DejaVuSansMono and DejaVuSansMono-Bold version 2.34);
wenzelm
parents:
57590
diff
changeset
|
6 |
\usepackage{wasysym}
|
|
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
|
7 |
\usepackage{eurosym}
|
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
64511
diff
changeset
|
8 |
\usepackage{pifont}
|
|
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
|
9 |
\usepackage[english]{babel}
|
|
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
10 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
11 |
\usepackage{textcomp}
|
|
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
12 |
\usepackage{latexsym}
|
|
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
13 |
\usepackage{graphicx}
|
|
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
14 |
\let\intorig=\int %iman.sty redefines \int |
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
15 |
\usepackage{iman,extra,isar,proof}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
16 |
\usepackage[nohyphen,strings]{underscore}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
17 |
\usepackage{isabelle}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
18 |
\usepackage{isabellesym}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
19 |
\usepackage{railsetup}
|
| 28773 | 20 |
\usepackage{supertabular}
|
|
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
21 |
\usepackage{style}
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
22 |
\usepackage{pdfsetup}
|
| 7046 | 23 |
|
| 26741 | 24 |
\hyphenation{Isabelle}
|
25 |
\hyphenation{Isar}
|
|
26 |
||
27 |
\isadroptag{theory}
|
|
| 7046 | 28 |
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual}
|
| 26870 | 29 |
\author{\emph{Makarius Wenzel} \\[3ex]
|
30 |
With Contributions by |
|
31 |
Clemens Ballarin, |
|
32 |
Stefan Berghofer, \\ |
|
| 44966 | 33 |
Jasmin Blanchette, |
| 30569 | 34 |
Timothy Bourke, |
| 44966 | 35 |
Lukas Bulwahn, \\ |
| 50130 | 36 |
Amine Chaieb, |
| 27038 | 37 |
Lucas Dixon, |
| 50130 | 38 |
Florian Haftmann, \\ |
39 |
Brian Huffman, |
|
| 57590 | 40 |
Lars Hupel, |
41 |
Gerwin Klein, \\ |
|
42 |
Alexander Krauss, |
|
| 50130 | 43 |
Ond\v{r}ej Kun\v{c}ar,
|
| 57590 | 44 |
Andreas Lochbihler, \\ |
45 |
Tobias Nipkow, |
|
| 56364 | 46 |
Lars Noschinski, |
| 57590 | 47 |
David von Oheimb, \\ |
48 |
Larry Paulson, |
|
| 60837 | 49 |
Sebastian Skalberg, \\ |
50 |
Christian Sternagel, |
|
51 |
Dmitriy Traytel |
|
| 26870 | 52 |
} |
| 7046 | 53 |
|
| 7050 | 54 |
\makeindex |
55 |
||
| 18021 | 56 |
\chardef\charbackquote=`\` |
57 |
\newcommand{\backquote}{\mbox{\tt\charbackquote}}
|
|
58 |
||
| 7046 | 59 |
|
60 |
\begin{document}
|
|
61 |
||
62 |
\maketitle |
|
63 |
||
|
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
64 |
\pagenumbering{roman}
|
| 60286 | 65 |
\chapter*{Preface}
|
66 |
\input{Preface.tex}
|
|
|
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
67 |
\tableofcontents |
| 64511 | 68 |
\listoffigures |
|
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
69 |
\clearfirst |
| 7046 | 70 |
|
| 29718 | 71 |
\part{Basic Concepts}
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
72 |
\input{Synopsis.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
73 |
\input{Framework.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
74 |
\input{First_Order_Logic.tex}
|
| 29718 | 75 |
\part{General Language Elements}
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
76 |
\input{Outer_Syntax.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
77 |
\input{Document_Preparation.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
78 |
\input{Spec.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
79 |
\input{Proof.tex}
|
| 60484 | 80 |
\input{Proof_Script.tex}
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
81 |
\input{Inner_Syntax.tex}
|
|
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
82 |
\input{Generic.tex}
|
| 50109 | 83 |
\part{Isabelle/HOL}\label{part:hol}
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
84 |
\input{HOL_Specific.tex}
|
| 7046 | 85 |
|
| 29718 | 86 |
\part{Appendix}
|
| 7895 | 87 |
\appendix |
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
88 |
\input{Quick_Reference.tex}
|
|
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
89 |
\let\int\intorig |
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
90 |
\input{Symbols.tex}
|
| 7895 | 91 |
|
| 7046 | 92 |
\begingroup |
| 48057 | 93 |
\tocentry{\bibname}
|
| 30116 | 94 |
\bibliographystyle{abbrv} \small\raggedright\frenchspacing
|
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
95 |
\bibliography{manual}
|
| 7046 | 96 |
\endgroup |
97 |
||
| 48057 | 98 |
\tocentry{\indexname}
|
| 8828 | 99 |
\printindex |
| 7046 | 100 |
|
101 |
\end{document}
|