src/HOL/Hoare/document/root.tex
author bulwahn
Fri, 18 Mar 2011 18:19:42 +0100
changeset 42031 2de57cda5b24
parent 36862 952b2b102a0a
child 58883 fef1df4268d6
permissions -rw-r--r--
adapting predicate_compile_quickcheck; tuned

\documentclass[11pt,a4paper]{report}
\usepackage{graphicx}
\usepackage[english]{babel}
\usepackage{isabelle,isabellesym}
\usepackage{pdfsetup}

\urlstyle{rm}
\isabellestyle{it}

\renewcommand{\isamarkupheader}[1]{#1}

\begin{document}

\title{Hoare Logic}
\author{Various}
\maketitle

\begin{abstract}
These theories contain a Hoare logic for a simple imperative
programming language with while-loops, including a verification
condition generator.

Special infrastructure for modelling and reasoning about pointer
programs is provided, together with many examples, including Schorr-Waite.
See \cite{MehtaN-CADE03,MehtaN-IC05} for an excellent exposition.
\end{abstract}

\pagestyle{plain}
\thispagestyle{empty}
\tableofcontents

\newpage

\input{session}

\bibliographystyle{plain}
\bibliography{root}

\end{document}