| 
6072
 | 
     1  | 
%% $Id$
  | 
| 
7837
 | 
     2  | 
\documentclass[12pt,a4paper]{report}
 | 
| 
9695
 | 
     3  | 
\usepackage{graphicx,../iman,../extra,../ttbox,../proof,../rail,latexsym,../pdfsetup}
 | 
| 
2661
 | 
     4  | 
  | 
| 
104
 | 
     5  | 
%%%STILL NEEDS MODAL, LCF
  | 
| 
349
 | 
     6  | 
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
 | 
| 
 | 
     7  | 
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
 | 
| 
 | 
     8  | 
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
 | 
| 
104
 | 
     9  | 
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
 | 
| 
 | 
    10  | 
%% run    ../sedindex logics    to prepare index file
  | 
| 
6623
 | 
    11  | 
\title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Isabelle's Logics}
 | 
| 
104
 | 
    12  | 
  | 
| 
3131
 | 
    13  | 
\author{{\em Lawrence C. Paulson}\\
 | 
| 
 | 
    14  | 
        Computer Laboratory \\ University of Cambridge \\
  | 
| 
 | 
    15  | 
        \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
 | 
| 
 | 
    16  | 
        With Contributions by Tobias Nipkow and Markus Wenzel%
  | 
| 
7160
 | 
    17  | 
 \thanks{Markus Wenzel made numerous improvements.  Sara Kalvala
 | 
| 
 | 
    18  | 
    contributed Chap.\ts\ref{chap:sequents}.  Philippe de Groote
 | 
| 
9695
 | 
    19  | 
   wrote the first version of the logic~LK.  Tobias Nipkow developed
  | 
| 
 | 
    20  | 
   LCF and~Cube.  Martin Coen developed~Modal with assistance
  | 
| 
7160
 | 
    21  | 
   from Rajeev Gor\'e.  The research has been funded by the EPSRC
  | 
| 
8979
 | 
    22  | 
   (grants GR/G53279, GR/H40570, GR/K57381, GR/K77051, GR/M75440) and by ESPRIT
  | 
| 
 | 
    23  | 
   (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG
  | 
| 
 | 
    24  | 
  Schwerpunktprogramm \emph{Deduktion}.} }
 | 
| 
104
 | 
    25  | 
  | 
| 
 | 
    26  | 
\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
 | 
| 
 | 
    27  | 
  \hrule\bigskip}
  | 
| 
349
 | 
    28  | 
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
 | 
| 
104
 | 
    29  | 
  | 
| 
 | 
    30  | 
\makeindex
  | 
| 
 | 
    31  | 
  | 
| 
 | 
    32  | 
\underscoreoff
  | 
| 
 | 
    33  | 
  | 
| 
465
 | 
    34  | 
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
 | 
| 
104
 | 
    35  | 
  | 
| 
 | 
    36  | 
\pagestyle{headings}
 | 
| 
 | 
    37  | 
\sloppy
  | 
| 
 | 
    38  | 
\binperiod     %%%treat . like a binary operator
  | 
| 
 | 
    39  | 
  | 
| 
 | 
    40  | 
\begin{document}
 | 
| 
 | 
    41  | 
\maketitle 
  | 
| 
 | 
    42  | 
\pagenumbering{roman} \tableofcontents \clearfirst
 | 
| 
6072
 | 
    43  | 
\include{preface}
 | 
| 
 | 
    44  | 
\include{syntax}
 | 
| 
104
 | 
    45  | 
\include{LK}
 | 
| 
7160
 | 
    46  | 
\include{Sequents}
 | 
| 
104
 | 
    47  | 
%%\include{Modal}
 | 
| 
 | 
    48  | 
\include{CTT}
 | 
| 
 | 
    49  | 
\bibliographystyle{plain}
 | 
| 
6592
 | 
    50  | 
\bibliography{../manual}
 | 
| 
8828
 | 
    51  | 
\printindex
  | 
| 
104
 | 
    52  | 
\end{document}
 |