blob: 14ef5bd63cdccf867ea1bbb3caef421ee5cc63e4 (
plain) (
tree)
|
|
\documentclass[a4paper,twoside]{amsart}
\usepackage{geometry}
\usepackage{multicol}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[scaled]{beramono}
\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}
\usepackage{clean}
\usepackage{subcaption}
\usepackage{tikz}
\usetikzlibrary{positioning}
\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}
\raggedcolumns
\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{two-bits}
%\input{approach}
\input{fix-storing-pc}
\cleardoublepage
\appendix
\input{abbr}
\cleardoublepage
\bibliographystyle{plainnat}
\bibliography{thesis}
\end{document}
|