src/HOL/Word/document/root.tex
author wenzelm
Sun, 08 Mar 2009 15:01:10 +0100
changeset 30358 f7fea73b97a6
parent 25294 437d3a414bfa
child 36862 952b2b102a0a
permissions -rw-r--r--
index_ML: removed spurious writeln introduced in 41ce4f5c97c9 -- it merely produces unreadable LaTeX sources;

% $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}