src/HOL/MicroJava/document/root.tex
author wenzelm
Mon, 18 Sep 2000 21:29:49 +0200
changeset 10023 1b8b8ddedea7
parent 9987 ed35be80285d
child 10044 07218d743c62
permissions -rw-r--r--
*** empty log message ***


\documentclass[11pt,a4paper]{article}
\usepackage{latexsym,isabelle,isabellesym,pdfsetup}

\urlstyle{rm}
\pagestyle{myheadings}

\addtolength{\hoffset}{-1,5cm}
\addtolength{\textwidth}{4cm}
\addtolength{\voffset}{-2cm}
\addtolength{\textheight}{4cm}

\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\isamarkupheader}[1]{\newpage\markright{Theory~\isabellecontext}\section{#1}}
\newcommand{\mJava}{$\mu$Java}

\begin{document}

\title{\mJava}
\author{Gerwin Klein \\ Tobias Nipkow \\ David von Oheimb \\ Cornelia Pusch}
\maketitle

\begin{abstract}
  This formal development defines {\mJava}, a small fragment of the
  programming language Java (with essentially just classes), together with a
  corresponding virtual machine and a specification of its bytecode verifier.
  It is shown that {\mJava} and the given specification of the bytecode
  verifier are type-safe.
\end{abstract}

\tableofcontents
\parindent 0pt \parskip 0.5ex

\newpage
\input{session}

\nocite{*}
\bibliographystyle{abbrv}
\bibliography{root}

\end{document}