summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex22
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
index e9bbaf44011..7f020f9745d 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
+++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
@@ -45,7 +45,7 @@
\title{The syntax and semantics of phonology}
\author{Joe Linguist}
\fieldofstudy{Linguistics} % This should be in sentence case
-\date{2014}
+\date{2016}
% If you want a dedication page, specify the text of the dedication here and uncomment the next command.
%
@@ -90,6 +90,7 @@ Your acknowledgements here.
\listoffigures % comment this out if you have no figures
%
% If you have a list of abbreviations/symbols it would go here preceded by a \clearpage
+% See the class documentation and the Memoir manual for how to create other lists
%
\mainmatter
%
@@ -112,24 +113,31 @@ Your acknowledgements here.
%
% If you have appendices, they would go here.
% Comment these lines out if you don't
-% If you have more than one appendix, uncomment the next line and comment out the \appendix line
+% If you have more than one appendix, you need to use
+% \begin{appendices}
+% \chapter{First appendix}
+% \chapter{Second appendix}
+% \end{appendices}
%
-%\appendices
\appendix
-\chapter{Your first appendix}
+\chapter{Your appendix}
%
\backmatter
% The next lines add the dots back into the References/Bibliography heading
-% of the TOC. Only uncomment this if you need to put the dots back in having
-% removed them for Chapter headings.
+% of the TOC. Only uncomment this if you need to put the dots back in having removed them for Chapter headings.
%
%\addtocontents{toc}{%
% \protect\renewcommand{\protect\cftchapterdotsep} {\cftdotsep}}
%
-\makebibliographycover % make the bibliography cover page
+\makebibliographypage % make the bibliography cover page
% Bibliography can be single spaced
%
\SingleSpacing
+%
% Your bibliography command here (e.g. \bibliography{your-bib-file}) if using natbib
+%
+% Remember that although the bibliography is single spaced, there needs to
+% be a blank line between entries. This is set by your bibliography package
+% If you are using natbib it is \bibsep; if using biblatex it's \bibitemsep
\end{document}