doc-src/System/system.tex
author wenzelm
Mon, 04 Dec 2000 23:16:25 +0100
changeset 10580 930ac2bfa637
parent 9695 ec7d7f877712
child 10679 b619b56f562f
permissions -rw-r--r--
include table of Isabelle standard symbols;


%% $Id$

\documentclass[12pt,a4paper]{report}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[only,bigsqcap]{stmaryrd}
\usepackage{wasysym}
\usepackage{supertabular}
\usepackage{graphicx,../iman,../extra,../ttbox,../../Distribution/lib/texinputs/isabelle,../../Distribution/lib/texinputs/isabellesym,../pdfsetup}

\isabellestyle{it}

\title{\includegraphics[scale=0.5]{isabelle} \\[4ex] The Isabelle System Manual}

\author{\emph{Markus Wenzel} and \emph{Stefan Berghofer} \\
  TU M\"unchen}

\makeindex

\setcounter{secnumdepth}{1} \setcounter{tocdepth}{2}

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

\begin{document}

\underscoreoff

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

\include{basics}
\include{present}
\include{misc}
\include{fonts}

\appendix
\include{symbols}

\begingroup
  \bibliographystyle{plain} \small\raggedright\frenchspacing
  \bibliography{../manual}
\endgroup

\printindex

\end{document}