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