document setup;
authorwenzelm
Thu, 04 Oct 2001 14:49:10 +0200
changeset 11667 1af97cd22632
parent 11666 60d9f1069fa9
child 11668 548ba68385a3
document setup;
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}