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