summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex')
-rw-r--r--macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex66
1 files changed, 32 insertions, 34 deletions
diff --git a/macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex b/macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex
index 268a3df64e..33580d3f0a 100644
--- a/macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex
+++ b/macros/latex/contrib/msu-thesis/samples/MSU-thesis-template.tex
@@ -1,5 +1,5 @@
% This is a template for use with the MSU Thesis class
-% Version 3.4 2022/06/30
+% Version 3.6 2022/08/23
%
% Class options:
%[PhD] Doctor of Philosophy (default)
@@ -88,7 +88,7 @@
% to the right, even though that has been the format for more than a decade.
% If they want the copyright mark aligned to the left, use \makecopyrightpage* instead.
-\makecopyrightpage % use starred option to align on the left of the page
+\makecopyrightpage
% If you have a dedication page, uncomment the next command to print the dedication page
%
@@ -104,12 +104,22 @@ Your acknowledgements here.
% We need to turn single spacing back on for the contents/figures/tables lists
\SingleSpacing
\tableofcontents* % table of contents will not be listed in the TOC
+%\clearpage
+%\listoftables % comment this out if you have no tables
+%\clearpage
+%\listoffigures % comment this out if you have no figures
+%
+% If you have a Key to Abbreviations/symbols you would add each abbreviation in its display order
+% using as in the following examples:
+\msuabbrev{ASU}{Arizona State University}
+\msuabbrev{MIT}{Massachusetts Institute of Technology}
+\msuabbrev{MSU}{Michigan State University}
+% Then issue a \clearpage and print the list
\clearpage
-\listoftables % comment this out if you have no tables
-\clearpage
-\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
+\listofabbreviations
+% Comment out the code above if you have no abbreviations
+% See the documentation if you need to change the width or format of the abbreviation column
+
% See the class documentation and the Memoir manual for how to create other lists
%
% If you are using an algorithm formatting package (e.g. algorithmicx or algorithm2e)
@@ -138,6 +148,20 @@ Your acknowledgements here.
%\pagestyle{plain} % remember to change the pagestyle back to plain
%
%
+% Your bibliography command here
+% e.g. \bibliography{your-bib-file}) if using natbib
+% e.g. \printbibliography if using biblatex
+%
+% 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
+% These are set automatically by the class if you are using these packages
+%
+% If you need per-chapter bibliographies, you need to use the [chapterbib]
+% class option and you would use \makebibliographypage before each
+% chapter level bibliography and then the relevant bibliography command
+% You should not use the \backmatter command
+%
% If you have appendices, they would go here.
% If you only have one appendix it will look like this: (comment this out if you have no appendices)
\begin{appendix}
@@ -158,32 +182,6 @@ Your acknowledgements here.
% Even though it is very unintuitive, per-chapter appendices are STILL \chapter commands
% in your document! If you use \section it will not work properly.
%
-% You should not use the \backmatter command before per-chapter material!
-% There should only be ONE \backmatter command in your document,
-% and it should separate only the thesis from the bibliography
-\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.
-%
-%\addtocontents{toc}{%
-% \protect\renewcommand{\protect\cftchapterdotsep} {\cftdotsep}}
-%
-\makebibliographypage % make the bibliography cover page
-%
-%
-% Your bibliography command here
-% e.g. \bibliography{your-bib-file}) if using natbib
-% e.g. \printbibliography if using biblatex
-%
-% 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
-% These are set automatically by the class if you are using these packages
-%
-% If you need per-chapter bibliographies, you need to use the [chapterbib]
-% class option and you would use \makebibliographypage before each
-% chapter level bibliography and then the relevant bibliography command
-% You should not use the \backmatter command before per-chapter material
-%
+% You should not use the \backmatter command
\end{document}