doc-src/Logics/logics.tex
author lcp
Fri, 15 Apr 1994 14:09:12 +0200
changeset 317 8a96a64e0b35
parent 287 6b62a6ddbe15
child 349 0ddc495e8b83
permissions -rw-r--r--
penultimate Springer draft
     1 \documentstyle[a4,12pt,proof,iman,extra]{report}
     2 %% $Id$
     3 %%%STILL NEEDS MODAL, LCF
     4 %%%\includeonly{ZF}
     5 %%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\idx{\1}  
     6 %%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\idx{\1}  
     7 %%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\idx{\1}  
     8 %%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
     9 %% run    ../sedindex logics    to prepare index file
    10 \title{Isabelle's Object-Logics}
    11 
    12 \author{{\em Lawrence C. Paulson}\thanks{Tobias Nipkow and Markus Wenzel
    13     suggested changes and corrections.  Philippe de Groote wrote the
    14     first version of the logic~\LK{} and contributed to~\ZF{}.  Tobias
    15     Nipkow developed~\HOL{}, \LCF{} and~\Cube{}.  Philippe No\"el and
    16     Martin Coen made many contributions to~\ZF{}.  Martin Coen
    17     developed~\Modal{} with assistance from Rajeev Gor\'e.  The research
    18     has been funded by the SERC (grants GR/G53279, GR/H40570) and by ESPRIT
    19     project 6453: Types}.\\ 
    20   Computer Laboratory \\ 
    21   University of Cambridge \\[2ex] 
    22   {\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}} \\[3cm]
    23   {\small Copyright \copyright{} \number\year{} by Lawrence C. Paulson} }
    24 
    25 \date{}
    26 
    27 \newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
    28   \hrule\bigskip}
    29 
    30 \makeindex
    31 
    32 %For indexing names in ttbox; could be local to Chapters, making a subitem...
    33 \let\idx=\ttindexbold
    34 %%%%\newcommand\idx[1]{\indexbold{*#1}#1}
    35 
    36 %%\newenvironment{example}{\begin{Example}\rm}{\end{Example}}
    37 %%\newtheorem{Example}{Example}[chapter]
    38 
    39 \underscoreoff
    40 
    41 \setcounter{secnumdepth}{1} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    42 
    43 \pagestyle{headings}
    44 \sloppy
    45 \binperiod     %%%treat . like a binary operator
    46 
    47 \begin{document}
    48 \maketitle 
    49 \pagenumbering{roman} \tableofcontents \clearfirst
    50 \include{intro}
    51 \include{FOL}
    52 \include{ZF}
    53 \include{HOL}
    54 \include{LK}
    55 %%\include{Modal}
    56 \include{CTT}
    57 %%\include{Cube}
    58 %%\include{LCF}
    59 \bibliographystyle{plain}
    60 \bibliography{atp,theory,funprog,logicprog,isabelle}
    61 \input{logics.ind}
    62 \end{document}