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