summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-04 20:19:15 +0000
committerKarl Berry <karl@freefriends.org>2018-04-04 20:19:15 +0000
commitf4df1fcd0cb6d4913a9139700175a5c9024190f9 (patch)
treeb1f6b46ebb25a16b7413a2339715c05a502c30a9 /Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex
parentbc1cf504905de3a2eaccd42628b1b8ec251eb6d1 (diff)
tikzducks (4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex b/Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex
new file mode 100644
index 00000000000..df926510254
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex
@@ -0,0 +1,27 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% 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/samcarter8/tikzducks
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+% Version 0.6
+% April 04, 2018
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{tikzducks}
+
+% This is all that is needed ...
+\tikzset{
+ duck/.pic={%
+ \duck@draw
+ },
+ duck/.search also={,/tikz,/pgf},
+}
+
+