src/HOL/Hoare/document/root.tex
author wenzelm
Sat, 03 Nov 2018 20:09:39 +0100
changeset 69227 71b48b749836
parent 58883 fef1df4268d6
child 72990 db8f94656024
permissions -rw-r--r--
tuned message (e.g. see Options.save_prefs);

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

\urlstyle{rm}
\isabellestyle{it}

\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}