| author | haftmann | 
| Thu, 14 May 2009 15:09:48 +0200 | |
| changeset 31156 | 90fed3d4430f | 
| parent 25294 | 437d3a414bfa | 
| child 36862 | 952b2b102a0a | 
| permissions | -rw-r--r-- | 
| 24338 | 1 | % $Id$ | 
| 2 | ||
| 3 | \documentclass[11pt,a4paper]{article}
 | |
| 4 | \usepackage{graphicx,isabelle,isabellesym}
 | |
| 5 | \usepackage{pdfsetup}
 | |
| 6 | ||
| 7 | \urlstyle{rm}
 | |
| 8 | \isabellestyle{it}
 | |
| 9 | \pagestyle{myheadings}
 | |
| 10 | ||
| 11 | \begin{document}
 | |
| 12 | ||
| 13 | \title{Machine Words in Isabelle/HOL}
 | |
| 14 | ||
| 25294 | 15 | \author{Jeremy Dawson, Paul Graunke, Brian Huffman, Gerwin Klein, and John Matthews}
 | 
| 16 | ||
| 24338 | 17 | \maketitle | 
| 18 | ||
| 25262 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 19 | \begin{abstract}
 | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 20 | A formalisation of generic, fixed size machine words in Isabelle/HOL. An earlier version of this | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 21 | formalisation is described in \cite{dawson-avocs07}.  
 | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 22 | \end{abstract}
 | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 23 | |
| 24338 | 24 | \tableofcontents | 
| 25 | ||
| 26 | \begin{center}
 | |
| 27 |   \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
 | |
| 28 | \end{center}
 | |
| 29 | ||
| 30 | \newpage | |
| 31 | ||
| 32 | \renewcommand{\isamarkupheader}[1]%
 | |
| 33 | {\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
 | |
| 34 | ||
| 35 | \parindent 0pt\parskip 0.5ex | |
| 36 | \input{session}
 | |
| 37 | ||
| 25262 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 38 | \bibliographystyle{plain}
 | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 39 | \bibliography{root}
 | 
| 
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
 kleing parents: 
24338diff
changeset | 40 | |
| 24338 | 41 | \end{document}
 |