doc-src/TutorialI/tutorial.tex
author paulson
Fri, 12 May 2000 15:06:35 +0200
changeset 8863 77245f4a71ef
parent 8847 d6c92979fa51
child 9016 d61c76716984
permissions -rw-r--r--
a massive tidy-up
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8847
d6c92979fa51 use proper version of pdfsetup.sty;
wenzelm
parents: 8828
diff changeset
     1
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     2
\documentclass[11pt,a4paper]{report}
8847
d6c92979fa51 use proper version of pdfsetup.sty;
wenzelm
parents: 8828
diff changeset
     3
\usepackage{isabelle,isabellesym}
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     4
\usepackage{latexsym,verbatim,graphicx,../iman,extra,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
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     7
\usepackage{ttbox}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     8
\newcommand\ttbreak{\vskip-10pt\pagebreak[0]}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     9
\newcommand\Out[1]{\texttt{\textsl{#1}}}   %% for output from terminal sessions
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    10
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    11
%\newtheorem{theorem}{Theorem}[section]
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    12
\newtheorem{Exercise}{Exercise}[section]
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    13
\newenvironment{exercise}{\begin{Exercise}\rm}{\end{Exercise}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    14
\newcommand{\ttlbr}{\texttt{[|}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    15
\newcommand{\ttrbr}{\texttt{|]}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    16
\newcommand{\ttor}{\texttt{|}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    17
\newcommand{\ttall}{\texttt{!}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    18
\newcommand{\ttuniquex}{\texttt{?!}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    19
\newcommand{\ttEXU}{\texttt{EX!}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    20
\newcommand{\ttAnd}{\texttt{!!}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    21
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    22
\newcommand{\isasymimp}{\isasymlongrightarrow}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    23
\newcommand{\isasymImp}{\isasymLongrightarrow}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    24
\newcommand{\isasymFun}{\isasymRightarrow}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    25
\newcommand{\isasymuniqex}{\emph{$\exists!\,$}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    26
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    27
\newenvironment{isabellepar}%
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    28
{\par\medskip\noindent\begin{isabelle}}{\end{isabelle}\medskip\par\noindent}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    29
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    30
\renewenvironment{isamarkuptxt}{\begin{isamarkuptext}}{\end{isamarkuptext}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    31
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    32
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    33
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    34
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    35
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    36
%% run    ../sedindex logics    to prepare index file
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    37
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    38
\makeindex
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    39
\newcommand{\indexboldpos}[2]{#1\indexbold{#2@#1}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    40
\newcommand{\ttindexboldpos}[2]{\texttt{#1}\indexbold{#2@\texttt{#1}}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    41
\newcommand{\isaindexbold}[1]{\isa{#1}\index{*#1|bold}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    42
\newcommand{\isaindex}[1]{\isa{#1}\index{*#1}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    43
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    44
\underscoreoff
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    45
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    46
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    47
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    48
\pagestyle{headings}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    49
%\sloppy
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    50
%\binperiod     %%%treat . like a binary operator
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    51
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    52
\begin{document}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    53
\title{\includegraphics[scale=.8]{isabelle_hol}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    54
       \\ \vspace{0.5cm} The Tutorial
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    55
       \\ --- DRAFT ---}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    56
\author{Tobias Nipkow\\
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    57
Technische Universit\"at M\"unchen \\
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    58
Institut f\"ur Informatik \\
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    59
\url{http://www.in.tum.de/~nipkow/}}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    60
\maketitle
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    61
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    62
\pagenumbering{roman}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    63
\tableofcontents
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    64
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    65
\subsubsection*{Acknowledgements}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    66
This tutorial owes a lot to the constant discussions with and the valuable
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    67
feedback from Larry Paulson and the Isabelle group at Munich: Olaf M\"uller,
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    68
Wolfgang Naraschewski, David von Oheimb, Leonor Prensa Nieto, Cornelia Pusch
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    69
and Markus Wenzel. Stefan Berghofer and Stephan Merz were also kind enough to
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    70
read and comment on a draft version.
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    71
\clearfirst
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    72
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    73
\input{basics}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    74
\input{fp}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    75
\input{appendix}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    76
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    77
\bibliographystyle{plain}
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    78
\bibliography{../manual}
8828
5be2d1745c61 improved indexing;
wenzelm
parents: 8743
diff changeset
    79
\printindex
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    80
\end{document}