| 19203 |      1 | 
 | 
|  |      2 | % $Id$
 | 
|  |      3 | 
 | 
|  |      4 | \documentclass[11pt,a4paper]{article}
 | 
|  |      5 | \usepackage{isabelle,isabellesym}
 | 
|  |      6 | 
 | 
|  |      7 | % this should be the last package used
 | 
|  |      8 | \usepackage{pdfsetup}
 | 
|  |      9 | 
 | 
|  |     10 | % urls in roman style, theory text in math-similar italics
 | 
|  |     11 | \urlstyle{rm}
 | 
|  |     12 | \isabellestyle{it}
 | 
|  |     13 | 
 | 
|  |     14 | \newcommand{\ganz}{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}
 | 
|  |     15 | 
 | 
|  |     16 | \begin{document}
 | 
|  |     17 | 
 | 
|  |     18 | \title{ZF}
 | 
|  |     19 | \author{Steven Obua}
 | 
|  |     20 | \maketitle
 | 
|  |     21 | 
 | 
|  |     22 | %\tableofcontents
 | 
|  |     23 | 
 | 
|  |     24 | \parindent 0pt\parskip 0.5ex
 | 
|  |     25 | 
 | 
|  |     26 | \input{session}
 | 
|  |     27 | 
 | 
|  |     28 | \end{document}
 |