summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzmarmots/tikzlibrarymarmots.code.tex
blob: 41b7f854c25f4344ba6d245b3b611c5792ca2803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TikZ library for the tikzmarmots package
% A package to bring little marmots into tikz
% Maintained by samcarter
%
% Project repository and bug tracker:
% https://github.com/samcarter/tikzmarmots
%
% Released under the LaTeX Project Public License v1.3c or later
% See http://www.latex-project.org/lppl.txt
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{tikzmarmots}

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