# HG changeset patch # User wenzelm # Date 1002199750 -7200 # Node ID 1af97cd22632d173ab6e01f472640cb5717e304a # Parent 60d9f1069fa9fd33e24370dd62c140dccfa707ce document setup; diff -r 60d9f1069fa9 -r 1af97cd22632 src/FOL/document/root.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FOL/document/root.tex Thu Oct 04 14:49:10 2001 +0200 @@ -0,0 +1,32 @@ + +% $Id$ + +\documentclass[11pt,a4paper]{article} +\usepackage{isabelle,isabellesym,pdfsetup} + +% proper setup for best-style documents +\urlstyle{rm} +\isabellestyle{it} + + +\begin{document} + +\title{First-Order Logic} +\author{Larry Paulson and Markus Wenzel} +\maketitle + +\tableofcontents + +\parindent 0pt +\parskip 0.5ex + +\paragraph{Note.} This may serve as an example of initializing all the tools +and packages required for a reasonable working environment. Please go +elsewhere to see actual applications of Isabelle! + +\input{session} + +%\bibliographystyle{plain} +%\bibliography{root} + +\end{document}