author | wenzelm |
Sun, 04 Nov 2012 20:01:26 +0100 | |
changeset 50066 | 869e485bbdba |
parent 48985 | 5386df44a037 |
child 50071 | 959548c3b947 |
permissions | -rw-r--r-- |
7838 | 1 |
\documentclass[12pt,a4paper]{report} |
48939
83bd9eb1c70c
more standard document preparation within session context;
wenzelm
parents:
46293
diff
changeset
|
2 |
\usepackage{graphicx,iman,extra,ttbox,proof,pdfsetup} |
2657 | 3 |
|
30118 | 4 |
\title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual} |
104 | 5 |
|
3128
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
6 |
\author{{\em Lawrence C. Paulson}\\ |
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
7 |
Computer Laboratory \\ University of Cambridge \\ |
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
paulson
parents:
3108
diff
changeset
|
8 |
\texttt{lcp@cl.cam.ac.uk}\\[3ex] |
14149
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
9 |
With Contributions by Tobias Nipkow and Markus Wenzel} |
349 | 10 |
|
3223
49f1a09576c2
Section numbers may now be nested three deep, as in 1.2.3
paulson
parents:
3128
diff
changeset
|
11 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} |
104 | 12 |
|
13 |
\pagestyle{headings} |
|
14 |
\sloppy |
|
15 |
\binperiod %%%treat . like a binary operator |
|
16 |
||
17 |
\begin{document} |
|
3108 | 18 |
\underscoreoff |
19 |
||
104 | 20 |
\index{definitions|see{rewriting, meta-level}} |
21 |
\index{rewriting!object-level|see{simplification}} |
|
323 | 22 |
\index{meta-rules|see{meta-rules}} |
286 | 23 |
|
24 |
\maketitle |
|
30184
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
wenzelm
parents:
30118
diff
changeset
|
25 |
\emph{Note}: this document is part of the earlier Isabelle |
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
wenzelm
parents:
30118
diff
changeset
|
26 |
documentation and is mostly outdated. Fully obsolete parts of the |
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
wenzelm
parents:
30118
diff
changeset
|
27 |
original text have already been removed. The remaining material |
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
wenzelm
parents:
30118
diff
changeset
|
28 |
covers some aspects that did not make it into the newer manuals yet. |
14149
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
29 |
|
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
30 |
\subsubsection*{Acknowledgements} |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
31 |
Tobias Nipkow, of T. U. Munich, wrote most of |
42934 | 32 |
Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification}. |
33 |
Markus Wenzel contributed to Chapter~\protect\ref{chap:syntax}. |
|
34 |
Jeremy Dawson, Sara Kalvala, Martin |
|
14149
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
35 |
Simons and others suggested changes |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
36 |
and corrections. The research has been funded by the EPSRC (grants |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
37 |
GR/G53279, GR/H40570, GR/K57381, GR/K77051, GR/M75440) and by ESPRIT |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
38 |
(projects 3245: Logical Frameworks, and 6453: Types), and by the DFG |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
39 |
Schwerpunktprogramm \emph{Deduktion}. |
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
paulson
parents:
9695
diff
changeset
|
40 |
|
286 | 41 |
\pagenumbering{roman} \tableofcontents \clearfirst |
42 |
||
48970
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
43 |
\input{tactic} |
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
44 |
\input{thm} |
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
45 |
\input{syntax} |
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
46 |
\input{substitution} |
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
47 |
\input{simplifier} |
8be091776e93
prefer \input which actually checks file existence;
wenzelm
parents:
48939
diff
changeset
|
48 |
\input{classical} |
104 | 49 |
|
50 |
%%seealso's must be last so that they appear last in the index entries |
|
323 | 51 |
\index{meta-rewriting|seealso{tactics, theorems}} |
104 | 52 |
|
286 | 53 |
\begingroup |
54 |
\bibliographystyle{plain} \small\raggedright\frenchspacing |
|
48939
83bd9eb1c70c
more standard document preparation within session context;
wenzelm
parents:
46293
diff
changeset
|
55 |
\bibliography{manual} |
286 | 56 |
\endgroup |
349 | 57 |
|
104 | 58 |
\end{document} |