diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-10 21:07:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-10 21:07:37 +0000 |
commit | 954fbf16b3f8480fc5ef45d9d9da76d762de2653 (patch) | |
tree | 89a42ccdd9f4fc5750c3341a949117dca37c2a2e /Master/texmf-dist/doc/latex/thesis-gwu/tex | |
parent | 1060c0ec4ed0c2403d13f6886ff1227c5fd40b5f (diff) |
thesis-gwu (10jul18)
git-svn-id: svn://tug.org/texlive/trunk@48180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-gwu/tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex | 14 |
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} |