doc-src/TutorialI/tutorial.tex
author paulson
Wed, 11 Jul 2001 13:54:44 +0200
changeset 11402 e143bb9d8255
parent 11389 55e2aef8909b
child 11412 54dd65d0ae87
permissions -rw-r--r--
separate preface and macro file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10399
e37e123738f7 minor modifications for new Springer style
paulson
parents: 10340
diff changeset
     1
\documentclass{article}
e37e123738f7 minor modifications for new Springer style
paulson
parents: 10340
diff changeset
     2
\usepackage{cl2emono-modified,isabelle,isabellesym}
10597
29dd6ac8c223 new package amsfonts
paulson
parents: 10543
diff changeset
     3
\usepackage{../proof,amsmath,amsfonts}
11402
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
     4
\usepackage{latexsym,verbatim,graphicx,tutorial,../ttbox,comment}
8847
d6c92979fa51 use proper version of pdfsetup.sty;
wenzelm
parents: 8828
diff changeset
     5
\usepackage{../pdfsetup}    %last package!
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     6
11402
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
     7
\remarkstrue          %TRUE causes remarks to be displayed (as marginal notes)
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
     8
%\remarksfalse
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     9
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    10
\makeindex
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    11
10654
458068404143 *** empty log message ***
nipkow
parents: 10597
diff changeset
    12
\index{termination|see{total function}}
10543
8e4307d1207a *** empty log message ***
nipkow
parents: 10524
diff changeset
    13
\index{product type|see{pair}}
8e4307d1207a *** empty log message ***
nipkow
parents: 10524
diff changeset
    14
\index{tuple|see{pair}}
10654
458068404143 *** empty log message ***
nipkow
parents: 10597
diff changeset
    15
\index{*<*lex*>|see{lexicographic product}}
10543
8e4307d1207a *** empty log message ***
nipkow
parents: 10524
diff changeset
    16
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    17
\underscoreoff
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    18
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    19
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    20
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    21
\pagestyle{headings}
11402
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    22
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    23
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    24
\begin{document}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    25
\title{\includegraphics[scale=.8]{isabelle_hol}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    26
       \\ \vspace{0.5cm} The Tutorial
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    27
       \\ --- DRAFT ---}
10340
0a380ac80e7d *** empty log message ***
nipkow
parents: 10305
diff changeset
    28
\author{Tobias Nipkow \& Lawrence Paulson\\[1ex]
10178
aecb5bf6f76f *** empty log message ***
nipkow
parents: 10171
diff changeset
    29
Technische Universit{\"a}t M{\"u}nchen \\
10340
0a380ac80e7d *** empty log message ***
nipkow
parents: 10305
diff changeset
    30
Institut f{\"u}r Informatik \\[1ex]
0a380ac80e7d *** empty log message ***
nipkow
parents: 10305
diff changeset
    31
University of Cambridge\\
0a380ac80e7d *** empty log message ***
nipkow
parents: 10305
diff changeset
    32
Computer Laboratory}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    33
\maketitle
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    34
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    35
\pagenumbering{roman}
11402
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    36
\setcounter{page}{5}
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    37
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    38
\input{preface}
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    39
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    40
\tableofcontents
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    41
11402
e143bb9d8255 separate preface and macro file
paulson
parents: 11389
diff changeset
    42
\newpage\pagenumbering{arabic}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    43
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    44
\input{basics}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    45
\input{fp}
10298
b5fe1ab860fc addition of Rules, Sets and some macros of lcp
paulson
parents: 10272
diff changeset
    46
\input{Rules/rules}
b5fe1ab860fc addition of Rules, Sets and some macros of lcp
paulson
parents: 10272
diff changeset
    47
\input{Sets/sets}\input{CTL/ctl}  %these constitute ONE chapter
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10178
diff changeset
    48
\input{Inductive/inductive}
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10654
diff changeset
    49
\input{Types/types}
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9742
diff changeset
    50
\input{Advanced/advanced}
11207
08188224c24e *** empty log message ***
nipkow
parents: 11110
diff changeset
    51
%\chapter{Theory Presentation} Document preparation / Syntax Matters!
11249
a0e3c67c1394 Protocols chapter
paulson
parents: 11213
diff changeset
    52
\input{Protocol/protocol}
11067
60c83075e41f disable non-existant chapters
wenzelm
parents: 10978
diff changeset
    53
%\chapter{Structured Proofs}
60c83075e41f disable non-existant chapters
wenzelm
parents: 10978
diff changeset
    54
%\label{ch:Isar}
10971
6852682eaf16 *** empty log message ***
nipkow
parents: 10885
diff changeset
    55
%\chapter{Case Study: UNIX File-System Security}
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9742
diff changeset
    56
%\chapter{The Tricks of the Trade}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    57
\input{appendix}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    58
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    59
\bibliographystyle{plain}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    60
\bibliography{../manual}
8828
5be2d1745c61 improved indexing;
wenzelm
parents: 8743
diff changeset
    61
\printindex
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    62
\end{document}