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