diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-03 23:32:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-03 23:32:34 +0000 |
commit | 0742ba6b44d3acf70563c8d4d7611cbb209641d7 (patch) | |
tree | 56eef89f369c8a61e17887f024ad40abd696231d /Master/texmf-dist/doc/latex | |
parent | c2de5f2979b063faba1573870b6b21419cb8b0fa (diff) |
tikzscale (3jan13)
git-svn-id: svn://tug.org/texlive/trunk@28716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf | bin | 127846 -> 144073 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf | bin | 350047 -> 355869 bytes |
3 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf Binary files differindex 16cd3643485..aa4fb0f126f 100644 --- a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf +++ b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf diff --git a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex index 5048b3a76cf..4678563c9d6 100644 --- a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex +++ b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex @@ -9,8 +9,8 @@ % Load the MWE package, although its functionality is not needed. The loading highlights, that some graphics used below are part of the MWE package. \usepackage{mwe} -% \usepgfplotslibrary{external} -% \tikzexternalize +\usetikzlibrary{external} +\tikzexternalize % \tikzexternalize[mode=list and make] \begin{document} @@ -42,7 +42,7 @@ \includegraphics[width=\linewidth]{example-grid-100x100bp.jpg}% \item Use \texttt{input} with pgfplots\\% \input{pgfplots-test.tikz}% - \item Input a 2D pgfplots + \item Input a 2D pgfplots\\ \input{testgraphic2D.tikz}% \item Use pgfplots without optional parameter\\% \includegraphics{pgfplots-test}% @@ -57,7 +57,13 @@ \item Use includegraphics with a scaled two dimensional plot with line width and an axis ratio of 1\\% \includegraphics[width=\linewidth,axisratio=1]{testgraphic2D.tikz}% \item Use includegraphics with a scaled two dimensional plot with given height and an axis ratio of 0.5\\% - \includegraphics[height=1\linewidth,axisratio=0.5]{testgraphic2D.tikz}% + \includegraphics[height=\linewidth,axisratio=0.5]{testgraphic2D.tikz}% + \item Use includegraphics with a scaled two dimensional plot with given height and an axis ratio of 0.5 and temporarily deactivated externalization\\% + \tikzexternaldisable + \includegraphics[height=\linewidth,axisratio=0.5]{testgraphic2D.tikz}% + \tikzexternalenable + \item Use includegraphics with a scaled two dimensional plot with given height and an axis ratio of 0.5 again\\% + \includegraphics[height=\linewidth,axisratio=0.5]{testgraphic2D.tikz}% \item Use includegraphics with a scaled two dimensional plot with line width and a default axis ratio\\% \includegraphics[width=\linewidth]{testgraphic2D.tikz}% \item Input a two dimensional plot with a tight frame with width \newlength{\mylen}\settowidth{\mylen}{\frame{\input{testgraphic2D.tikz}}}\the\mylen\\% diff --git a/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf b/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf Binary files differindex adfa36e300f..ffed4140d0d 100644 --- a/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf +++ b/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf |