summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/msu-thesis/samples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-24 23:28:24 +0000
committerKarl Berry <karl@freefriends.org>2012-07-24 23:28:24 +0000
commitb7512125b1cc508b12234bf48342704acc949582 (patch)
tree8ff6441d8054438ca2415aad0228c377c45e4690 /Master/texmf-dist/doc/latex/msu-thesis/samples
parent9bc46d2302ba519c55c21b0a748a283db977aab8 (diff)
msu-thesis
git-svn-id: svn://tug.org/texlive/trunk@27141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/msu-thesis/samples')
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex2
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdfbin69261 -> 73119 bytes
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex2
3 files changed, 3 insertions, 1 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 4742a77ff07..15251406c3f 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
@@ -35,7 +35,7 @@
% You must specify the title of your thesis, your name, the field of study (not department), and the year
\title{The syntax and semantics of phonology}
\author{Joe Linguist}
-\fieldofstudy{Linguistics}
+\fieldofstudy{Linguistics} % This should be in sentence case
\date{2010}
% If you want a dedication page, specify the text of the dedication here and uncomment the next command.
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
index 7623cdce8cb..4187ade0f9b 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
+++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
index e9f1b16bc81..be9760846e9 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
+++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
@@ -22,6 +22,7 @@
\usepackage{natbib}
+
\counterwithin{exx}{chapter}
\bibliographystyle{unified}
\singlegloss
@@ -204,6 +205,7 @@ A & B & C & D & E & F & G \\
\SingleSpacing
% This command creates the cover page for the bibliography
\makebibliographycover
+
\bibliography{MSU-thesis-testfile}
\end{document}