doc-src/TutorialI/tutorial.tex
author wenzelm
Thu, 20 Dec 2001 21:13:22 +0100
changeset 12569 e290dadee51c
parent 12489 c92e38c3cbaa
child 12639 71605f976d50
permissions -rw-r--r--
\usepackage{marvosym};

\documentclass{article}
\usepackage{cl2emono-modified,isabelle,isabellesym}
\usepackage{../proof,amsmath,amsfonts}
\usepackage{latexsym,verbatim,graphicx,tutorial,../ttbox,comment}
\let\RightarrowOrig=\Rightarrow\usepackage{marvosym}\let\Rightarrow=\RightarrowOrig  %bug in marvosym!?
\usepackage{../pdfsetup}   
%last package!

\remarkstrue          %TRUE causes remarks to be displayed (as marginal notes)
%\remarksfalse

\makeindex

\index{conditional expressions|see{\isa{if} expressions}}
\index{primitive recursion|see{recursion, primitive}}
\index{product type|see{pairs and tuples}}
\index{structural induction|see{induction, structural}}
\index{termination|see{functions, total}}
\index{tuples|see{pairs and tuples}}
\index{settings|see{flags}}
\index{*<*lex*>|see{lexicographic product}}

\underscoreoff

\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???

\pagestyle{headings}


\begin{document}
\title{\includegraphics[scale=.8]{isabelle_hol}
       \\ \vspace{0.5cm} The Tutorial
       \\ --- DRAFT ---}
\author{Tobias Nipkow and Lawrence C. Paulson\\[1ex]
Technische Universit{\"a}t M{\"u}nchen \\
Institut f{\"u}r Informatik \\[1ex]
University of Cambridge\\
Computer Laboratory}
\maketitle

\pagenumbering{roman}
\setcounter{page}{5}
\vspace*{\fill}
\begin{center}
\LARGE In memoriam \\[1ex]
{\sc Annette Schumann}\\[1ex]
1959 -- 2001
\end{center}
\vspace*{\fill}
\vspace*{\fill}
\newpage
\input{preface}

\tableofcontents

\cleardoublepage\pagenumbering{arabic}

\part{Basic Techniques}  %FIXME rename part to "Basic Concepts" (??)
\input{basics}  %FIXME mmw: rename section, move it before part I (??)
\input{fp}
\input{Documents/documents}

\part{Logic and Sets}
\input{Rules/rules}
\input{Sets/sets}\input{CTL/ctl}  %these constitute ONE chapter
\input{Inductive/inductive}

\part{Advanced Material}
\input{Types/types}
\input{Advanced/advanced}
\input{Protocol/protocol}

\markboth{}{}
\cleardoublepage
\vspace*{\fill}
\begin{flushright}
\begin{tabular}{l}
{\large\sf\slshape You know my methods. Apply them!}\\[1ex]
Sherlock Holmes
\end{tabular}
\end{flushright}
\vspace*{\fill}
\vspace*{\fill}

\input{appendix}

\bibliographystyle{plain}
\bibliography{../manual}
\printindex
\end{document}