summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ucalgmthesis/appendix.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ucalgmthesis/appendix.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/ucalgmthesis/appendix.tex')
-rw-r--r--macros/latex/contrib/ucalgmthesis/appendix.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/ucalgmthesis/appendix.tex b/macros/latex/contrib/ucalgmthesis/appendix.tex
new file mode 100644
index 0000000000..f5700956db
--- /dev/null
+++ b/macros/latex/contrib/ucalgmthesis/appendix.tex
@@ -0,0 +1,31 @@
+% Sample University of Calgary Thesis
+% This file contains the APPENDIX
+
+% If there is just one appendix, it must be called ``Appendix.'' For
+% multiple appendices, use \chapter and a descriptive title,
+% e.g., \chapter{Questionnaires}
+
+\chapter*{Appendix}\label{appendix}
+
+% \chapter* doesn't include it in the TOC, so we have to do that by
+% hand. If you have multiple chapters, use \chapter instead and
+% remove the following line.
+
+\addcontentsline{toc}{chapter}{Appendix}
+
+An appendix is a way to include important information that would
+otherwise clutter up your thesis. It should be included when there is
+additional relevant information that won't fit in the body of your
+thesis. Any Appendix must also be mentioned in the body of your thesis
+(e.g., ``For a full list of interview questions used, please see the
+\hyperref[appendix]{Appendix}''). If your thesis only has one appendix, it
+must be titled ``Appendix.'' If your thesis has more than one appendix,
+add alphabetized letters, starting with ``Appendix~A.'' The following
+are examples of things you might include in appendices:
+\begin{enumerate}
+ \item Copyright permissions with signatures removed
+ \item Additional details of methodology and/or data
+ \item Diagrams of equipment that you developed
+ \item Digital files and/or artwork digital models
+ \item Blank copies of questionnaires or surveys used in your research
+\end{enumerate}