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