doc-src/Ref/ref.tex
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 30242 aea5d7fa7ef5
child 44138 287182c2f23a
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
     1 \documentclass[12pt,a4paper]{report}
     2 \usepackage{graphicx,../iman,../extra,../ttbox,../proof,../pdfsetup}
     3 
     4 %%\includeonly{}
     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?
     9 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual}
    10 
    11 \author{{\em Lawrence C. Paulson}\\
    12         Computer Laboratory \\ University of Cambridge \\
    13         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
    14         With Contributions by Tobias Nipkow and Markus Wenzel}  
    15 
    16 \makeindex
    17 
    18 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    19 
    20 \pagestyle{headings}
    21 \sloppy
    22 \binperiod     %%%treat . like a binary operator
    23 
    24 \begin{document}
    25 \underscoreoff
    26 
    27 \index{definitions|see{rewriting, meta-level}}
    28 \index{rewriting!object-level|see{simplification}}
    29 \index{meta-rules|see{meta-rules}}
    30 
    31 \maketitle 
    32 \emph{Note}: this document is part of the earlier Isabelle
    33 documentation and is mostly outdated.  Fully obsolete parts of the
    34 original text have already been removed.  The remaining material
    35 covers some aspects that did not make it into the newer manuals yet.
    36 
    37 \subsubsection*{Acknowledgements} 
    38 Tobias Nipkow, of T. U. Munich, wrote most of
    39   Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification},
    40   and part of
    41   Chapter~\protect\ref{theories}.  Carsten Clasohm also contributed to
    42   Chapter~\protect\ref{theories}.  Markus Wenzel contributed to
    43   Chapter~\protect\ref{chap:syntax}.  Jeremy Dawson, Sara Kalvala, Martin
    44   Simons  and others suggested changes
    45   and corrections.  The research has been funded by the EPSRC (grants
    46   GR/G53279, GR/H40570, GR/K57381, GR/K77051, GR/M75440) and by ESPRIT
    47   (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG
    48   Schwerpunktprogramm \emph{Deduktion}.
    49 
    50 \pagenumbering{roman} \tableofcontents \clearfirst
    51 
    52 \include{introduction}
    53 \include{tactic}
    54 \include{tctical}
    55 \include{thm}
    56 \include{theories}
    57 \include{defining}
    58 \include{syntax}
    59 \include{substitution}
    60 \include{simplifier}
    61 \include{classical}
    62 
    63 %%seealso's must be last so that they appear last in the index entries
    64 \index{meta-rewriting|seealso{tactics, theorems}}
    65 
    66 \begingroup
    67   \bibliographystyle{plain} \small\raggedright\frenchspacing
    68   \bibliography{../manual}
    69 \endgroup
    70 \include{theory-syntax}
    71 
    72 \printindex
    73 \end{document}