summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex
new file mode 100644
index 00000000000..ab6e14096b7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex
@@ -0,0 +1,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}