| author | wenzelm |
| Fri, 11 Apr 2014 23:26:31 +0200 | |
| changeset 56547 | e9bb73d7b6cf |
| parent 55369 | 713629c2b73c |
| child 58886 | 8a6cac7c7247 |
| permissions | -rw-r--r-- |
| 12911 | 1 |
\documentclass[11pt,a4paper]{book}
|
| 11855 | 2 |
\usepackage{graphicx,latexsym,isabelle,isabellesym,pdfsetup}
|
| 8193 | 3 |
|
| 10023 | 4 |
\urlstyle{rm}
|
| 9919 | 5 |
\pagestyle{myheadings}
|
6 |
||
| 12911 | 7 |
%make a bit more space |
| 9755 | 8 |
\addtolength{\hoffset}{-1,5cm}
|
| 12914 | 9 |
\addtolength{\textwidth}{3cm}
|
10 |
\addtolength{\voffset}{-1cm}
|
|
11 |
\addtolength{\textheight}{2cm}
|
|
| 9755 | 12 |
|
| 12911 | 13 |
\newcommand{\isaheader}[1]
|
| 12914 | 14 |
{\newpage\markright{Theory~\isabellecontext}\section{#1}}
|
| 12911 | 15 |
\renewcommand{\isamarkupheader}[1]{#1}
|
| 12914 | 16 |
\renewcommand{\isamarkupsection}[1]{\subsection{#1}}
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
17 |
|
| 9985 | 18 |
\newcommand{\mJava}{$\mu$Java}
|
| 12911 | 19 |
\newcommand{\secref}[1]{Section~\ref{#1}}
|
20 |
\newcommand{\secrefs}[1]{Sections~\ref{#1}}
|
|
21 |
\newcommand{\charef}[1]{Chapter~\ref{#1}}
|
|
22 |
\newcommand{\charefs}[1]{Chapters~\ref{#1}}
|
|
23 |
||
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
24 |
%remove clutter from the toc |
| 12914 | 25 |
\setcounter{secnumdepth}{2}
|
26 |
\setcounter{tocdepth}{1}
|
|
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
27 |
|
| 8193 | 28 |
\begin{document}
|
| 9820 | 29 |
|
| 17159 | 30 |
\title{Java Source and Bytecode Formalizations in Isabelle: \mJava}
|
| 12911 | 31 |
\author{Gerwin Klein \and Tobias Nipkow \and David von Oheimb \and
|
| 12914 | 32 |
\and Cornelia Pusch \and Martin Strecker} |
| 9919 | 33 |
\maketitle |
34 |
||
35 |
||
| 9755 | 36 |
\tableofcontents |
| 9820 | 37 |
\parindent 0pt \parskip 0.5ex |
| 9919 | 38 |
|
| 12911 | 39 |
\input{introduction.tex}
|
40 |
||
| 12914 | 41 |
\section{Theory Dependencies}
|
| 12911 | 42 |
|
43 |
Figure \ref{theory-deps} shows the dependencies between
|
|
44 |
the Isabelle theories in the following sections. |
|
45 |
||
| 12914 | 46 |
\begin{figure}[h!t]
|
| 11855 | 47 |
\begin{center}
|
| 17159 | 48 |
\includegraphics[width=\textwidth,height=0.95\textheight,keepaspectratio]{session_graph}
|
| 11855 | 49 |
\end{center}
|
| 12911 | 50 |
\caption{Theory Dependency Graph\label{theory-deps}}
|
51 |
\end{figure}
|
|
| 11855 | 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}
|