From 97a3576bc906866a218e39f989e687700efceed8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 2 Nov 2012 23:36:07 +0000 Subject: tikzscale (2nov12) git-svn-id: svn://tug.org/texlive/trunk@28156 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/tikzscale/test-tikzscale.pdf | Bin 122409 -> 127846 bytes .../doc/latex/tikzscale/test-tikzscale.tex | 10 ++++++++++ .../texmf-dist/doc/latex/tikzscale/tikzscale.pdf | Bin 348686 -> 349577 bytes 3 files changed, 10 insertions(+) (limited to 'Master/texmf-dist/doc/latex/tikzscale') diff --git a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf index a8a19c62d33..9aceb627943 100644 Binary files a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf and b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf differ diff --git a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex index 9fa7f1ce83f..5048b3a76cf 100644 --- a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex +++ b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex @@ -6,6 +6,8 @@ \usepackage{pgfplots} \usepackage{currfile} \usepackage{lmodern} +% 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 @@ -22,6 +24,8 @@ \includegraphics{testRectangle}% \item Use includegraphics with scaling to the column's width\\% \includegraphics[width=\linewidth]{testRectangle}% + \item Use includegraphics with scaling to a dimension\\% + \includegraphics[width=5cm]{testRectangle}% \item Use includegraphics with scaling while having column width already\\% \includegraphics[width=\linewidth]{linewidth}% \item Use includegraphics with jpg\\% @@ -38,6 +42,8 @@ \includegraphics[width=\linewidth]{example-grid-100x100bp.jpg}% \item Use \texttt{input} with pgfplots\\% \input{pgfplots-test.tikz}% + \item Input a 2D pgfplots + \input{testgraphic2D.tikz}% \item Use pgfplots without optional parameter\\% \includegraphics{pgfplots-test}% \item Use pgfplots with given width and height\\% @@ -54,5 +60,9 @@ \includegraphics[height=1\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\\% + \frame{\input{testgraphic2D.tikz}} + \item Use a two dimensional plot with a tight frame with width \settowidth{\mylen}{\frame{\includegraphics{testgraphic2D.tikz}}}\the\mylen\\% + \frame{\includegraphics{testgraphic2D.tikz}} \end{itemize} \end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf b/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf index 2613fd2555f..b90069c09b7 100644 Binary files a/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf and b/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf differ -- cgit v1.2.3