src/HOL/Word/document/root.tex
author haftmann
Mon, 26 Jan 2009 22:14:17 +0100
changeset 29630 199e2fb7f588
parent 25294 437d3a414bfa
child 36862 952b2b102a0a
permissions -rw-r--r--
streamlined definitions, executable equality

% $Id$

\documentclass[11pt,a4paper]{article}
\usepackage{graphicx,isabelle,isabellesym}
\usepackage{pdfsetup}

\urlstyle{rm}
\isabellestyle{it}
\pagestyle{myheadings}

\begin{document}

\title{Machine Words in Isabelle/HOL}

\author{Jeremy Dawson, Paul Graunke, Brian Huffman, Gerwin Klein, and John Matthews}

\maketitle

\begin{abstract}
A formalisation of generic, fixed size machine words in Isabelle/HOL. An earlier version of this 
formalisation is described in \cite{dawson-avocs07}.  
\end{abstract}

\tableofcontents

\begin{center}
  \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
\end{center}

\newpage

\renewcommand{\isamarkupheader}[1]%
{\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}

\parindent 0pt\parskip 0.5ex
\input{session}

\bibliographystyle{plain}
\bibliography{root}

\end{document}