author | wenzelm |
Sat, 12 Nov 2011 19:44:56 +0100 | |
changeset 45474 | f793dd5d84b2 |
parent 44966 | 1db165e0bd97 |
child 47860 | fa7f5755b27a |
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} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
3 |
\usepackage[greek,english]{babel} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
4 |
\usepackage[only,bigsqcap]{stmaryrd} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
5 |
\usepackage{textcomp} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
6 |
\usepackage{latexsym} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
7 |
\usepackage{graphicx} |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
8 |
\let\intorig=\int %iman.sty redefines \int |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
9 |
\usepackage{../iman,../extra,../isar,../proof} |
26862 | 10 |
\usepackage[nohyphen,strings]{../underscore} |
42632
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
wenzelm
parents:
42620
diff
changeset
|
11 |
\usepackage{../../lib/texinputs/isabelle} |
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
wenzelm
parents:
42620
diff
changeset
|
12 |
\usepackage{../../lib/texinputs/isabellesym} |
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
wenzelm
parents:
42620
diff
changeset
|
13 |
\usepackage{../../lib/texinputs/railsetup} |
ebec0c1a5984
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
wenzelm
parents:
42620
diff
changeset
|
14 |
\usepackage{../ttbox} |
28773 | 15 |
\usepackage{supertabular} |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
16 |
\usepackage{style} |
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
18021
diff
changeset
|
17 |
\usepackage{../pdfsetup} |
7046 | 18 |
|
26741 | 19 |
\hyphenation{Isabelle} |
20 |
\hyphenation{Isar} |
|
21 |
||
22 |
\isadroptag{theory} |
|
7046 | 23 |
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual} |
26870 | 24 |
\author{\emph{Makarius Wenzel} \\[3ex] |
25 |
With Contributions by |
|
26 |
Clemens Ballarin, |
|
27 |
Stefan Berghofer, \\ |
|
44966 | 28 |
Jasmin Blanchette, |
30569 | 29 |
Timothy Bourke, |
44966 | 30 |
Lukas Bulwahn, \\ |
27038 | 31 |
Lucas Dixon, |
44966 | 32 |
Florian Haftmann, |
33 |
Gerwin Klein, \\ |
|
27038 | 34 |
Alexander Krauss, |
44966 | 35 |
Tobias Nipkow, |
36 |
Lars Noschinski, \\ |
|
30185 | 37 |
David von Oheimb, |
27038 | 38 |
Larry Paulson, |
44966 | 39 |
Sebastian Skalberg |
26870 | 40 |
} |
7046 | 41 |
|
7050 | 42 |
\makeindex |
43 |
||
18021 | 44 |
\chardef\charbackquote=`\` |
45 |
\newcommand{\backquote}{\mbox{\tt\charbackquote}} |
|
46 |
||
7046 | 47 |
|
48 |
\begin{document} |
|
49 |
||
50 |
\maketitle |
|
51 |
||
42915
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
52 |
\pagenumbering{roman} |
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
53 |
{\def\isamarkupchapter#1{\chapter*{#1}}\input{Thy/document/Preface.tex}} |
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
54 |
\tableofcontents |
f35aae36cad0
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);
wenzelm
parents:
42632
diff
changeset
|
55 |
\clearfirst |
7046 | 56 |
|
29718 | 57 |
\part{Basic Concepts} |
42917 | 58 |
\input{Thy/document/Synopsis.tex} |
29716
b6266c4c68fe
basic setup for chapter "The Isabelle/Isar Framework";
wenzelm
parents:
28838
diff
changeset
|
59 |
\input{Thy/document/Framework.tex} |
29730
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
wenzelm
parents:
29718
diff
changeset
|
60 |
\input{Thy/document/First_Order_Logic.tex} |
29718 | 61 |
\part{General Language Elements} |
27037 | 62 |
\input{Thy/document/Outer_Syntax.tex} |
28751 | 63 |
\input{Thy/document/Document_Preparation.tex} |
26869
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26862
diff
changeset
|
64 |
\input{Thy/document/Spec.tex} |
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26862
diff
changeset
|
65 |
\input{Thy/document/Proof.tex} |
28762
f5d79aeffd81
separate chapter "Inner syntax --- the term language";
wenzelm
parents:
28751
diff
changeset
|
66 |
\input{Thy/document/Inner_Syntax.tex} |
27048 | 67 |
\input{Thy/document/Misc.tex} |
26782 | 68 |
\input{Thy/document/Generic.tex} |
29718 | 69 |
\part{Object-Logics} |
26840 | 70 |
\input{Thy/document/HOL_Specific.tex} |
71 |
\input{Thy/document/HOLCF_Specific.tex} |
|
72 |
\input{Thy/document/ZF_Specific.tex} |
|
7046 | 73 |
|
29718 | 74 |
\part{Appendix} |
7895 | 75 |
\appendix |
26779
35809287ab23
converted refcard.tex to Thy/Quick_Reference.thy;
wenzelm
parents:
26767
diff
changeset
|
76 |
\input{Thy/document/Quick_Reference.tex} |
28838
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
77 |
\let\int\intorig |
d5db6dfcb34a
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents:
28773
diff
changeset
|
78 |
\input{Thy/document/Symbols.tex} |
26846
2e6726015771
removed obsolete conversion guide -- converted only section on tactics;
wenzelm
parents:
26840
diff
changeset
|
79 |
\input{Thy/document/ML_Tactic.tex} |
7895 | 80 |
|
7046 | 81 |
\begingroup |
30116 | 82 |
\bibliographystyle{abbrv} \small\raggedright\frenchspacing |
7046 | 83 |
\bibliography{../manual} |
84 |
\endgroup |
|
85 |
||
8828 | 86 |
\printindex |
7046 | 87 |
|
88 |
\end{document} |