summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-18 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2021-06-18 03:01:13 +0000
commit3ecc00c27119bc47ba26b518b7d26c00b69599df (patch)
treedb60a75c06403ca74ed76bc3339d80958159ae3e /macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex
parent5f3280db1e6f333f79e9930e5609d3f5175d5af7 (diff)
CTAN sync 202106180301
Diffstat (limited to 'macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex')
-rw-r--r--macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex36
1 files changed, 18 insertions, 18 deletions
diff --git a/macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex b/macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex
index b6c8f12d8d..d9a2196b85 100644
--- a/macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex
+++ b/macros/latex/contrib/msu-thesis/samples/MSU-thesis-testfile.tex
@@ -1,5 +1,5 @@
% !TEX TS-program = pdflatexmk
-% v2.9c Testfile
+% v3.0 Testfile
\listfiles
\documentclass[lscape]{msu-thesis}
@@ -10,7 +10,7 @@
\usepackage{newtxtext,newtxmath} % If they want Times we’ll give them Times
\usepackage{amsmath}
%
-\usepackage[]{natbib}
+\usepackage{natbib}
\bibliographystyle{apalike}
@@ -96,7 +96,6 @@ This is some text that precedes a section.
\trans A French example.}
\end{xlist}
\end{exe}
-
\lipsum[1]
\lipsum[2]\cite{Munn1999} says the following.\footnote{A footnote. This is a footnote with a subscript$_{\text{i}_{\text{j}}}$. \lipsum[9]} \lipsum[2]
\begin{table}
@@ -191,6 +190,8 @@ This is another listing
\caption{Another listing caption}
\end{listing}
\lipsum[8]
+\section{A section with no subsection following it}
+\lipsum[9]
Now sample page in landscape (need to use [lscape] option for this)
First clear the page. Then make the page style {lscape}
\clearpage\pagestyle{lscape}
@@ -202,7 +203,6 @@ This is another listing
\begin{table}
\centering
\begin{tabular}{lllllll}
-
\toprule
A & B & C & D & E & F & G \\
\midrule
@@ -221,10 +221,8 @@ A & B & C & D & E & F & G \\
487.6847246 & 200.8682708 & 739.9673152 & 395.1695216 & 524.7826343 & 228.4705562 & 39.95541901 \\
207.8091332 & 300.6871609 & 627.8808013 & 740.4949976 & 128.9558068 & 176.2158891 & 296.1642661 \\
336.7537922 & 859.907318 & 704.2503641 & 426.845866 & 773.8926695 & 883.1773631 & 64.85043069 \\
-
\bottomrule
\end{tabular}
-
\caption{Some random data that takes up too much room.}
\end{table}
@@ -262,22 +260,24 @@ A & B & C & D & E & F & G \\
%% at the end of the {landscape} environment, make the page style {plain}
\pagestyle{plain}
%
-
-
%\begin{appendices} ... \end{appendices}
% use this if you have more than one appendix
\clearpage
-%\appendix % use this if you have only one appendix
-\begin{appendices} % use this if you have more than one appendix
-\chapter{An appendix}
-\section{An appendix section}
-\lipsum[9-15]
-\chapter{A second appendix}
-\section{An appendix section}
-\lipsum[16-17]
-\end{appendices}
+%\begin{appendix} ... \end{appendix} % use this if you have only one appendix
+\begin{appendix}
+\chapter{A single appendix}
+\lipsum[11]
+\end{appendix}
+
+%\begin{appendices} % use this if you have more than one appendix
+%\chapter{An appendix}
+%\section{An appendix section}
+%\lipsum[9-15]
+%\chapter{A second appendix}
+%\section{An appendix section}
+%\lipsum[16-17]
+%\end{appendices}
\backmatter
-\SingleSpacing
% This command creates the cover page for the bibliography
\makebibliographypage
\bibliography{MSU-thesis-testfile}