author | ballarin |
Wed, 15 Aug 2012 23:06:17 +0200 | |
changeset 48824 | 45d0e40b07af |
parent 48525 | a33784b07c6b |
permissions | -rw-r--r-- |
11423 | 1 |
\documentclass{article} |
14400 | 2 |
%%\includeonly{Types/types} %%UNCOMMENT to process only selected chapters |
42511 | 3 |
\usepackage{cl2emono-modified,../../lib/texinputs/isabelle,../../lib/texinputs/isabellesym} |
11423 | 4 |
\usepackage{../proof,amsmath,amsfonts} |
12639 | 5 |
\usepackage{latexsym,wasysym,verbatim,graphicx,tutorial,../ttbox,comment} |
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:
42511
diff
changeset
|
6 |
\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:
42511
diff
changeset
|
7 |
\usepackage[english]{babel} |
11423 | 8 |
\usepackage{../pdfsetup} |
9 |
%last package! |
|
10 |
||
11 |
\remarkstrue %TRUE causes remarks to be displayed (as marginal notes) |
|
12 |
%\remarksfalse |
|
13 |
||
14 |
\makeindex |
|
15 |
||
11450 | 16 |
\index{conditional expressions|see{\isa{if} expressions}} |
11456 | 17 |
\index{primitive recursion|see{recursion, primitive}} |
11428 | 18 |
\index{product type|see{pairs and tuples}} |
11456 | 19 |
\index{structural induction|see{induction, structural}} |
11428 | 20 |
\index{termination|see{functions, total}} |
21 |
\index{tuples|see{pairs and tuples}} |
|
11423 | 22 |
\index{*<*lex*>|see{lexicographic product}} |
23 |
||
24 |
\underscoreoff |
|
25 |
||
26 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} %% {secnumdepth}{2}??? |
|
27 |
||
28 |
\pagestyle{headings} |
|
29 |
||
30 |
||
31 |
\begin{document} |
|
12790 | 32 |
\title{ |
33 |
\begin{center} |
|
34 |
\includegraphics[scale=.8]{isabelle_hol} |
|
12916 | 35 |
\\ \vspace{0.5cm} A Proof Assistant for Higher-Order Logic |
12790 | 36 |
\end{center}} |
37 |
\author{Tobias Nipkow \quad Lawrence C. Paulson \quad Markus Wenzel%\\[1ex] |
|
38 |
%Technische Universit{\"a}t M{\"u}nchen \\ |
|
39 |
%Institut f{\"u}r Informatik \\[1ex] |
|
40 |
%University of Cambridge\\ |
|
41 |
%Computer Laboratory |
|
42 |
} |
|
30956
9b294296691b
empty page leads to results on duplex printers as expected
haftmann
parents:
26913
diff
changeset
|
43 |
\pagenumbering{roman} |
11423 | 44 |
\maketitle |
30956
9b294296691b
empty page leads to results on duplex printers as expected
haftmann
parents:
26913
diff
changeset
|
45 |
\newpage |
11423 | 46 |
|
30956
9b294296691b
empty page leads to results on duplex printers as expected
haftmann
parents:
26913
diff
changeset
|
47 |
%\setcounter{page}{5} |
25257 | 48 |
%\vspace*{\fill} |
49 |
%\begin{center} |
|
50 |
%\LARGE In memoriam \\[1ex] |
|
51 |
%{\sc Annette Schumann}\\[1ex] |
|
52 |
%1959 -- 2001 |
|
53 |
%\end{center} |
|
54 |
%\vspace*{\fill} |
|
55 |
%\vspace*{\fill} |
|
56 |
%\newpage |
|
30956
9b294296691b
empty page leads to results on duplex printers as expected
haftmann
parents:
26913
diff
changeset
|
57 |
|
14400 | 58 |
\include{preface} |
11423 | 59 |
|
60 |
\tableofcontents |
|
61 |
||
11450 | 62 |
\cleardoublepage\pagenumbering{arabic} |
11423 | 63 |
|
12669 | 64 |
\part{Elementary Techniques} |
14400 | 65 |
\include{basics} |
66 |
\include{fp} |
|
48525 | 67 |
\include{Documents/documents} |
11647
0538cb0f7999
initial setup for chapter on document preparation;
wenzelm
parents:
11548
diff
changeset
|
68 |
|
0538cb0f7999
initial setup for chapter on document preparation;
wenzelm
parents:
11548
diff
changeset
|
69 |
\part{Logic and Sets} |
14400 | 70 |
\include{Rules/rules} |
71 |
\include{Sets/sets} |
|
72 |
\include{Inductive/inductive} |
|
11647
0538cb0f7999
initial setup for chapter on document preparation;
wenzelm
parents:
11548
diff
changeset
|
73 |
|
0538cb0f7999
initial setup for chapter on document preparation;
wenzelm
parents:
11548
diff
changeset
|
74 |
\part{Advanced Material} |
14400 | 75 |
\include{Types/types} |
76 |
\include{Advanced/advanced} |
|
77 |
\include{Protocol/protocol} |
|
11647
0538cb0f7999
initial setup for chapter on document preparation;
wenzelm
parents:
11548
diff
changeset
|
78 |
|
12489 | 79 |
\markboth{}{} |
80 |
\cleardoublepage |
|
81 |
\vspace*{\fill} |
|
82 |
\begin{flushright} |
|
83 |
\begin{tabular}{l} |
|
84 |
{\large\sf\slshape You know my methods. Apply them!}\\[1ex] |
|
85 |
Sherlock Holmes |
|
86 |
\end{tabular} |
|
87 |
\end{flushright} |
|
88 |
\vspace*{\fill} |
|
89 |
\vspace*{\fill} |
|
90 |
||
14400 | 91 |
\underscoreoff |
92 |
||
93 |
\include{appendix} |
|
8743 | 94 |
|
95 |
\bibliographystyle{plain} |
|
96 |
\bibliography{../manual} |
|
14400 | 97 |
\underscoreoff |
8828 | 98 |
\printindex |
8743 | 99 |
\end{document} |