diff options
author | Camil Staps | 2016-12-18 00:17:48 +0100 |
---|---|---|
committer | Camil Staps | 2016-12-18 00:17:48 +0100 |
commit | 1fa54558deafaa5d935d6fc2da42fbad23130c2c (patch) | |
tree | da321bfd13b4326cd9a72da14841fdd660203fa8 /thesis/thesis.tex | |
parent | Minor textual things (diff) |
Expand register allocation section; minor changes
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r-- | thesis/thesis.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 2ab1667..fed073f 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -35,6 +35,7 @@ The code generator proposed here can be used in situations where small code size \cleardoublepage \fi +\setcounter{tocdepth}{2} \ifdraft \begin{multicols}{2} \tableofcontents @@ -58,8 +59,10 @@ The code generator proposed here can be used in situations where small code size \ifdraft\else \cleardoublepage \fi +\let\section\oldsection \appendix \input{terms} +\input{system} \ifdraft\else \cleardoublepage |