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;

\documentclass[12pt]{report}
\usepackage{graphicx,a4,latexsym,../pdfsetup}

\makeatletter
\input{../proof.sty}
\input{../rail.sty}
\input{../iman.sty}
\input{../extra.sty}
\makeatother

%% $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{\includegraphics[scale=0.5]{isabelle.eps} \\[4ex] Isabelle's Object-Logics}

\author{{\em Lawrence C. Paulson}\\
        Computer Laboratory \\ University of Cambridge \\
        \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
        With Contributions by Tobias Nipkow and Markus Wenzel%
\thanks{Tobias Nipkow revised and extended
    the chapter on \HOL.  Markus Wenzel made numerous improvements.
    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 EPSRC (grants GR/G53279, GR/H40570, GR/K57381,
    GR/K77051) and by ESPRIT project 6453: Types.}
}

\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{HOL}
\include{LK}
%%\include{Modal}
\include{CTT}
%%\include{Cube}
%%\include{LCF}
\bibliographystyle{plain}
\bibliography{string,general,atp,theory,funprog,logicprog,isabelle,crossref}
\input{logics.ind}
\end{document}