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