summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzscale
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-02 23:36:07 +0000
committerKarl Berry <karl@freefriends.org>2012-11-02 23:36:07 +0000
commit97a3576bc906866a218e39f989e687700efceed8 (patch)
tree9af69dd6b0421d1888e7b9893fcd0bdedb63ad32 /Master/texmf-dist/doc/latex/tikzscale
parent62bda70668347cf8c7c69684d89c7907efc0106a (diff)
tikzscale (2nov12)
git-svn-id: svn://tug.org/texlive/trunk@28156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale')
-rw-r--r--Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdfbin122409 -> 127846 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.tex10
-rw-r--r--Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdfbin348686 -> 349577 bytes
3 files changed, 10 insertions, 0 deletions
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
--- a/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf
+++ b/Master/texmf-dist/doc/latex/tikzscale/test-tikzscale.pdf
Binary files 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
--- a/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf
+++ b/Master/texmf-dist/doc/latex/tikzscale/tikzscale.pdf
Binary files differ