diff options
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r-- | thesis/thesis.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex new file mode 100644 index 0000000..885a1cb --- /dev/null +++ b/thesis/thesis.tex @@ -0,0 +1,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} |