summaryrefslogtreecommitdiff
path: root/tex/thesis/main.tex
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 18:30:55 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 18:30:55 +1000
commit35d53c78a4afd739d1246db486f2703e44590eda (patch)
treedc0be421fc6974c4509e786482ac434dc082949b /tex/thesis/main.tex
parent59fb7d23578c4da14f9c14cc413090b1af13328c (diff)
Initial thesis stuff. No content, though.
Diffstat (limited to 'tex/thesis/main.tex')
-rw-r--r--tex/thesis/main.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/tex/thesis/main.tex b/tex/thesis/main.tex
new file mode 100644
index 0000000..5116e89
--- /dev/null
+++ b/tex/thesis/main.tex
@@ -0,0 +1,31 @@
+\documentclass{paper}
+
+\title{Implementing and Evaluating a Strategy-iteration Based Static Analyzer within the LLVM-framework}
+\author{Carlo Zancanaro \\ {\tt czan8762@uni.sydney.edu.au}}
+
+\begin{document}
+
+\maketitle
+
+\abstract{Something}
+
+\section{Introduction}
+
+\section{Previous Work}
+\subsection{Fixpoint Iteration}
+\subsection{Policy Iteration}
+
+\section{Theory}
+
+\section{Implementation}
+
+\section{Experimentation}
+
+\section{Conclusion}
+
+something \cite{DBLP:tr/trier/MI96-11}
+
+\bibliographystyle{abbrv}
+\bibliography{references.bib}
+
+\end{document}