| 19400 |      1 | \documentclass[11pt,a4paper]{report}
 | 
|  |      2 | \usepackage{graphicx}
 | 
|  |      3 | \usepackage[english]{babel}
 | 
|  |      4 | \usepackage{isabelle,isabellesym}
 | 
|  |      5 | \usepackage{pdfsetup}
 | 
|  |      6 | 
 | 
|  |      7 | \urlstyle{rm}
 | 
|  |      8 | \isabellestyle{it}
 | 
|  |      9 | 
 | 
|  |     10 | \begin{document}
 | 
|  |     11 | 
 | 
|  |     12 | \title{Hoare Logic}
 | 
|  |     13 | \author{Various}
 | 
|  |     14 | \maketitle
 | 
|  |     15 | 
 | 
|  |     16 | \begin{abstract}
 | 
|  |     17 | These theories contain a Hoare logic for a simple imperative
 | 
|  |     18 | programming language with while-loops, including a verification
 | 
|  |     19 | condition generator.
 | 
|  |     20 | 
 | 
|  |     21 | Special infrastructure for modelling and reasoning about pointer
 | 
|  |     22 | programs is provided, together with many examples, including Schorr-Waite.
 | 
|  |     23 | See \cite{MehtaN-CADE03,MehtaN-IC05} for an excellent exposition.
 | 
|  |     24 | \end{abstract}
 | 
|  |     25 | 
 | 
|  |     26 | \pagestyle{plain}
 | 
|  |     27 | \thispagestyle{empty}
 | 
|  |     28 | \tableofcontents
 | 
|  |     29 | 
 | 
|  |     30 | \newpage
 | 
|  |     31 | 
 | 
|  |     32 | \input{session}
 | 
|  |     33 | 
 | 
|  |     34 | \bibliographystyle{plain}
 | 
|  |     35 | \bibliography{root}
 | 
|  |     36 | 
 | 
|  |     37 | \end{document}
 |