| author | paulson | 
| Mon, 21 Jan 2002 10:52:05 +0100 | |
| changeset 12819 | 2f61bca07de7 | 
| parent 12790 | 8108791e2906 | 
| child 12916 | 4ac388e02b74 | 
| permissions | -rw-r--r-- | 
| 11423 | 1  | 
\documentclass{article}
 | 
2  | 
\usepackage{cl2emono-modified,isabelle,isabellesym}
 | 
|
3  | 
\usepackage{../proof,amsmath,amsfonts}
 | 
|
| 12639 | 4  | 
\usepackage{latexsym,wasysym,verbatim,graphicx,tutorial,../ttbox,comment}
 | 
| 12569 | 5  | 
\let\RightarrowOrig=\Rightarrow\usepackage{marvosym}\let\Rightarrow=\RightarrowOrig  %bug in marvosym!?
 | 
| 11423 | 6  | 
\usepackage{../pdfsetup}   
 | 
7  | 
%last package!  | 
|
8  | 
||
9  | 
\remarkstrue %TRUE causes remarks to be displayed (as marginal notes)  | 
|
10  | 
%\remarksfalse  | 
|
11  | 
||
12  | 
\makeindex  | 
|
13  | 
||
| 11450 | 14  | 
\index{conditional expressions|see{\isa{if} expressions}}
 | 
| 11456 | 15  | 
\index{primitive recursion|see{recursion, primitive}}
 | 
| 11428 | 16  | 
\index{product type|see{pairs and tuples}}
 | 
| 11456 | 17  | 
\index{structural induction|see{induction, structural}}
 | 
| 11428 | 18  | 
\index{termination|see{functions, total}}
 | 
19  | 
\index{tuples|see{pairs and tuples}}
 | 
|
20  | 
\index{settings|see{flags}}
 | 
|
| 11423 | 21  | 
\index{*<*lex*>|see{lexicographic product}}
 | 
22  | 
||
23  | 
\underscoreoff  | 
|
24  | 
||
25  | 
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
 | 
|
26  | 
||
27  | 
\pagestyle{headings}
 | 
|
28  | 
||
29  | 
||
30  | 
\begin{document}
 | 
|
| 12790 | 31  | 
\title{
 | 
32  | 
\begin{center}
 | 
|
33  | 
\includegraphics[scale=.8]{isabelle_hol}
 | 
|
| 11423 | 34  | 
       \\ \vspace{0.5cm} The Tutorial
 | 
| 12790 | 35  | 
\end{center}}
 | 
36  | 
\author{Tobias Nipkow \quad Lawrence C. Paulson \quad Markus Wenzel%\\[1ex]
 | 
|
37  | 
%Technische Universit{\"a}t M{\"u}nchen \\
 | 
|
38  | 
%Institut f{\"u}r Informatik \\[1ex]
 | 
|
39  | 
%University of Cambridge\\  | 
|
40  | 
%Computer Laboratory  | 
|
41  | 
}  | 
|
| 11423 | 42  | 
\maketitle  | 
43  | 
||
44  | 
\pagenumbering{roman}
 | 
|
45  | 
\setcounter{page}{5}
 | 
|
| 11547 | 46  | 
\vspace*{\fill}
 | 
47  | 
\begin{center}
 | 
|
| 11548 | 48  | 
\LARGE In memoriam \\[1ex]  | 
49  | 
{\sc Annette Schumann}\\[1ex]
 | 
|
| 11547 | 50  | 
1959 -- 2001  | 
51  | 
\end{center}
 | 
|
52  | 
\vspace*{\fill}
 | 
|
53  | 
\vspace*{\fill}
 | 
|
54  | 
\newpage  | 
|
| 11423 | 55  | 
\input{preface}
 | 
56  | 
||
57  | 
\tableofcontents  | 
|
58  | 
||
| 11450 | 59  | 
\cleardoublepage\pagenumbering{arabic}
 | 
| 11423 | 60  | 
|
| 12669 | 61  | 
\part{Elementary Techniques}
 | 
62  | 
\input{basics}
 | 
|
| 8743 | 63  | 
\input{fp}
 | 
| 
11647
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
64  | 
\input{Documents/documents}
 | 
| 
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
65  | 
|
| 
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
66  | 
\part{Logic and Sets}
 | 
| 10298 | 67  | 
\input{Rules/rules}
 | 
68  | 
\input{Sets/sets}\input{CTL/ctl}  %these constitute ONE chapter
 | 
|
| 10212 | 69  | 
\input{Inductive/inductive}
 | 
| 
11647
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
70  | 
|
| 
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
71  | 
\part{Advanced Material}
 | 
| 10676 | 72  | 
\input{Types/types}
 | 
| 9958 | 73  | 
\input{Advanced/advanced}
 | 
| 11249 | 74  | 
\input{Protocol/protocol}
 | 
| 
11647
 
0538cb0f7999
initial setup for chapter on document preparation;
 
wenzelm 
parents: 
11548 
diff
changeset
 | 
75  | 
|
| 12489 | 76  | 
\markboth{}{}
 | 
77  | 
\cleardoublepage  | 
|
78  | 
\vspace*{\fill}
 | 
|
79  | 
\begin{flushright}
 | 
|
80  | 
\begin{tabular}{l}
 | 
|
81  | 
{\large\sf\slshape You know my methods. Apply them!}\\[1ex]
 | 
|
82  | 
Sherlock Holmes  | 
|
83  | 
\end{tabular}
 | 
|
84  | 
\end{flushright}
 | 
|
85  | 
\vspace*{\fill}
 | 
|
86  | 
\vspace*{\fill}
 | 
|
87  | 
||
| 8743 | 88  | 
\input{appendix}
 | 
89  | 
||
90  | 
\bibliographystyle{plain}
 | 
|
91  | 
\bibliography{../manual}
 | 
|
| 8828 | 92  | 
\printindex  | 
| 8743 | 93  | 
\end{document}
 |