| 27468 |      1 | \documentclass[11pt,a4paper]{article}
 | 
| 40945 |      2 | \usepackage{graphicx,isabelle,isabellesym,latexsym,textcomp}
 | 
| 27468 |      3 | \usepackage{pdfsetup}
 | 
|  |      4 | 
 | 
|  |      5 | \urlstyle{rm}
 | 
|  |      6 | \isabellestyle{it}
 | 
|  |      7 | \pagestyle{myheadings}
 | 
|  |      8 | 
 | 
|  |      9 | \begin{document}
 | 
|  |     10 | 
 | 
|  |     11 | \title{Isabelle/HOL-NSA --- Non-Standard Analysis}
 | 
|  |     12 | \maketitle
 | 
|  |     13 | 
 | 
|  |     14 | \tableofcontents
 | 
|  |     15 | 
 | 
|  |     16 | \begin{center}
 | 
|  |     17 |   \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
 | 
|  |     18 | \end{center}
 | 
|  |     19 | 
 | 
|  |     20 | \newpage
 | 
|  |     21 | 
 | 
|  |     22 | \renewcommand{\isamarkupheader}[1]%
 | 
|  |     23 | {\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
 | 
|  |     24 | 
 | 
|  |     25 | \parindent 0pt\parskip 0.5ex
 | 
|  |     26 | \input{session}
 | 
|  |     27 | 
 | 
|  |     28 | \end{document}
 |