doc-src/Logics/logics.tex
author clasohm
Thu, 29 Jun 1995 12:28:27 +0200
changeset 1163 c080ff36d24e
parent 1113 dd7284573601
child 1186 906c32af858d
permissions -rw-r--r--
changed 'chol' labels to 'hol'; added a few parentheses

\documentstyle[a4,12pt,proof,iman,extra,rail]{report}
%% $Id$
%%%STILL NEEDS MODAL, LCF
%%%\includeonly{ZF}
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
%% run    ../sedindex logics    to prepare index file
\title{Isabelle's Object-Logics}

\author{{\em Lawrence C. Paulson}\thanks{Tobias Nipkow and Markus Wenzel
    suggested changes and corrections.  Philippe de Groote wrote the
    first version of the logic~\LK{} and contributed to~\ZF{}.  Tobias
    Nipkow developed~\HOL{}, \LCF{} and~\Cube{}.  Philippe No\"el and
    Martin Coen made many contributions to~\ZF{}.  Martin Coen
    developed~\Modal{} with assistance from Rajeev Gor\'e.  The research
    has been funded by the SERC (grants GR/G53279, GR/H40570) and by ESPRIT
    project 6453: Types.}\\ 
  Computer Laboratory \\ 
  University of Cambridge \\[2ex] 
  {\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}} \\[3cm]
  {\small Copyright \copyright{} \number\year{} by Lawrence C. Paulson} }

\date{}

\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
  \hrule\bigskip}
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}

\makeindex

%%\newenvironment{example}{\begin{Example}\rm}{\end{Example}}
%%\newtheorem{Example}{Example}[chapter]

\underscoreoff

\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???

\pagestyle{headings}
\sloppy
\binperiod     %%%treat . like a binary operator

\begin{document}
\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst
\include{intro}
\include{FOL}
\include{ZF}
\include{CHOL}
\include{LK}
%%\include{Modal}
\include{CTT}
%%\include{Cube}
%%\include{LCF}
\bibliographystyle{plain}
\bibliography{string,atp,theory,funprog,logicprog,isabelle,crossref}
\input{logics.ind}
\end{document}