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