| author | huffman | 
| Tue, 03 Apr 2012 23:49:24 +0200 | |
| changeset 47326 | b4490e1a0732 | 
| parent 46293 | f248b5f2783a | 
| permissions | -rw-r--r-- | 
| 7838 | 1 | \documentclass[12pt,a4paper]{report}
 | 
| 30184 
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
 wenzelm parents: 
30118diff
changeset | 2 | \usepackage{graphicx,../iman,../extra,../ttbox,../proof,../pdfsetup}
 | 
| 2657 | 3 | |
| 6572 | 4 | %%\includeonly{}
 | 
| 104 | 5 | %%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
 | 
| 6 | %%% to delete old ones:  \\indexbold{\*[^}]*}
 | |
| 7 | %% run sedindex ref to prepare index file | |
| 8 | %%% needs chapter on Provers/typedsimp.ML? | |
| 30118 | 9 | \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual}
 | 
| 104 | 10 | |
| 3128 
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
 paulson parents: 
3108diff
changeset | 11 | \author{{\em Lawrence C. Paulson}\\
 | 
| 
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
 paulson parents: 
3108diff
changeset | 12 | Computer Laboratory \\ University of Cambridge \\ | 
| 
d01d4c0c4b44
New acknowledgements; fixed overfull lines and tables
 paulson parents: 
3108diff
changeset | 13 |         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
 | 
| 14149 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 14 | With Contributions by Tobias Nipkow and Markus Wenzel} | 
| 349 | 15 | |
| 104 | 16 | \makeindex | 
| 17 | ||
| 3223 
49f1a09576c2
Section numbers may now be nested three deep, as in 1.2.3
 paulson parents: 
3128diff
changeset | 18 | \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
 | 
| 104 | 19 | |
| 20 | \pagestyle{headings}
 | |
| 21 | \sloppy | |
| 22 | \binperiod %%%treat . like a binary operator | |
| 23 | ||
| 24 | \begin{document}
 | |
| 3108 | 25 | \underscoreoff | 
| 26 | ||
| 104 | 27 | \index{definitions|see{rewriting, meta-level}}
 | 
| 28 | \index{rewriting!object-level|see{simplification}}
 | |
| 323 | 29 | \index{meta-rules|see{meta-rules}}
 | 
| 286 | 30 | |
| 31 | \maketitle | |
| 30184 
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
 wenzelm parents: 
30118diff
changeset | 32 | \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: 
30118diff
changeset | 33 | 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: 
30118diff
changeset | 34 | original text have already been removed. The remaining material | 
| 
37969710e61f
removed parts of the manual that are clearly obsolete, or covered by
 wenzelm parents: 
30118diff
changeset | 35 | 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: 
9695diff
changeset | 36 | |
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 37 | \subsubsection*{Acknowledgements} 
 | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 38 | Tobias Nipkow, of T. U. Munich, wrote most of | 
| 42934 | 39 |   Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification}.
 | 
| 40 |   Markus Wenzel contributed to Chapter~\protect\ref{chap:syntax}.
 | |
| 41 | Jeremy Dawson, Sara Kalvala, Martin | |
| 14149 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 42 | Simons and others suggested changes | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 43 | and corrections. The research has been funded by the EPSRC (grants | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 44 | GR/G53279, GR/H40570, GR/K57381, GR/K77051, GR/M75440) and by ESPRIT | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 45 | (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 46 |   Schwerpunktprogramm \emph{Deduktion}.
 | 
| 
fac076f0c71c
reformatting change and mention of Introduction to Isabelle
 paulson parents: 
9695diff
changeset | 47 | |
| 286 | 48 | \pagenumbering{roman} \tableofcontents \clearfirst
 | 
| 49 | ||
| 104 | 50 | \include{tactic}
 | 
| 51 | \include{thm}
 | |
| 323 | 52 | \include{syntax}
 | 
| 104 | 53 | \include{substitution}
 | 
| 54 | \include{simplifier}
 | |
| 55 | \include{classical}
 | |
| 56 | ||
| 57 | %%seealso's must be last so that they appear last in the index entries | |
| 323 | 58 | \index{meta-rewriting|seealso{tactics, theorems}}
 | 
| 104 | 59 | |
| 286 | 60 | \begingroup | 
| 61 |   \bibliographystyle{plain} \small\raggedright\frenchspacing
 | |
| 6592 | 62 |   \bibliography{../manual}
 | 
| 286 | 63 | \endgroup | 
| 302 | 64 | \include{theory-syntax}
 | 
| 349 | 65 | |
| 8828 | 66 | \printindex | 
| 104 | 67 | \end{document}
 |