doc-src/Logics/logics.tex
author berghofe
Fri, 02 May 1997 16:18:49 +0200
changeset 3096 ccc2c92bb232
parent 3005 645ec3d19ac1
child 3131 1ffa0963e6a4
permissions -rw-r--r--
Updated to LaTeX 2e
     1 \documentclass[12pt]{report}
     2 \usepackage{a4,latexsym}
     3 
     4 \makeatletter
     5 \input{../rail.sty}
     6 \input{../proof.sty}
     7 \input{../iman.sty}
     8 \input{../extra.sty}
     9 \makeatother
    10 
    11 %% $Id$
    12 %%%STILL NEEDS MODAL, LCF
    13 %%%\includeonly{ZF}
    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}  
    17 %%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
    18 %% run    ../sedindex logics    to prepare index file
    19 \title{Isabelle's Object-Logics}
    20 
    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
    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
    29     project 6453: Types.}\\
    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}
    37 \newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
    38 
    39 \makeindex
    40 
    41 %%\newenvironment{example}{\begin{Example}\rm}{\end{Example}}
    42 %%\newtheorem{Example}{Example}[chapter]
    43 
    44 \underscoreoff
    45 
    46 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    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}
    58 \include{HOL}
    59 \include{LK}
    60 %%\include{Modal}
    61 \include{CTT}
    62 %%\include{Cube}
    63 %%\include{LCF}
    64 \bibliographystyle{plain}
    65 \bibliography{string,general,atp,theory,funprog,logicprog,isabelle,crossref}
    66 \input{logics.ind}
    67 \end{document}