doc-src/Ref/ref.tex
author wenzelm
Mon, 09 Dec 1996 16:41:04 +0100
changeset 2348 b51e104ecf40
parent 1877 3063f6b7a189
child 2657 448bb82c4003
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1186
906c32af858d now uses proof209.sty
lcp
parents: 873
diff changeset
     1
\documentstyle[a4,12pt,rail,proof209,iman,extra]{report}
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     2
%% $Id$
349
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
     3
%%\includeonly{}
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     4
%%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     5
%%% to delete old ones:  \\indexbold{\*[^}]*}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     6
%% run    sedindex ref    to prepare index file
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     7
%%% needs chapter on Provers/typedsimp.ML?
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     8
\title{The Isabelle Reference Manual}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
     9
349
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    10
\author{{\em Lawrence C. Paulson}%
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    11
\thanks{Tobias Nipkow, of T. U. Munich, wrote most of
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    12
  Chapters~\protect\ref{Defining-Logics} and~\protect\ref{simp-chap}, and part of
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    13
  Chapter~\protect\ref{theories}.  Carsten Clasohm also contributed to
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    14
  Chapter~\protect\ref{theories}.  Markus Wenzel contributed to
1877
3063f6b7a189 Acknowledged Martin Simons
paulson
parents: 1186
diff changeset
    15
  Chapter~\protect\ref{chap:syntax}.  Sara Kalvala, Martin Simons and others
3063f6b7a189 Acknowledged Martin Simons
paulson
parents: 1186
diff changeset
    16
  suggested changes
349
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    17
  and corrections.  The research has been funded by the SERC (grants
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    18
  GR/G53279, GR/H40570) and by ESPRIT project 6453: Types.}
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    19
\\
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    20
Computer Laboratory \\ University of Cambridge \\[2ex] 
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    21
\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}\\[3cm]
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    22
Copyright \copyright{} \number\year{} by Lawrence C. Paulson}
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    23
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    24
\date{} 
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    25
\makeindex
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    26
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    27
\underscoreoff
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    28
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    29
\setcounter{secnumdepth}{1} \setcounter{tocdepth}{2}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    30
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    31
\pagestyle{headings}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    32
\sloppy
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    33
\binperiod     %%%treat . like a binary operator
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    34
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    35
\begin{document}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    36
\index{definitions|see{rewriting, meta-level}}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    37
\index{rewriting!object-level|see{simplification}}
323
361a71713176 penultimate Springer draft
lcp
parents: 302
diff changeset
    38
\index{meta-rules|see{meta-rules}}
286
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    39
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    40
\maketitle 
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    41
\pagenumbering{roman} \tableofcontents \clearfirst
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    42
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    43
\include{introduction}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    44
\include{goals}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    45
\include{tactic}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    46
\include{tctical}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    47
\include{thm}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    48
\include{theories}
323
361a71713176 penultimate Springer draft
lcp
parents: 302
diff changeset
    49
\include{defining}
361a71713176 penultimate Springer draft
lcp
parents: 302
diff changeset
    50
\include{syntax}
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    51
\include{substitution}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    52
\include{simplifier}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    53
\include{classical}
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    54
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    55
%%seealso's must be last so that they appear last in the index entries
323
361a71713176 penultimate Springer draft
lcp
parents: 302
diff changeset
    56
\index{meta-rewriting|seealso{tactics, theorems}}
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    57
286
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    58
\begingroup
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    59
  \bibliographystyle{plain} \small\raggedright\frenchspacing
873
0cfc734e3dbd \bibliography now includes crossref.bib
lcp
parents: 349
diff changeset
    60
  \bibliography{string,atp,funprog,general,logicprog,isabelle,theory,crossref}
286
e7efbf03562b first draft of Springer book
lcp
parents: 183
diff changeset
    61
\endgroup
302
7e2cffe28eb5 minor problems
nipkow
parents: 286
diff changeset
    62
\include{theory-syntax}
349
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    63
0ddc495e8b83 post-CRC corrections
lcp
parents: 323
diff changeset
    64
\input{ref.ind}
104
d8205bb279a7 Initial revision
lcp
parents:
diff changeset
    65
\end{document}