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