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