doc-src/TutorialI/tutorial.tex
author wenzelm
Fri, 20 Jul 2001 17:49:21 +0200
changeset 11431 2328d48eeba8
parent 11428 332347b9b942
child 11450 1b02a6c4032f
permissions -rw-r--r--
*** empty log message ***

\documentclass{article}
\usepackage{cl2emono-modified,isabelle,isabellesym}
\usepackage{../proof,amsmath,amsfonts}
\usepackage{latexsym,verbatim,graphicx,tutorial,../ttbox,comment}
\usepackage{../pdfsetup}   
%last package!

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

\makeindex

\index{primitive recursion|see{\isacommand{primrec}}}
\index{product type|see{pairs and tuples}}
\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 \& Lawrence 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}

\input{preface}

\tableofcontents

\newpage\pagenumbering{arabic}

\input{basics}
\input{fp}
\input{Rules/rules}
\input{Sets/sets}\input{CTL/ctl}  %these constitute ONE chapter
\input{Inductive/inductive}
\input{Types/types}
\input{Advanced/advanced}
%\chapter{Theory Presentation} Document preparation / Syntax Matters!
\input{Protocol/protocol}
%\chapter{Structured Proofs}
%\label{ch:Isar}
%\chapter{Case Study: UNIX File-System Security}
%\chapter{The Tricks of the Trade}
\input{appendix}

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