doc-src/System/system.tex
author wenzelm
Mon, 15 Sep 2008 20:51:58 +0200
changeset 28226 97c530dc8aca
parent 28224 10487d954a8f
child 28838 d5db6dfcb34a
permissions -rw-r--r--
converted symbols.tex;


%% $Id$

\documentclass[12pt,a4paper]{report}
\usepackage{amssymb}
\usepackage[greek,english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[only,bigsqcap]{stmaryrd}
\usepackage{textcomp}
\usepackage{supertabular}
\let\intorig=\int  %iman.sty redefines \int
\usepackage{graphicx}
\usepackage{../iman,../extra,../isar,../ttbox}
\usepackage[nohyphen,strings]{../underscore}
\usepackage{../isabelle,../isabellesym}
\usepackage{../IsarRef/style}
\usepackage{../pdfsetup}

\hyphenation{Isabelle}
\hyphenation{Isar}

\isadroptag{theory}

\isabellestyle{it}

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

\author{\emph{Makarius Wenzel} and \emph{Stefan Berghofer} \\
  TU München}

\makeindex


\begin{document}

\maketitle 
\pagenumbering{roman} \tableofcontents \clearfirst

\input{Thy/document/Basics}
\input{Thy/document/Presentation}
\input{Thy/document/Misc}

\appendix
\let\int\intorig
\input{Thy/document/Symbols}

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

\printindex

\end{document}