summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex
blob: 095679d740bdd69804ae2e73dad739311a9b17fd (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
\documentclass[thesis]{thesis-gwu}[2018/05/21]

% this package is only used to generate some random text. 
% it is not needed in a true document
\usepackage{lipsum}

\input{tex/frontmatter}

% this will speed up your tikz figures by building them once to another directory
\usepackage{pgfplots}
\usepgfplotslibrary{external}
\tikzexternalize
\tikzsetexternalprefix{cache/}

%% DOCUMENT AREA
\begin{document}

\include{tex/manual}
\include{tex/results}

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

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