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