| author | wenzelm |
| Wed, 15 Oct 2008 21:45:02 +0200 | |
| changeset 28605 | 12d6087ec18c |
| 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:
24338
diff
changeset
|
19 |
\begin{abstract}
|
|
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
kleing
parents:
24338
diff
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:
24338
diff
changeset
|
21 |
formalisation is described in \cite{dawson-avocs07}.
|
|
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
kleing
parents:
24338
diff
changeset
|
22 |
\end{abstract}
|
|
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
kleing
parents:
24338
diff
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:
24338
diff
changeset
|
38 |
\bibliographystyle{plain}
|
|
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
kleing
parents:
24338
diff
changeset
|
39 |
\bibliography{root}
|
|
d0928156e326
Added reference to Jeremy Dawson's paper on the word library.
kleing
parents:
24338
diff
changeset
|
40 |
|
| 24338 | 41 |
\end{document}
|