src/HOL/Word/document/root.tex
author huffman
Tue, 23 Dec 2008 15:02:30 -0800
changeset 29164 0d49c5b55046
parent 25294 437d3a414bfa
child 36862 952b2b102a0a
permissions -rw-r--r--
move sin and cos to their own subsection
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24338
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     1
% $Id$
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     2
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     3
\documentclass[11pt,a4paper]{article}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     4
\usepackage{graphicx,isabelle,isabellesym}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     5
\usepackage{pdfsetup}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     6
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     7
\urlstyle{rm}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     8
\isabellestyle{it}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
     9
\pagestyle{myheadings}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    10
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    11
\begin{document}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    12
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    13
\title{Machine Words in Isabelle/HOL}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    14
25294
437d3a414bfa acknowledge authors
kleing
parents: 25262
diff changeset
    15
\author{Jeremy Dawson, Paul Graunke, Brian Huffman, Gerwin Klein, and John Matthews}
437d3a414bfa acknowledge authors
kleing
parents: 25262
diff changeset
    16
24338
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    17
\maketitle
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    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
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    24
\tableofcontents
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    25
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    26
\begin{center}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    27
  \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    28
\end{center}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    29
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    30
\newpage
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    31
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    32
\renewcommand{\isamarkupheader}[1]%
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    33
{\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    34
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    35
\parindent 0pt\parskip 0.5ex
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    36
\input{session}
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    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
14787722149a new root.tex for HOL-Word
huffman
parents:
diff changeset
    41
\end{document}