diff options
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r-- | thesis/thesis.tex | 51 |
1 files changed, 47 insertions, 4 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 7efeaa7..09c61a9 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -1,31 +1,74 @@ -\documentclass[a4paper,twoside]{article} +\documentclass[a4paper,twoside]{amsart} + +\usepackage{geometry} +\usepackage{multicol} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[scaled]{beramono} -\let\oldtexttt\texttt -\def\texttt#1{\oldtexttt{\footnotesize #1}} - \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{rutitlepage} +\usepackage{latexgit} + \usepackage{ual} +\let\oldtexttt\texttt +\def\texttt#1{\oldtexttt{\footnotesize #1}} + +\newcommand*{\blankpage}{% + \vspace*{\fill} + {\centering\it This page intentionally left blank.\par} + \vspace{\fill}} +\makeatletter +\renewcommand*{\cleardoublepage}{\clearpage\if@twoside \ifodd\c@page + \blankpage\thispagestyle{empty}\newpage + \if@twocolumn\hbox{}\newpage\fi\fi\fi} +\makeatother + +\let\oldsection\section +\renewcommand{\section}{\clearpage\oldsection} + \title{Code generation for Thumb-2 processors} \author{Camil Staps} +\date{\gitcommitdate[formatDate]} \begin{document} +\maketitleru[ + course={Bachelor Thesis}, + authorstext={Author:}, + authors={Camil Staps}, + righttextheader={Supervisors:}, + righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer and drs.~J.H.G.~van~Groningen}] + +\cleardoublepage + +\thispagestyle{empty} +\tableofcontents + +\cleardoublepage + +\input{intro} \input{approach} \input{differences} +\cleardoublepage +\appendix +\input{abbr} + +\cleardoublepage + \bibliographystyle{plainnat} \bibliography{thesis} |