39307
|
1 |
\documentclass[11pt,a4paper]{article}
|
|
2 |
\usepackage{graphicx,isabelle,isabellesym,latexsym}
|
|
3 |
\usepackage{amssymb}
|
|
4 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
5 |
\usepackage{pdfsetup}
|
|
6 |
\usepackage{ifthen}
|
|
7 |
|
|
8 |
\urlstyle{rm}
|
|
9 |
\isabellestyle{it}
|
|
10 |
\pagestyle{myheadings}
|
|
11 |
|
|
12 |
|
|
13 |
% canonical quotes
|
|
14 |
\newcommand{\qt}[1]{``{#1}''}
|
|
15 |
|
|
16 |
% xdash
|
|
17 |
\renewcommand{\=}{\ ---\ }
|
|
18 |
|
|
19 |
% ellipsis
|
|
20 |
\newcommand{\dotspace}{\kern0.01ex}
|
|
21 |
\renewcommand{\isasymdots}{.\dotspace.\dotspace.}
|
|
22 |
\renewcommand{\isasymcdots}{$\cdot$\dotspace$\cdot$\dotspace$\cdot$}
|
|
23 |
\newcommand{\isasymellipsis}{\isasymdots}
|
|
24 |
|
|
25 |
% logical markup
|
|
26 |
\newcommand{\strong}[1]{{\upshape\bfseries {#1}}}
|
|
27 |
|
|
28 |
% description lists
|
|
29 |
\newcommand{\ditem}[1]{\item[\isastyletext #1]}
|
|
30 |
|
|
31 |
% quote environment
|
|
32 |
\isakeeptag{quote}
|
|
33 |
\renewenvironment{quote}
|
|
34 |
{\list{}{\leftmargin2em\rightmargin0pt}\parindent0pt\parskip0pt\item\relax}
|
|
35 |
{\endlist}
|
|
36 |
\renewcommand{\isatagquote}{\begin{quote}}
|
|
37 |
\renewcommand{\endisatagquote}{\end{quote}}
|
|
38 |
\newcommand{\quotebreak}{\\[1.2ex]}
|
|
39 |
|
|
40 |
% typographic conventions
|
|
41 |
\newcommand{\qn}[1]{\emph{#1}}
|
|
42 |
\newcommand{\secref}[1]{\S\ref{#1}}
|
|
43 |
\newcommand{\figref}[1]{figure~\ref{#1}}
|
|
44 |
|
|
45 |
% plain digits
|
|
46 |
\renewcommand{\isadigit}[1]{\isamath{#1}}
|
|
47 |
|
|
48 |
% invisibility
|
|
49 |
\isadroptag{theory}
|
|
50 |
|
|
51 |
% vectors
|
|
52 |
\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
|
|
53 |
\newcommand{\isactrlbvec}{\emph\bgroup\begin{math}{}\overline\bgroup\mbox\bgroup\isastylescript}
|
|
54 |
\newcommand{\isactrlevec}{\egroup\egroup\end{math}\egroup}
|
|
55 |
|
|
56 |
|
|
57 |
\begin{document}
|
|
58 |
|
|
59 |
\title{Imperative HOL -- a leightweight framework for imperative data structures in Isabelle/HOL}
|
|
60 |
\maketitle
|
|
61 |
|
|
62 |
\parindent 0pt\parskip 0.5ex
|
|
63 |
\input{Overview}
|
|
64 |
|
|
65 |
\pagestyle{headings}
|
|
66 |
\bibliographystyle{abbrv}
|
|
67 |
\bibliography{root}
|
|
68 |
|
|
69 |
\end{document}
|