diff options
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.tex | 8 |
1 files changed, 7 insertions, 1 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 index ab6e14096b7..095679d740b 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex +++ b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex @@ -1,4 +1,4 @@ -\documentclass[thesis]{thesis-gwu}[2016/09/24] +\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 @@ -6,6 +6,12 @@ \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} |