summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex
blob: ab6e14096b7de073206c6b216dd42a1f24fa04a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[thesis]{thesis-gwu}[2016/09/24]

% 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}
\include{tex/results}

\bibliographystyle{plain}
\bibliography{thesis-bib}

% appendices must appear after
\include{tex/appendix}
\end{document}