summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/msu-thesis/MSU-thesis-testfile.tex
blob: e7ceedd124e80635e957bf7f13bbdee8588e1b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\listfiles

\documentclass[]{msu-thesis}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{amsmath}
\title{The syntax and semantics of phonology}
\author{Joe Linguist}
\fieldofstudy{Linguistics}
\dedication{This thesis is dedicated to someone.}
\date{2010}

\usepackage{lipsum}
\usepackage[T1]{fontenc}
\usepackage[dvipsnames]{xcolor}
\usepackage{gb4e}
\usepackage{cgloss}
\usepackage{natbib}

\counterwithin{exx}{chapter}
\bibliographystyle{unified}
\singlegloss
% Uncomment the next two lines for single spaced examples with gb4e
%\let\oldexe\exe
%\renewcommand{\exe}{\SingleSpacing\oldexe}
\begin{document}
\frontmatter
\maketitlepage
\begin{abstract}
\lipsum
\end{abstract}
\clearpage
\makecopyrightpage
\makededicationpage
\clearpage
\chapter*{Acknowledgements}
\DoubleSpacing
\lipsum[1]
\clearpage
\SingleSpacing
\tableofcontents* % ToC will not appear in the table of contents
\clearpage
\listoftables
\clearpage
\listoffigures
\mainmatter
% The next command changes chapters in the TOC to have no dotted leader
%\addtocontents{toc}{\protect\renewcommand{\protect\cftchapterdotsep}{\cftnodots}}
\chapter{Introduction}
\section{Some section}
\lipsum[2]

\subsection{Subsection}
\lipsum
\subsubsection{Subsubsection}
\begin{exe}
\ex\label{1}
\begin{xlist}
\ex[]{This is a linguistic example that is very long to see how it wraps around onto the next line of the text.}
\ex[]{This_{i} is an example_{i} with subscripts.}
\ex[*]{This is another example.}
\ex[]{This is a third example}
\ex[]{\gll Une example francaise\\
 an example french\\
\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}
\centering
\begin{tabular}{ccc}
\toprule
Men & Women & Monsters\\
\midrule
29 & 33 & 51\\
\bottomrule
\end{tabular}
\caption{A sample table}
\end{table}

\lipsum[3]
\section{More stuff}
\lipsum[4]\cite{munn2005}
\begin{figure}
\centering
{\color{gray!40}\rule{2in}{3in}}
\caption[A sample figure]{A sample figure with a figure caption that is extremely long to show single spacing in the long caption.}
\end{figure}
\lipsum[5]
\lipsum[10]
\chapter{A chapter with a really long title to see whether the chapter titles wrap correctly}
\lipsum
\begin{figure}
\centering
{\color{gray!40}\rule{4in}{2in}}
\caption{Another sample figure}
\end{figure}
\lipsum[6]
\section{A section with a really long title to check that sections wrap in the right way}
\subsection{A subsection with a really long title to check that sections wrap in the right way}
\subsubsection{A subsubsection with a really long title to check that sections wrap in the right way}
\begin{table}
\centering
\begin{tabular}{ccc}
\toprule
Men & Women & Monsters\\
\midrule
29 & 33 & 51\\
\bottomrule
\end{tabular}
\caption{Another sample table.}
\end{table}
\lipsum[7]
\begin{exe}
\ex\label{2}
\begin{xlist}
\ex[]{This^{i^{j^{k}}} contains three superscripts of the right size.}
\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
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

% This command creates the cover page for the appendix/appendices
\makeappendixcover
\appendix
\chapter{An appendix}
\lipsum[9-15]
\backmatter
% The next command forces the Bibliography to have a dotted leader
% (May not be required)
\addtocontents{toc}{%
   \protect\renewcommand{\protect\cftchapterdotsep}{\cftdotsep}}
\SingleSpacing
% This command creates the cover page for the bibliography
\makebibliographycover
\bibliography{MSU-thesis-testfile}
\end{document}