| author | wenzelm |
| Sat, 20 Oct 2001 20:22:17 +0200 | |
| changeset 11855 | bdae1f29f35d |
| parent 11075 | b996b1857028 |
| child 12911 | 704713ca07ea |
| permissions | -rw-r--r-- |
| 8193 | 1 |
|
2 |
\documentclass[11pt,a4paper]{article}
|
|
| 11855 | 3 |
\usepackage{graphicx,latexsym,isabelle,isabellesym,pdfsetup}
|
| 8193 | 4 |
|
| 10023 | 5 |
\urlstyle{rm}
|
| 9919 | 6 |
\pagestyle{myheadings}
|
7 |
||
| 9755 | 8 |
\addtolength{\hoffset}{-1,5cm}
|
9 |
\addtolength{\textwidth}{4cm}
|
|
10 |
\addtolength{\voffset}{-2cm}
|
|
11 |
\addtolength{\textheight}{4cm}
|
|
12 |
||
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
13 |
%subsection instead of section to make the toc readable |
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
14 |
\renewcommand{\thesubsection}{\arabic{subsection}}
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
15 |
\renewcommand{\isamarkupheader}[1]{\newpage\markright{Theory~\isabellecontext}\subsection{#1}}
|
| 11075 | 16 |
\renewcommand{\isamarkupsection}[1]{\subsubsection{#1}}
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
17 |
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
18 |
%remove spaces from the isabelle environment (trivlist makes them too large) |
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
19 |
\renewenvironment{isabelle}
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
20 |
{\begin{isabellebody}}
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
21 |
{\end{isabellebody}}
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
22 |
|
| 9985 | 23 |
\newcommand{\mJava}{$\mu$Java}
|
| 9820 | 24 |
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
25 |
%remove clutter from the toc |
| 11075 | 26 |
\setcounter{secnumdepth}{3}
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
27 |
\setcounter{tocdepth}{2}
|
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
28 |
|
| 8193 | 29 |
\begin{document}
|
| 9820 | 30 |
|
| 9985 | 31 |
\title{\mJava}
|
| 9919 | 32 |
\author{Gerwin Klein \\ Tobias Nipkow \\ David von Oheimb \\ Cornelia Pusch}
|
33 |
\maketitle |
|
34 |
||
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
35 |
\begin{abstract}\noindent
|
| 9987 | 36 |
This formal development defines {\mJava}, a small fragment of the
|
| 9985 | 37 |
programming language Java (with essentially just classes), together with a |
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
38 |
corresponding virtual machine, a specification of its bytecode verifier |
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
39 |
and a lightweight bytecode verifier. |
| 9987 | 40 |
It is shown that {\mJava} and the given specification of the bytecode
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
41 |
verifier are type-safe, and that the lightweight bytecode verifier |
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
42 |
is functionally equivalent to the bytecode verifier specification. |
|
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
43 |
See also the homepage of project Bali at \url{http://isabelle.in.tum.de/Bali/}.
|
| 9919 | 44 |
\end{abstract}
|
45 |
||
| 9755 | 46 |
\tableofcontents |
| 9820 | 47 |
\parindent 0pt \parskip 0.5ex |
| 9919 | 48 |
|
| 11855 | 49 |
\begin{center}
|
50 |
\includegraphics[scale=0.4]{session_graph}
|
|
51 |
\end{center}
|
|
52 |
||
| 9755 | 53 |
\newpage |
| 8193 | 54 |
\input{session}
|
| 9820 | 55 |
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
56 |
\newpage |
| 9919 | 57 |
\nocite{*}
|
58 |
\bibliographystyle{abbrv}
|
|
59 |
\bibliography{root}
|
|
60 |
||
| 8193 | 61 |
\end{document}
|