summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thesis-gwu/thesis-sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thesis-gwu/thesis-sample.tex')
-rw-r--r--macros/latex/contrib/thesis-gwu/thesis-sample.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/thesis-gwu/thesis-sample.tex b/macros/latex/contrib/thesis-gwu/thesis-sample.tex
new file mode 100644
index 0000000000..095679d740
--- /dev/null
+++ b/macros/latex/contrib/thesis-gwu/thesis-sample.tex
@@ -0,0 +1,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}