summaryrefslogtreecommitdiff
path: root/thesis/thesis.tex
blob: 885a1cb1cc42bdef8666a95efd86336446cb07fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass[a4paper,twoside]{article}

\usepackage[british]{babel}
\usepackage[babel=true]{csquotes}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\definecolor{linkcolor}{rgb}{0,0.65,0}
\definecolor{citecolor}{rgb}{0.65,0,0}
\definecolor{urlcolor}{rgb}{0,0,0.65}
\usepackage[colorlinks=true,linkcolor=linkcolor,urlcolor=urlcolor,citecolor=citecolor]{hyperref}
\usepackage{natbib}

\usepackage{ual}

\title{Code generation for Thumb-2 processors}
\author{Camil Staps}

\begin{document}

\input{approach}
\input{differences}

\bibliographystyle{plainnat}
\bibliography{thesis}

\end{document}