author | berghofe |
Fri, 02 May 1997 16:18:49 +0200 | |
changeset 3096 | ccc2c92bb232 |
parent 3005 | 645ec3d19ac1 |
child 3131 | 1ffa0963e6a4 |
permissions | -rw-r--r-- |
3096 | 1 |
\documentclass[12pt]{report} |
2 |
\usepackage{a4,latexsym} |
|
3 |
||
2661 | 4 |
\makeatletter |
5 |
\input{../rail.sty} |
|
3096 | 6 |
\input{../proof.sty} |
2661 | 7 |
\input{../iman.sty} |
8 |
\input{../extra.sty} |
|
9 |
\makeatother |
|
10 |
||
104 | 11 |
%% $Id$ |
12 |
%%%STILL NEEDS MODAL, LCF |
|
111 | 13 |
%%%\includeonly{ZF} |
349 | 14 |
%%% to index derived rls: ^\([a-zA-Z0-9][a-zA-Z0-9_]*\) \\tdx{\1} |
15 |
%%% to index rulenames: ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\), \\tdx{\1} |
|
16 |
%%% to index constants: \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\) \\cdx{\1} |
|
104 | 17 |
%%% to deverbify: \\verb|\([^|]*\)| \\ttindex{\1} |
18 |
%% run ../sedindex logics to prepare index file |
|
19 |
\title{Isabelle's Object-Logics} |
|
20 |
||
3005 | 21 |
\author{{\em Lawrence C. Paulson}\thanks{Tobias Nipkow revised and extended |
22 |
the chapter on \HOL. Markus Wenzel suggested changes and corrections. |
|
23 |
Philippe de Groote wrote the |
|
104 | 24 |
first version of the logic~\LK{} and contributed to~\ZF{}. Tobias |
25 |
Nipkow developed~\HOL{}, \LCF{} and~\Cube{}. Philippe No\"el and |
|
26 |
Martin Coen made many contributions to~\ZF{}. Martin Coen |
|
27 |
developed~\Modal{} with assistance from Rajeev Gor\'e. The research |
|
28 |
has been funded by the SERC (grants GR/G53279, GR/H40570) and by ESPRIT |
|
3005 | 29 |
project 6453: Types.}\\ |
104 | 30 |
Computer Laboratory \\ |
31 |
University of Cambridge \\[2ex] |
|
32 |
{\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}} \\[3cm] |
|
33 |
{\small Copyright \copyright{} \number\year{} by Lawrence C. Paulson} } |
|
34 |
||
35 |
\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip |
|
36 |
\hrule\bigskip} |
|
349 | 37 |
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}} |
104 | 38 |
|
39 |
\makeindex |
|
40 |
||
287 | 41 |
%%\newenvironment{example}{\begin{Example}\rm}{\end{Example}} |
42 |
%%\newtheorem{Example}{Example}[chapter] |
|
43 |
||
104 | 44 |
\underscoreoff |
45 |
||
465 | 46 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} %% {secnumdepth}{2}??? |
104 | 47 |
|
48 |
\pagestyle{headings} |
|
49 |
\sloppy |
|
50 |
\binperiod %%%treat . like a binary operator |
|
51 |
||
52 |
\begin{document} |
|
53 |
\maketitle |
|
54 |
\pagenumbering{roman} \tableofcontents \clearfirst |
|
55 |
\include{intro} |
|
56 |
\include{FOL} |
|
57 |
\include{ZF} |
|
1226 | 58 |
\include{HOL} |
104 | 59 |
\include{LK} |
60 |
%%\include{Modal} |
|
61 |
\include{CTT} |
|
62 |
%%\include{Cube} |
|
63 |
%%\include{LCF} |
|
64 |
\bibliographystyle{plain} |
|
2933
f842a75d9624
Updated discussion and references for inductive definitions
paulson
parents:
2661
diff
changeset
|
65 |
\bibliography{string,general,atp,theory,funprog,logicprog,isabelle,crossref} |
104 | 66 |
\input{logics.ind} |
67 |
\end{document} |