doc-src/Logics/logics.tex
author wenzelm
Mon, 20 Jul 1998 19:06:39 +0200
changeset 5165 ac83801ab294
parent 3287 078be5581967
child 5167 10e033194e9d
permissions -rw-r--r--
added pdfsetup and isabelle logo;
     1 \documentclass[12pt]{report}
     2 \usepackage{graphicx,a4,latexsym,../pdfsetup}
     3 
     4 \makeatletter
     5 \input{../proof.sty}
     6 \input{../rail.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{\includegraphics[scale=0.5]{../isabelle.ps} \\[4ex] Isabelle's Object-Logics}
    20 
    21 \author{{\em Lawrence C. Paulson}\\
    22         Computer Laboratory \\ University of Cambridge \\
    23         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
    24         With Contributions by Tobias Nipkow and Markus Wenzel%
    25 \thanks{Tobias Nipkow revised and extended
    26     the chapter on \HOL.  Markus Wenzel made numerous improvements.
    27     Philippe de Groote wrote the
    28     first version of the logic~\LK{} and contributed to~\ZF{}.  Tobias
    29     Nipkow developed~\HOL{}, \LCF{} and~\Cube{}.  Philippe No\"el and
    30     Martin Coen made many contributions to~\ZF{}.  Martin Coen
    31     developed~\Modal{} with assistance from Rajeev Gor\'e.  The research has 
    32     been funded by the EPSRC (grants GR/G53279, GR/H40570, GR/K57381,
    33     GR/K77051) and by ESPRIT project 6453: Types.}
    34 }
    35 
    36 \newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
    37   \hrule\bigskip}
    38 \newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
    39 
    40 \makeindex
    41 
    42 %%\newenvironment{example}{\begin{Example}\rm}{\end{Example}}
    43 %%\newtheorem{Example}{Example}[chapter]
    44 
    45 \underscoreoff
    46 
    47 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    48 
    49 \pagestyle{headings}
    50 \sloppy
    51 \binperiod     %%%treat . like a binary operator
    52 
    53 \begin{document}
    54 \maketitle 
    55 \pagenumbering{roman} \tableofcontents \clearfirst
    56 \include{intro}
    57 \include{FOL}
    58 \include{ZF}
    59 \include{HOL}
    60 \include{LK}
    61 %%\include{Modal}
    62 \include{CTT}
    63 %%\include{Cube}
    64 %%\include{LCF}
    65 \bibliographystyle{plain}
    66 \bibliography{string,general,atp,theory,funprog,logicprog,isabelle,crossref}
    67 \input{logics.ind}
    68 \end{document}