summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikzducks/tikzlibraryducks.code.tex
blob: 91f762ae9f863c500adc816dcb570b28f726c0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.7
% July 10, 2018 
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{tikzducks}

% This is all that is needed ...
\tikzset{
  duck/.pic={%
    \duck@draw
  },
  duck/.search also={,/tikz,/pgf},
}