summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex')
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex26
1 files changed, 15 insertions, 11 deletions
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 8e22deaa245..18516c337a0 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
@@ -1,6 +1,7 @@
+% !BIB TS-program = bibtex
\listfiles
-\documentclass[lscape]{msu-thesis}
+\documentclass[lscape,plaintoc]{msu-thesis}
% lscape option is needed for this sample file to show correct placement
% of page numbers on landscape pages. If you don't have any landscape pages
% in your document, you don't need to load this option.
@@ -12,23 +13,22 @@
\author{Joe Linguist}
\fieldofstudy{Linguistics}
\dedication{This thesis is dedicated to someone.}
-\date{2010}
+\date{2014}
\usepackage{lipsum}
-\usepackage[T1]{fontenc}
\usepackage{xcolor}
\usepackage{gb4e}
\usepackage{cgloss}
\usepackage{natbib}
+\usepackage{hyperref} % not needed but here for testing
\counterwithin{exx}{chapter}
\bibliographystyle{unified}
\singlegloss
-% Uncomment the next two lines for single spaced examples with gb4e
-%\let\oldexe\exe
-%\renewcommand{\exe}{\SingleSpacing\oldexe}
+% Uncomment the next line for single spaced examples with gb4e
+%\patchcommand{\exe}{\SingleSpacing}{}
@@ -193,13 +193,17 @@ A & B & C & D & E & F & G \\
% at the end of the {landscape} environment, make the page style {plain}
\pagestyle{plain}
%
-% Uncomment this next command if you have more than one appendix
-%\appendicestrue
-% This command creates the cover page for the appendix/appendices
-\makeappendixcover
-\appendix
+
+
+\appendices % use this if you have more than one appendix
+%\appendix % use this if you have only one appendix
+
\chapter{An appendix}
+\section{An appendix section}
\lipsum[9-15]
+\chapter{An second appendix}
+\section{An appendix section}
+\lipsum[16-17]
\backmatter
% The next command forces the Bibliography to have a dotted leader
% (May not be required)