diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-31 21:47:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-31 21:47:29 +0000 |
commit | c7b0de93190a3c0d8e3ee9d88e79da7d21a27e31 (patch) | |
tree | 9ecfe4a41a71b23f4b8c866054317d87f15c9fbf /Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz | |
parent | 528bd7b580ff2dfe64ef77df5963655a60aa32de (diff) |
new pgf/tikz package tikzscale (31oct12)
git-svn-id: svn://tug.org/texlive/trunk@28143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz b/Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz new file mode 100644 index 00000000000..d5748e450ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/testRectangle.tikz @@ -0,0 +1,3 @@ +\begin{tikzpicture} +\draw (0,0) -- (1,1) (0,1) -- (1,0); +\end{tikzpicture}%
\ No newline at end of file |