diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex b/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex index a01445a2473..155df34d77e 100644 --- a/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex +++ b/Master/texmf-dist/doc/latex/msuthesis/MSU-thesis-testfile.tex @@ -1,4 +1,5 @@ \listfiles + \documentclass[]{msu-thesis} \usepackage[T1]{fontenc} \usepackage{mathptmx} @@ -21,27 +22,23 @@ % Uncomment the next two lines for single spaced examples with gb4e %\let\oldexe\exe %\renewcommand{\exe}{\SingleSpacing\oldexe} +\tracingpatches \begin{document} \frontmatter \maketitlepage -\begin{msuabstract} -\lipsum[1] -\lipsum[2] -\lipsum[3] -\lipsum[4] -\end{msuabstract} -\makeabstract - +\begin{abstract} +\lipsum +\end{abstract} \clearpage \makecopyrightpage \makededicationpage \clearpage \chapter*{Acknowledgements} \DoubleSpacing -\lipsum[4] +\lipsum[1] \clearpage \SingleSpacing -\tableofcontents* +\maketableofcontents \clearpage \listoftables \clearpage @@ -49,7 +46,6 @@ \mainmatter % The next command changes chapters in the TOC to have no dotted leader %\addtocontents{toc}{\protect\renewcommand{\protect\cftchapterdotsep}{\cftnodots}} -\DoubleSpacing \chapter{Introduction} \section{Some section} \lipsum[2] @@ -124,6 +120,11 @@ Men & Women & Monsters\\ \ex[]{This_{i_{j_{k}}} contains three subscripts of the right size.} \end{xlist} \end{exe} +\begin{figure} +\centering +{\color{gray!40}\rule{4in}{2in}} +\caption{Another sample figure} +\end{figure} \lipsum[2] \begin{quote} \SingleSpacing @@ -131,7 +132,19 @@ This is a sample long quotation. \lipsum[2] \hfill{\citep{munn1999}} \end{quote} +\begin{table} +\centering +\begin{tabular}{ccc} +\toprule +Men & Women & Monsters\\ +\midrule +29 & 33 & 51\\ +\bottomrule +\end{tabular} +\caption{Another sample table.} +\end{table} \lipsum[8] + % Uncomment this next command if you have more than one appendix %\appendicestrue |