blob: ba7a1e494e81209f3e9a56dd69114430a69f561a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\documentclass[thesis]{thesis-gwu}[2020/02/03]
% this package is only used to generate some random text.
% it is not needed in a true document
\usepackage{lipsum}
\input{tex/frontmatter}
%% DOCUMENT AREA
\begin{document}
\include{tex/manual} % here is a manual on how to use the template
\include{tex/results-example}
\bibliographystyle{plain}
\bibliography{thesis-bib}
% appendices must appear after
\include{tex/appendix-ex}
\end{document}
|