author | nipkow |
Thu, 07 Jul 2016 18:08:10 +0200 | |
changeset 63412 | def97df48390 |
parent 58886 | 8a6cac7c7247 |
child 73404 | 299f6a8faccc |
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 |
|
58886 | 13 |
\renewcommand{\setisabellecontext}[1]{\markright{Theory~#1}} |
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
14 |
|
9985 | 15 |
\newcommand{\mJava}{$\mu$Java} |
12911 | 16 |
\newcommand{\secref}[1]{Section~\ref{#1}} |
17 |
\newcommand{\secrefs}[1]{Sections~\ref{#1}} |
|
18 |
\newcommand{\charef}[1]{Chapter~\ref{#1}} |
|
19 |
\newcommand{\charefs}[1]{Chapters~\ref{#1}} |
|
20 |
||
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
21 |
%remove clutter from the toc |
12914 | 22 |
\setcounter{secnumdepth}{2} |
23 |
\setcounter{tocdepth}{1} |
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
24 |
|
8193 | 25 |
\begin{document} |
9820 | 26 |
|
17159 | 27 |
\title{Java Source and Bytecode Formalizations in Isabelle: \mJava} |
12911 | 28 |
\author{Gerwin Klein \and Tobias Nipkow \and David von Oheimb \and |
12914 | 29 |
\and Cornelia Pusch \and Martin Strecker} |
9919 | 30 |
\maketitle |
31 |
||
32 |
||
9755 | 33 |
\tableofcontents |
9820 | 34 |
\parindent 0pt \parskip 0.5ex |
9919 | 35 |
|
12911 | 36 |
\input{introduction.tex} |
37 |
||
12914 | 38 |
\section{Theory Dependencies} |
12911 | 39 |
|
40 |
Figure \ref{theory-deps} shows the dependencies between |
|
41 |
the Isabelle theories in the following sections. |
|
42 |
||
12914 | 43 |
\begin{figure}[h!t] |
11855 | 44 |
\begin{center} |
17159 | 45 |
\includegraphics[width=\textwidth,height=0.95\textheight,keepaspectratio]{session_graph} |
11855 | 46 |
\end{center} |
12911 | 47 |
\caption{Theory Dependency Graph\label{theory-deps}} |
48 |
\end{figure} |
|
11855 | 49 |
|
9755 | 50 |
\newpage |
8193 | 51 |
\input{session} |
9820 | 52 |
|
10044
07218d743c62
tuned, added lightweight BV to abstract, added Bali link
kleing
parents:
10023
diff
changeset
|
53 |
\newpage |
9919 | 54 |
\nocite{*} |
55 |
\bibliographystyle{abbrv} |
|
56 |
\bibliography{root} |
|
57 |
||
8193 | 58 |
\end{document} |