doc-src/Ref/document/root.tex
changeset 48985 5386df44a037
parent 48984 f51d4a302962
child 48986 037d32448e29
equal deleted inserted replaced
48984:f51d4a302962 48985:5386df44a037
     1 \documentclass[12pt,a4paper]{report}
       
     2 \usepackage{graphicx,iman,extra,ttbox,proof,pdfsetup}
       
     3 
       
     4 %%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
       
     5 %%% to delete old ones:  \\indexbold{\*[^}]*}
       
     6 %% run    sedindex ref    to prepare index file
       
     7 %%% needs chapter on Provers/typedsimp.ML?
       
     8 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual}
       
     9 
       
    10 \author{{\em Lawrence C. Paulson}\\
       
    11         Computer Laboratory \\ University of Cambridge \\
       
    12         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
       
    13         With Contributions by Tobias Nipkow and Markus Wenzel}  
       
    14 
       
    15 \makeindex
       
    16 
       
    17 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
       
    18 
       
    19 \pagestyle{headings}
       
    20 \sloppy
       
    21 \binperiod     %%%treat . like a binary operator
       
    22 
       
    23 \begin{document}
       
    24 \underscoreoff
       
    25 
       
    26 \index{definitions|see{rewriting, meta-level}}
       
    27 \index{rewriting!object-level|see{simplification}}
       
    28 \index{meta-rules|see{meta-rules}}
       
    29 
       
    30 \maketitle 
       
    31 \emph{Note}: this document is part of the earlier Isabelle
       
    32 documentation and is mostly outdated.  Fully obsolete parts of the
       
    33 original text have already been removed.  The remaining material
       
    34 covers some aspects that did not make it into the newer manuals yet.
       
    35 
       
    36 \subsubsection*{Acknowledgements} 
       
    37 Tobias Nipkow, of T. U. Munich, wrote most of
       
    38   Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification}.
       
    39   Markus Wenzel contributed to Chapter~\protect\ref{chap:syntax}.
       
    40   Jeremy Dawson, Sara Kalvala, Martin
       
    41   Simons  and others suggested changes
       
    42   and corrections.  The research has been funded by the EPSRC (grants
       
    43   GR/G53279, GR/H40570, GR/K57381, GR/K77051, GR/M75440) and by ESPRIT
       
    44   (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG
       
    45   Schwerpunktprogramm \emph{Deduktion}.
       
    46 
       
    47 \pagenumbering{roman} \tableofcontents \clearfirst
       
    48 
       
    49 \input{tactic}
       
    50 \input{thm}
       
    51 \input{syntax}
       
    52 \input{substitution}
       
    53 \input{simplifier}
       
    54 \input{classical}
       
    55 
       
    56 %%seealso's must be last so that they appear last in the index entries
       
    57 \index{meta-rewriting|seealso{tactics, theorems}}
       
    58 
       
    59 \begingroup
       
    60   \bibliographystyle{plain} \small\raggedright\frenchspacing
       
    61   \bibliography{manual}
       
    62 \endgroup
       
    63 
       
    64 \printindex
       
    65 \end{document}