diff options
author | Camil Staps | 2016-12-08 09:18:00 +0100 |
---|---|---|
committer | Camil Staps | 2016-12-08 09:18:00 +0100 |
commit | b5741d9b05762b7fd17611603f54c91bcd0d70ac (patch) | |
tree | ed43cdabeb404f0706edbee8d440ad6d9ed5110f | |
parent | Minor improvements (diff) |
Abbreviations -> Terminology
-rw-r--r-- | thesis/intro.tex | 2 | ||||
-rw-r--r-- | thesis/terms.tex (renamed from thesis/abbr.tex) | 6 | ||||
-rw-r--r-- | thesis/thesis.tex | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/thesis/intro.tex b/thesis/intro.tex index a7f00e7..09a1cfd 100644 --- a/thesis/intro.tex +++ b/thesis/intro.tex @@ -303,7 +303,7 @@ Only when the distinction with pre-ARMv6T2 Thumb is important will I distinguish As for \enquote{ARM}, it should be clear from the context whether the architecture or the instruction set is meant. For brevity, a number of common abbreviations is used. -An overview can be found in \cref{sec:abbreviations}. +An overview can be found in \cref{sec:terminology}. \subsection{Organisation} \label{sec:intro:organisation} diff --git a/thesis/abbr.tex b/thesis/terms.tex index 566a62c..707b956 100644 --- a/thesis/abbr.tex +++ b/thesis/terms.tex @@ -1,5 +1,5 @@ -\section{Abbreviations} -\label{sec:abbreviations} +\section{Terminology} +\label{sec:terminology} \begin{description} \item[HNF] @@ -20,5 +20,5 @@ Stack pointer, \ual{r13} on ARM. \item[UAL] Unified Assembler Language. - %todo + \todo{reference, more explanation.} \end{description} diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 2a4977d..2ab1667 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -59,7 +59,7 @@ The code generator proposed here can be used in situations where small code size \cleardoublepage \fi \appendix -\input{abbr} +\input{terms} \ifdraft\else \cleardoublepage |