summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/aucklandthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-20 22:23:22 +0000
committerKarl Berry <karl@freefriends.org>2016-06-20 22:23:22 +0000
commit3e8660b7e48a9dc877ff5690f1a0bb4f740215a7 (patch)
tree0f2b9848c4bde6292fd00f1cea39f51f5c9050d5 /Master/texmf-dist/doc/latex/aucklandthesis
parentfb2abeda084752c0b5e4464f60631328e433c942 (diff)
aucklandthesis (20jun16)
git-svn-id: svn://tug.org/texlive/trunk@41506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/aucklandthesis')
-rw-r--r--Master/texmf-dist/doc/latex/aucklandthesis/README.txt27
-rw-r--r--Master/texmf-dist/doc/latex/aucklandthesis/aucklandthesis_userguide.pdfbin0 -> 711131 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aucklandthesis/template.tex160
3 files changed, 187 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/aucklandthesis/README.txt b/Master/texmf-dist/doc/latex/aucklandthesis/README.txt
new file mode 100644
index 00000000000..fa1f33a0a71
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/aucklandthesis/README.txt
@@ -0,0 +1,27 @@
+2016-06-11
+
+aucklandthesis.cls
+
+A class for formatting University of Auckland masters' and doctors' theses, with a user guide designed to complement introductory workshops taught at University of Auckland Libraries and Learning Services.
+
+Built on the Memoir class by Peter Wilson (maintained by Lars Madsen).
+
+Includes two further files:
+
+aucklandthesis_user_guide.pdf
+template.tex
+
+Copyright 2016 Alistair M. Kwan
+
+This class and template may be distributed
+and/or modified under the conditions of the LaTeX Project
+Public License, either version 1.3 of this license or
+(at your option) any later version. The latest version
+of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of
+LaTeX version 2005/12/01 or later.
+
+The user guide may be distributed and used under the conditions of
+the Creative Commons license CC BY—NC-ND. The latest version
+of this license is at https://creativecommons.org/licenses/
diff --git a/Master/texmf-dist/doc/latex/aucklandthesis/aucklandthesis_userguide.pdf b/Master/texmf-dist/doc/latex/aucklandthesis/aucklandthesis_userguide.pdf
new file mode 100644
index 00000000000..c0db3fd70c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/aucklandthesis/aucklandthesis_userguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/aucklandthesis/template.tex b/Master/texmf-dist/doc/latex/aucklandthesis/template.tex
new file mode 100644
index 00000000000..5f1bfb64deb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/aucklandthesis/template.tex
@@ -0,0 +1,160 @@
+\documentclass[11pt]{aucklandthesis}
+%
+% This is a template for University of Auckland theses.
+%
+% Written by Alistair Kwan, June 2016
+%
+%
+% Options:
+% 10pt, 11pt, 12pt: size of main text
+% examcopy: asserts confidentiality for examination copies
+% partial: thesis partial fulfils degree requirements
+% singlespace, onehalfspace, doublespace: line spacing
+% oneside: format for single-sided printing
+% draft: adds 'draft' and date to footer
+%
+
+%
+% Add, delete or un-comment packages below as required.
+%
+
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+
+%\usepackage{graphicx} % for inserting graphics files
+%\usepackage{appendix} % for appendices
+
+%\usepackage{hyperref} % for formatting web addresses and other URLs
+%\urlstyle{same} % try also tt, sf if this option doesn't produce clear enough output
+
+% Readability options
+%
+%\usepackage{booktabs} % for table rules
+%\usepackage{microtype} % for improved justification
+
+% Typeface options — choose one if desired
+% or choose a different typeface to accommmodate character sets
+% as needed for East Asian and other languages.
+%
+% Consider compiling using the XeLaTeX engine if you have more extreme
+% typeface needs, e.g. for multiple languages, or a need for symbols particular
+% to a typeface.
+%
+% See also the LaTeX Symbols List at
+% https://http://www.ctan.org/pkg/comprehensive
+%
+%\usepackage{mathptmx} % Times New Roman, including mathematics
+%\usepackage{mathpazo} % Palatino with mathematics support
+%\usepackage{fourier} % Utopia, a serif typeface with Fourier mathematics
+%\usepackage{gentium} % a contemporary serif typeface
+%\usepackage{libertine} % a softer-feeling serif typeface; also installs sans-serif font Biolinum
+%\usepackage{fouriernc} % Century Schoolbook with Fourier maths
+%\usepackage{mathpple} % Palatino with Fourier maths
+
+
+% To set the sans serif font (for \sffamily):
+%\usepackage[scaled]{helvet} % Nimbus, like Helvetica
+%\usepackage{universalis} % Universalis
+%\usepackage{avant} % URW Gothic, like Avant Garde
+%\usepackage{PTSansNarrow}
+%\usepackage{AlegreyaSans} % Alegreya Sans
+
+% To set the mathematics font:
+%\usepackage{eulervm} % Euler, based on a Zapf design
+
+% To set the (usually monospaced) typewriter font:
+%\usepackage[ttdefault=true]{AnonymousPro}
+%\usepackage[scaled]{beramono}
+%\usepackage{inconsolata}
+%\usepackage{sourcecodepro}
+
+%\usepackage{cjk} % for Chinese, Japanese, Korean
+
+%\usepackage{tabularx} % For easier table formatting.
+
+%\usepackage[nottoc]{tocbibind} % Controls the table of contents
+% nottoc: don't list table of contents inside itself
+% section: go as far as section-level headings
+
+% Automated bibliography
+%
+%\usepackage[
+% style=authortitle,
+% citestyle=authortitle,
+% backend=biber
+% ]
+% {biblatex}
+%bibliography{bibliography1.bib, bibliography2.bib} % Specify bibliography files
+
+\begin{document}
+
+% ====================================================
+%
+% FRONTMATTER
+%
+% Arabic pagination, starting with the title page
+% which is counted but not numbered
+%
+% ====================================================
+
+% Specify the title page content
+\title{[thesis title]}
+\subtitle{[subtitle]}
+\author{[candidate's name]}
+\degreesought{[degree]}
+\degreediscipline{[discipline]}
+\degreecompletionyear{[year]}
+
+% Print the title page
+\maketitle
+
+% Abstract, up to 350 words
+%\input{abstract} % it's in a separate file
+
+% Dedication (optional)
+%\thesisdedication{Dedicated to grandma, and to grammar.}
+
+% Preface and/or acknowledgements (optional)
+%\input{acknowledgements} % it's in a separate file
+
+% Contents, lists of tables and figures
+\settocdepth{section} % choose chapter, section, subsection \cleardoublepage\tableofcontents
+%\cleardoublepage\listoffigures
+%\cleardoublepage\listoftables
+
+% Glossary (optional)
+%\input{glossary}
+
+% ====================================================
+%
+% MAINMATTER
+%
+% Include external chapter files here using
+% the \input{} command
+%
+% If you run out of memory during compilation,
+% switch some or all chapters to \include{} instead of \input{},
+% but watch out for pagination problems.
+%
+% ====================================================
+
+%\input{chapter1} % I hope that you have better titles than this
+%\input{chapter2}
+%\input{chapter3}
+
+% ====================================================
+%
+% ENDMATTER
+%
+% Appendices and bibliography
+% Pagination arabic, re-starts at 1
+%
+% ====================================================
+\cleardoublepage % start afresh on a new page
+\setcounter{page}{1} % re-sets the page counter
+%\appendixpage* % makes a page to mark beginning of appendices
+% \input{appendix1}
+
+%\printbibliography[title={Works cited}, heading=bibintoc]
+
+\end{document} \ No newline at end of file