doc-src/TutorialI/tutorial.tex
author paulson
Thu, 12 Jul 2001 16:36:26 +0200
changeset 11412 54dd65d0ae87
parent 11402 e143bb9d8255
child 11423 49312d90cf1f
permissions -rw-r--r--
more in the Springer style
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11412
54dd65d0ae87 more in the Springer style
paulson
parents: 11402
diff changeset
     1
\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{termination|see{total function}}
\index{product type|see{pair}}
\index{tuple|see{pair}}
\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}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     2
\input{basics}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     3
\input{fp}
10298
b5fe1ab860fc addition of Rules, Sets and some macros of lcp
paulson
parents: 10272
diff changeset
     4
\input{Rules/rules}
b5fe1ab860fc addition of Rules, Sets and some macros of lcp
paulson
parents: 10272
diff changeset
     5
\input{Sets/sets}\input{CTL/ctl}  %these constitute ONE chapter
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10178
diff changeset
     6
\input{Inductive/inductive}
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10654
diff changeset
     7
\input{Types/types}
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9742
diff changeset
     8
\input{Advanced/advanced}
11207
08188224c24e *** empty log message ***
nipkow
parents: 11110
diff changeset
     9
%\chapter{Theory Presentation} Document preparation / Syntax Matters!
11249
a0e3c67c1394 Protocols chapter
paulson
parents: 11213
diff changeset
    10
\input{Protocol/protocol}
11067
60c83075e41f disable non-existant chapters
wenzelm
parents: 10978
diff changeset
    11
%\chapter{Structured Proofs}
60c83075e41f disable non-existant chapters
wenzelm
parents: 10978
diff changeset
    12
%\label{ch:Isar}
10971
6852682eaf16 *** empty log message ***
nipkow
parents: 10885
diff changeset
    13
%\chapter{Case Study: UNIX File-System Security}
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9742
diff changeset
    14
%\chapter{The Tricks of the Trade}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    15
\input{appendix}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    16
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    17
\bibliographystyle{plain}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    18
\bibliography{../manual}
8828
5be2d1745c61 improved indexing;
wenzelm
parents: 8743
diff changeset
    19
\printindex
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    20
\end{document}