summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex b/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex
index ade40a72556..2f51caa0c05 100644
--- a/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex
+++ b/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex
@@ -244,6 +244,20 @@ The magic of \LaTeX automatically figures out that the previous reference points
\caption[Damage report!]{Glad to have a thesis class\label{fig:picard}}
\end{figure}
+Here's another figure that demonstrates the use of \texttt{tikz} and the externalization library.
+\begin{figure}
+ \centering
+ \begin{tikzpicture}
+ \begin{axis}[
+ xlabel={$x$},
+ ylabel={$y$},
+ ]
+ \addplot {x^2};
+ \end{axis}
+ \end{tikzpicture}
+ \caption{Externalized\label{fig:tikz}}
+\end{figure}
+
\subsection{Tables}\label{ssec:tables}
Here's a table in~\cref{tab:table}