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.tex19
1 files changed, 12 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 8eed362a718..e9bbaf44011 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
@@ -22,7 +22,12 @@
% Just add real content and you're done!
%
\documentclass[]{msu-thesis}
-% for a prettier, but possibly non-compliant table of contents use the [noboldtoc] option
+%
+% for a prettier, but possibly non-compliant table of contents use the [mixedtoc] option
+% for a plain table of contents use the [plaintoc] option
+% for a horrendous looking, but possibly required table of contents, use the [boldtoc] option
+%
+% If you have large tables/figures that need to be in landscape mode, add the [lscape] option
% This is standard fontenc/inputenc for pdflatex
% If you use LuaLaTeX or XeLaTeX you should replace this with the fontspec package
@@ -31,7 +36,7 @@
%
% If the thesis office requires Times, we'll give them Times
% You can experiment with other font packages here if you like.
-% If you are using XeLaTeX or LuaLaTeX load the Times or Times New Romaan font with \setmainfont
+% If you are using XeLaTeX or LuaLaTeX load the Times or Times New Roman font with \setmainfont
\usepackage{mathptmx}
%
% Load any extra packages here
@@ -40,7 +45,7 @@
\title{The syntax and semantics of phonology}
\author{Joe Linguist}
\fieldofstudy{Linguistics} % This should be in sentence case
-\date{2013}
+\date{2014}
% If you want a dedication page, specify the text of the dedication here and uncomment the next command.
%
@@ -63,7 +68,7 @@
% from having a copyright page unless you pay ProQuest to register the copyright.
% This should be illegal, but I didn't make up the rule.
-%\makecopyrightpage
+\makecopyrightpage
% If you have a dedication page, uncomment the next command to print the dedication page
%
@@ -107,9 +112,9 @@ 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
-%\appendicestrue
-\makeappendixcover % make the appendix cover page
+% If you have more than one appendix, uncomment the next line and comment out the \appendix line
+%
+%\appendices
\appendix
\chapter{Your first appendix}
%