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