summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-17 21:35:31 +0000
committerKarl Berry <karl@freefriends.org>2022-06-17 21:35:31 +0000
commit3dc6eb7df9202857bd8832436fbe3e065a62e857 (patch)
tree117c7daa81294c45915b034141b308a9d92bbdfa /Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex
parentd9e50b14e69ac0b0f87a5e8d955cb2d09df72b33 (diff)
tikzlings (17jun22)
git-svn-id: svn://tug.org/texlive/trunk@63628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex b/Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex
new file mode 100644
index 00000000000..449b2ce5b13
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex
@@ -0,0 +1,34 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% TikZ library for the tikzlings package
+% A package to bring cute little animals and other beings into tikz
+% Maintained by samcarter
+%
+% Project repository and bug tracker:
+% https://github.com/samcarter/tikzlings
+%
+% Released under the LaTeX Project Public License v1.3c or later
+% See http://www.latex-project.org/lppl.txt
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{tikzlings}
+
+\ExplSyntaxOn
+
+\clist_map_inline:Nn \g__tikzlings_names_clist
+ {
+ \tikzset
+ {
+ % Create a csname in the argument but don't expand it now
+ #1/.pic/.expanded = { \exp_not:c {#1} },
+ #1/.search~also = { , /tikz, /pgf, /thing },
+ }
+ }
+
+\ExplSyntaxOff
+
+\tikzset{
+ tikzling/.pic={\tikzling},
+ tikzling/.search also={,/tikz,/pgf,/thing},
+ thing/.search also={,/tikz,/pgf},
+} \ No newline at end of file