doc-src/Ref/ref.tex
author wenzelm
Thu, 20 Feb 1997 15:18:43 +0100
changeset 2659 f50eb863599e
parent 2657 448bb82c4003
child 2976 7c848e330a80
permissions -rw-r--r--
fixed rail.sty dep;

\documentstyle[a4,12pt]{report}
\makeatletter
\input{../rail.sty}
\input{../proof209.sty}
\input{../iman.sty}
\input{../extra.sty}
\makeatother

%% $Id$
%%\includeonly{}
%%% 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 most of
  Chapters~\protect\ref{Defining-Logics} and~\protect\ref{simp-chap}, and part of
  Chapter~\protect\ref{theories}.  Carsten Clasohm also contributed to
  Chapter~\protect\ref{theories}.  Markus Wenzel contributed to
  Chapter~\protect\ref{chap:syntax}.  Sara Kalvala, Martin Simons and others
  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]
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{meta-rules|see{meta-rules}}

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

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

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

\begingroup
  \bibliographystyle{plain} \small\raggedright\frenchspacing
  \bibliography{string,atp,funprog,general,logicprog,isabelle,theory,crossref}
\endgroup
\include{theory-syntax}

\input{ref.ind}
\end{document}