From 3dc6eb7df9202857bd8832436fbe3e065a62e857 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Jun 2022 21:35:31 +0000 Subject: tikzlings (17jun22) git-svn-id: svn://tug.org/texlive/trunk@63628 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/tikzlings/tikzlibrarytikzlings.code.tex | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex (limited to 'Master/texmf-dist/tex/latex/tikzlings/tikzlibrarytikzlings.code.tex') 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 -- cgit v1.2.3