summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-30 21:36:12 +0000
committerKarl Berry <karl@freefriends.org>2020-06-30 21:36:12 +0000
commit19231c941e84eab338d693c69091cd0a16d45344 (patch)
tree48834c35b0a8fdf3182556ddf23507a4b4e3c6fe /Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex
parent5dc98f26301535cf34bb616e5e29c973c6afe3ea (diff)
tikzducks [now generic] (30jun20)
git-svn-id: svn://tug.org/texlive/trunk@55713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex b/Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex
new file mode 100644
index 00000000000..4c90b1f0e63
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tikzducks/tikzlibraryducks.code.tex
@@ -0,0 +1,24 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% TikZ library for the tikzducks package
+% A package to bring rubber ducks into tikz
+% Maintained by samcarter
+%
+% Project repository and bug tracker:
+% https://github.com/samcarter/tikzducks
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{tikzducks}
+
+% This is all that is needed ...
+\tikzset{
+ duck/.pic={%
+ \duck@draw
+ },
+ duck/.search also={,/tikz,/pgf},
+}
+
+