author | wenzelm |
Mon, 02 Jun 2008 22:50:19 +0200 | |
changeset 27038 | 854c61598628 |
parent 27037 | 33d95687514e |
child 27048 | 0e86aab627f3 |
permissions | -rw-r--r-- |
7046 | 1 |
|
2 |
%% $Id$ |
|
3 |
||
7836 | 4 |
\documentclass[12pt,a4paper,fleqn]{report} |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
5 |
\usepackage{latexsym,graphicx} |
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
6 |
\usepackage{../iman,../extra,../isar,../proof} |
26862 | 7 |
\usepackage[nohyphen,strings]{../underscore} |
26906 | 8 |
\usepackage{../isabelle,../isabellesym} |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
9 |
\usepackage{../ttbox,,../rail,../railsetup} |
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
10 |
\usepackage{style} |
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
11 |
\usepackage{../pdfsetup} |
7046 | 12 |
|
26741 | 13 |
\hyphenation{Isabelle} |
14 |
\hyphenation{Isar} |
|
15 |
||
16 |
\isadroptag{theory} |
|
7046 | 17 |
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual} |
26870 | 18 |
\author{\emph{Makarius Wenzel} \\[3ex] |
19 |
With Contributions by |
|
20 |
Clemens Ballarin, |
|
21 |
Stefan Berghofer, \\ |
|
27038 | 22 |
Lucas Dixon, |
26870 | 23 |
Florian Haftmann, |
27038 | 24 |
Gerwin Klein, \\ |
25 |
Alexander Krauss, |
|
26870 | 26 |
Tobias Nipkow, |
27038 | 27 |
David von Oheimb, \\ |
28 |
Larry Paulson, |
|
26870 | 29 |
and Sebastian Skalberg |
30 |
} |
|
7046 | 31 |
|
7050 | 32 |
\makeindex |
33 |
||
9204 | 34 |
\railterm{percent,ppercent,underscore,lbrace,rbrace,atsign} |
7167 | 35 |
\railterm{ident,longident,symident,var,textvar,typefree,typevar,nat,string,verbatim,keyword} |
8596 | 36 |
\railterm{name,nameref,text,type,term,prop,atom} |
7134 | 37 |
|
13048 | 38 |
\railalias{ident}{\railtok{ident}} |
39 |
\railalias{longident}{\railtok{longident}} |
|
40 |
\railalias{symident}{\railtok{symident}} |
|
41 |
\railalias{var}{\railtok{var}} |
|
42 |
\railalias{textvar}{\railtok{textvar}} |
|
43 |
\railalias{typefree}{\railtok{typefree}} |
|
44 |
\railalias{typevar}{\railtok{typevar}} |
|
45 |
\railalias{nat}{\railtok{nat}} |
|
46 |
\railalias{string}{\railtok{string}} |
|
47 |
\railalias{verbatim}{\railtok{verbatim}} |
|
48 |
\railalias{keyword}{\railtok{keyword}} |
|
8594 | 49 |
|
13048 | 50 |
\railalias{name}{\railqtok{name}} |
51 |
\railalias{nameref}{\railqtok{nameref}} |
|
52 |
\railalias{text}{\railqtok{text}} |
|
53 |
\railalias{type}{\railqtok{type}} |
|
54 |
\railalias{term}{\railqtok{term}} |
|
55 |
\railalias{prop}{\railqtok{prop}} |
|
56 |
\railalias{atom}{\railqtok{atom}} |
|
7134 | 57 |
|
26786
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
58 |
\railalias{subseteq}{\isasymsubseteq}\railterm{subseteq} |
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
59 |
\railalias{equiv}{\isasymequiv}\railterm{equiv} |
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
60 |
\railalias{rightleftharpoons}{\isasymrightleftharpoons}\railterm{rightleftharpoons} |
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
61 |
\railalias{rightharpoonup}{\isasymrightharpoonup}\railterm{rightharpoonup} |
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
62 |
\railalias{leftharpoondown}{\isasymleftharpoondown}\railterm{leftharpoondown} |
26848 | 63 |
\railalias{verblbrace}{\texttt{\ttlbrace*}}\railterm{verblbrace} |
64 |
\railalias{verbrbrace}{\texttt{*\ttrbrace}}\railterm{verbrbrace} |
|
65 |
||
26786
e4e5d911e01c
moved some railaliases here -- for proper scoping;
wenzelm
parents:
26782
diff
changeset
|
66 |
|
18021 | 67 |
\chardef\charbackquote=`\` |
68 |
\newcommand{\backquote}{\mbox{\tt\charbackquote}} |
|
69 |
||
7046 | 70 |
|
71 |
\begin{document} |
|
72 |
||
73 |
\maketitle |
|
74 |
||
75 |
\pagenumbering{roman} \tableofcontents \clearfirst |
|
76 |
||
27035 | 77 |
\input{Thy/document/Introduction.tex} |
27037 | 78 |
\input{Thy/document/Outer_Syntax.tex} |
26869
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26862
diff
changeset
|
79 |
\input{Thy/document/Spec.tex} |
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26862
diff
changeset
|
80 |
\input{Thy/document/Proof.tex} |
26767 | 81 |
\input{Thy/document/pure.tex} |
27038 | 82 |
\input{Thy/document/Document_Preparation.tex} |
26782 | 83 |
\input{Thy/document/Generic.tex} |
26840 | 84 |
\input{Thy/document/HOL_Specific.tex} |
85 |
\input{Thy/document/HOLCF_Specific.tex} |
|
86 |
\input{Thy/document/ZF_Specific.tex} |
|
7046 | 87 |
|
7895 | 88 |
\appendix |
26779
35809287ab23
converted refcard.tex to Thy/Quick_Reference.thy;
wenzelm
parents:
26767
diff
changeset
|
89 |
\input{Thy/document/Quick_Reference.tex} |
26846
2e6726015771
removed obsolete conversion guide -- converted only section on tactics;
wenzelm
parents:
26840
diff
changeset
|
90 |
\input{Thy/document/ML_Tactic.tex} |
7895 | 91 |
|
7046 | 92 |
\begingroup |
93 |
\bibliographystyle{plain} \small\raggedright\frenchspacing |
|
94 |
\bibliography{../manual} |
|
95 |
\endgroup |
|
96 |
||
8828 | 97 |
\printindex |
7046 | 98 |
|
99 |
\end{document} |