doc-src/Ref/ref.tex
author wenzelm
Tue, 12 Oct 1999 19:14:06 +0200
changeset 7838 5aca258fedcf
parent 6623 021728c71030
child 8828 5be2d1745c61
permissions -rw-r--r--
a4paper;
     1 \documentclass[12pt,a4paper]{report}
     2 \usepackage{graphicx,../iman,../extra,../proof,../rail,../pdfsetup}
     3 
     4 %% $Id$
     5 %%\includeonly{}
     6 %%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
     7 %%% to delete old ones:  \\indexbold{\*[^}]*}
     8 %% run    sedindex ref    to prepare index file
     9 %%% needs chapter on Provers/typedsimp.ML?
    10 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] The Isabelle Reference Manual}
    11 
    12 \author{{\em Lawrence C. Paulson}\\
    13         Computer Laboratory \\ University of Cambridge \\
    14         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
    15         With Contributions by Tobias Nipkow and Markus Wenzel%
    16 \thanks{Tobias Nipkow, of T. U. Munich, wrote most of
    17   Chapters~\protect\ref{Defining-Logics} and~\protect\ref{chap:simplification},
    18   and part of
    19   Chapter~\protect\ref{theories}.  Carsten Clasohm also contributed to
    20   Chapter~\protect\ref{theories}.  Markus Wenzel contributed to
    21   Chapter~\protect\ref{chap:syntax}.  Sara Kalvala, Martin Simons and others
    22   suggested changes
    23   and corrections.  The research has been funded by the EPSRC (grants
    24   GR/G53279, GR/H40570, GR/K57381, GR/K77051) and by ESPRIT project 6453:
    25   Types.}} 
    26 
    27 \makeindex
    28 
    29 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    30 
    31 \pagestyle{headings}
    32 \sloppy
    33 \binperiod     %%%treat . like a binary operator
    34 
    35 \railalias{lbrace}{\ttlbrace}
    36 \railalias{rbrace}{\ttrbrace}
    37 \railterm{lbrace,rbrace}
    38 
    39 \begin{document}
    40 \underscoreoff
    41 
    42 \index{definitions|see{rewriting, meta-level}}
    43 \index{rewriting!object-level|see{simplification}}
    44 \index{meta-rules|see{meta-rules}}
    45 
    46 \maketitle 
    47 \pagenumbering{roman} \tableofcontents \clearfirst
    48 
    49 \include{introduction}
    50 \include{goals}
    51 \include{tactic}
    52 \include{tctical}
    53 \include{thm}
    54 \include{theories}
    55 \include{defining}
    56 \include{syntax}
    57 \include{substitution}
    58 \include{simplifier}
    59 \include{classical}
    60 
    61 %%seealso's must be last so that they appear last in the index entries
    62 \index{meta-rewriting|seealso{tactics, theorems}}
    63 
    64 \begingroup
    65   \bibliographystyle{plain} \small\raggedright\frenchspacing
    66   \bibliography{../manual}
    67 \endgroup
    68 \include{theory-syntax}
    69 
    70 \input{ref.ind}
    71 \end{document}