summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-10 21:05:23 +0000
committerKarl Berry <karl@freefriends.org>2018-07-10 21:05:23 +0000
commita0465167a48139ce48ff14c95343b7afeaa88dee (patch)
tree371df5843c0c8b93dfa08a00529fd4e0dc05fa02 /Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex
parent4c32bf575783193243a14e77f1b8ecee929cb2fe (diff)
tikzmarmots (10jul18)
git-svn-id: svn://tug.org/texlive/trunk@48177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex b/Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex
new file mode 100644
index 00000000000..03503f16296
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tikzmarmots/tikzlibrarymarmots.code.tex
@@ -0,0 +1,27 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% 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/samcarter8/tikzmarmots
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+% Version 0.1
+% July 10, 2018
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{tikzmarmots}
+
+% This is all that is needed ...
+\tikzset{
+ marmot/.pic={%
+ \marmot@draw
+ },
+ marmot/.search also={,/tikz,/pgf},
+}
+
+