summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thesis-gwu/thesis-sample.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-14 03:01:16 +0000
committerNorbert Preining <norbert@preining.info>2020-03-14 03:01:16 +0000
commit942e56ba7d147d18d379305e76f064cec0aade7d (patch)
tree492a4d484f8c9c23d4470ee5c2356dec49dd33d1 /macros/latex/contrib/thesis-gwu/thesis-sample.tex
parent7f2b2a9d664831db3f6dcb985d3a10212ce3b752 (diff)
CTAN sync 202003140301
Diffstat (limited to 'macros/latex/contrib/thesis-gwu/thesis-sample.tex')
-rw-r--r--macros/latex/contrib/thesis-gwu/thesis-sample.tex17
1 files changed, 6 insertions, 11 deletions
diff --git a/macros/latex/contrib/thesis-gwu/thesis-sample.tex b/macros/latex/contrib/thesis-gwu/thesis-sample.tex
index 095679d740..ba7a1e494e 100644
--- a/macros/latex/contrib/thesis-gwu/thesis-sample.tex
+++ b/macros/latex/contrib/thesis-gwu/thesis-sample.tex
@@ -1,26 +1,21 @@
-\documentclass[thesis]{thesis-gwu}[2018/05/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}
-% this will speed up your tikz figures by building them once to another directory
-\usepackage{pgfplots}
-\usepgfplotslibrary{external}
-\tikzexternalize
-\tikzsetexternalprefix{cache/}
+\input{tex/frontmatter}
%% DOCUMENT AREA
\begin{document}
-
-\include{tex/manual}
-\include{tex/results}
+\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}
+\include{tex/appendix-ex}
\end{document}