summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-22 23:11:03 +0000
committerKarl Berry <karl@freefriends.org>2013-05-22 23:11:03 +0000
commite7d5962cb25a83a847dcd4cbb693779486262433 (patch)
treecd765fe37a14f610b635ed3f97b19ea1914beb4c /Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex
parent640e5c86ccf9706a7d564f0bf722bab07510a8af (diff)
tikzscale (22may13)
git-svn-id: svn://tug.org/texlive/trunk@30637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex
index 5682c7a4356..efcfd66d551 100644
--- a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex
+++ b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex
@@ -4,6 +4,7 @@
\usepackage{tikzscale}
\usepackage{tikz}
\usepackage{pgfplots}
+\usepackage{tikz-3dplot}
\usepackage{currfile}
\usepackage{lmodern}
% Use the package ifpdf to share one test document between pdflatex and latex
@@ -13,8 +14,8 @@
\usetikzlibrary{external}
\tikzexternalize
-% \tikzexternaldisable % activate this line and test without "shell-escape" and withouth \tikzexternalenable below
% \tikzexternalize[mode=list and make]
+% \tikzexternaldisable % activate this line and test without "shell-escape" and without \tikzexternalenable below
\ifpdf
\else
\tikzset{external/system call={latex \tikzexternalcheckshellescape -halt-on-error -interaction=batchmode -jobname "\image" "\texsource"; dvips -o "\image".ps "\image".dvi}}
@@ -87,7 +88,9 @@
\fi
\item Use includegraphics with a histogram of a normal distribution\\%
\includegraphics[width=\linewidth,height=0.5\linewidth]{histogramNormal}%
- \item {Use \texttt{\textbackslash graphicspath} with superfluous space\graphicspath{{somefolder} }
+ \item {Use \texttt{\textbackslash graphicspath} with superfluous space\graphicspath{{somefolder} } (only defined locally for the current item)
\includegraphics{testRectangle.tikz}}%
+ \item Use a tikz-3Dplot, which is known to have a different size after externalization compared to the measurements without externalization and is thus rebuilt every time if the counter-measurements are not successful.\\%
+ \includegraphics[width=\linewidth]{3Dplot}
\end{itemize}
\end{document} \ No newline at end of file