| author | wenzelm |
| Fri, 21 Nov 1997 15:35:37 +0100 | |
| changeset 4273 | c9b577c8f7a1 |
| parent 3950 | e9d5bcae8351 |
| child 4383 | 25704541008b |
| permissions | -rw-r--r-- |
| 3098 | 1 |
\documentclass[12pt]{report}
|
| 3285 | 2 |
\usepackage{a4}
|
| 3098 | 3 |
|
| 2657 | 4 |
\makeatletter |
| 3285 | 5 |
\input{../proof.sty}
|
| 2659 | 6 |
\input{../rail.sty}
|
| 2657 | 7 |
\input{../iman.sty}
|
8 |
\input{../extra.sty}
|
|
9 |
\makeatother |
|
10 |
||
| 104 | 11 |
%% $Id$ |
| 349 | 12 |
%%\includeonly{}
|
| 104 | 13 |
%%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\) [\\ttindexbold{\1}
|
14 |
%%% to delete old ones: \\indexbold{\*[^}]*}
|
|
15 |
%% run sedindex ref to prepare index file |
|
16 |
%%% needs chapter on Provers/typedsimp.ML? |
|
17 |
\title{The Isabelle Reference Manual}
|
|
18 |
||
|
3128
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
19 |
\author{{\em Lawrence C. Paulson}\\
|
|
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
20 |
Computer Laboratory \\ University of Cambridge \\ |
|
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
21 |
\texttt{lcp@cl.cam.ac.uk}\\[3ex]
|
|
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
22 |
With Contributions by Tobias Nipkow and Markus Wenzel% |
| 349 | 23 |
\thanks{Tobias Nipkow, of T. U. Munich, wrote most of
|
| 3950 | 24 |
Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification},
|
25 |
and part of |
|
| 349 | 26 |
Chapter~\protect\ref{theories}. Carsten Clasohm also contributed to
|
27 |
Chapter~\protect\ref{theories}. Markus Wenzel contributed to
|
|
| 1877 | 28 |
Chapter~\protect\ref{chap:syntax}. Sara Kalvala, Martin Simons and others
|
29 |
suggested changes |
|
|
3128
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
30 |
and corrections. The research has been funded by the EPSRC (grants |
|
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
31 |
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
|
32 |
Types.}} |
| 349 | 33 |
|
| 104 | 34 |
\makeindex |
35 |
||
|
3223
49f1a09576c2
Section numbers may now be nested three deep, as in 1.2.3
paulson
parents:
3128
diff
changeset
|
36 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
|
| 104 | 37 |
|
38 |
\pagestyle{headings}
|
|
39 |
\sloppy |
|
40 |
\binperiod %%%treat . like a binary operator |
|
41 |
||
| 3108 | 42 |
\railalias{lbrace}{\ttlbrace}
|
43 |
\railalias{rbrace}{\ttrbrace}
|
|
| 3098 | 44 |
\railterm{lbrace,rbrace}
|
45 |
||
| 104 | 46 |
\begin{document}
|
| 3108 | 47 |
\underscoreoff |
48 |
||
| 104 | 49 |
\index{definitions|see{rewriting, meta-level}}
|
50 |
\index{rewriting!object-level|see{simplification}}
|
|
| 323 | 51 |
\index{meta-rules|see{meta-rules}}
|
| 286 | 52 |
|
53 |
\maketitle |
|
54 |
\pagenumbering{roman} \tableofcontents \clearfirst
|
|
55 |
||
| 104 | 56 |
\include{introduction}
|
57 |
\include{goals}
|
|
58 |
\include{tactic}
|
|
59 |
\include{tctical}
|
|
60 |
\include{thm}
|
|
61 |
\include{theories}
|
|
| 323 | 62 |
\include{defining}
|
63 |
\include{syntax}
|
|
| 104 | 64 |
\include{substitution}
|
65 |
\include{simplifier}
|
|
66 |
\include{classical}
|
|
67 |
||
68 |
%%seealso's must be last so that they appear last in the index entries |
|
| 323 | 69 |
\index{meta-rewriting|seealso{tactics, theorems}}
|
| 104 | 70 |
|
| 286 | 71 |
\begingroup |
72 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
|
| 873 | 73 |
\bibliography{string,atp,funprog,general,logicprog,isabelle,theory,crossref}
|
| 286 | 74 |
\endgroup |
| 302 | 75 |
\include{theory-syntax}
|
| 349 | 76 |
|
77 |
\input{ref.ind}
|
|
| 104 | 78 |
\end{document}
|