doc-src/Ref/ref.tex
author lcp
Mon, 21 Mar 1994 11:02:57 +0100
changeset 286 e7efbf03562b
parent 183 f34acf216a32
child 302 7e2cffe28eb5
permissions -rw-r--r--
first draft of Springer book

\documentstyle[a4,12pt,proof,iman,extra]{report}
%% $Id$
%%% \includeonly{thm}
%%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
%%% to delete old ones:  \\indexbold{\*[^}]*}
%% run    sedindex ref    to prepare index file
%%% needs chapter on Provers/typedsimp.ML?
\title{The Isabelle Reference Manual}

\author{{\em Lawrence C. Paulson}\thanks
{Tobias Nipkow, of T. U. Munich, wrote Chapter~8 and part of Chapter~6.
 Carsten Clasohm also contributed to Chapter~6.
 Sara Kalvala and Markus Wenzel suggested changes and corrections.
 The research has been funded by the SERC (grants GR/G53279, GR/H40570)
  and by ESPRIT project 6453: Types.} 
\\  
        Computer Laboratory \\ University of Cambridge \\[2ex]
        {\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}} \\[3cm]
    {\small Copyright \copyright{} \number\year{} by Lawrence C. Paulson}
}
\date{} 
\makeindex

\underscoreoff

\setcounter{secnumdepth}{1} \setcounter{tocdepth}{2}

\pagestyle{headings}
\sloppy
\binperiod     %%%treat . like a binary operator

\begin{document}
\index{definitions|see{rewriting, meta-level}}
\index{rewriting!object-level|see{simplification}}
\index{rules!meta-level|see{meta-rules}}

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

\include{introduction}
\include{goals}
\include{tactic}
\include{tctical}
\include{thm}
\include{theories}
\include{substitution}
\include{simplifier}
\include{classical}

%%seealso's must be last so that they appear last in the index entries
\index{rewriting!meta-level|seealso{tactics, theorems}}

\begingroup
  \bibliographystyle{plain} \small\raggedright\frenchspacing
  \bibliography{atp,funprog,general,logicprog,theory}
\endgroup
\include{Ref/theory-syntax}
\addcontentsline{toc}{chapter}{Index}\input{ref.ind}
\end{document}