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