diff options
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r-- | thesis/thesis.tex | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 09c61a9..14ef5bd 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -22,6 +22,11 @@ \usepackage{latexgit} \usepackage{ual} +\usepackage{clean} + +\usepackage{subcaption} +\usepackage{tikz} +\usetikzlibrary{positioning} \let\oldtexttt\texttt \def\texttt#1{\oldtexttt{\footnotesize #1}} @@ -39,6 +44,8 @@ \let\oldsection\section \renewcommand{\section}{\clearpage\oldsection} +\raggedcolumns + \title{Code generation for Thumb-2 processors} \author{Camil Staps} \date{\gitcommitdate[formatDate]} @@ -60,8 +67,9 @@ \cleardoublepage \input{intro} -\input{approach} -\input{differences} +\input{two-bits} +%\input{approach} +\input{fix-storing-pc} \cleardoublepage \appendix |