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