summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-17 23:02:10 +0000
committerKarl Berry <karl@freefriends.org>2010-12-17 23:02:10 +0000
commitdbf35b048ee6685fbdf772fa0186fef710cbc068 (patch)
tree880b98e682d021e8edc20934a850c82d5bfc5fe7 /Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex
parent834448bb75bb0ec4788336fb9895a9a1fcc34607 (diff)
msuthesis 1.7 (18dec10)
git-svn-id: svn://tug.org/texlive/trunk@20779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex18
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex b/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex
index 730538ac92a..797faa7cc52 100644
--- a/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex
+++ b/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-template.tex
@@ -22,6 +22,7 @@
% Just add real content and you're done!
%
\documentclass[]{msu-thesis}
+\usepackage{lipsum}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%
@@ -48,10 +49,9 @@
% First make the title page
\maketitlepage
% Next make the abstract
-\begin{msuabstract}
-Your abstract here
-\end{msuabstract}
-\makeabstract
+\begin{abstract}
+% Your abstract goes here. Master's 1 page max. PhD 2 page max.
+\end{abstract}
% Force a newpage
\clearpage
@@ -70,7 +70,7 @@ Your acknowledgements here.
\clearpage
% 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
+\maketableofcontents % table of contents will not be listed in the TOC
\clearpage
\listoftables % comment this out if you have no tables
\clearpage
@@ -81,11 +81,9 @@ Your acknowledgements here.
\mainmatter
%
% The next line removes the dots in chapter headings in the TOC
-% Uncomment this if you want leader dots everywhere
+% May violate thesis office rules
%\addtocontents{toc}{\protect\renewcommand{\protect\cftchapterdotsep} {\cftnodots}}
-% Everything now needs to be double spaced
-\DoubleSpacing
\chapter{Your first chapter}
%
% If you have appendices, they would go here. Comment these lines out if you don't
@@ -97,15 +95,15 @@ Your acknowledgements here.
%
\backmatter
% The next lines add the dots back into the References/Bibliography heading
-% of the TOC. Uncomment this if you need to put the dots back in having
+% 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
% Bibliography can be single spaced
%
-\makebibliographycover % make the bibliography cover page
\SingleSpacing
% Your bibliography command here (e.g. \bibliography{your-bib-file}) if using natbib
\end{document}