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