diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-31 23:41:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-31 23:41:43 +0000 |
commit | e2ab32fae56eaa3c80d05dd741c16dc020cb955c (patch) | |
tree | f7fd8e114f09a69ae8933ee7424670f46848cb43 /Master/texmf-dist/tex/latex/tikzsymbols | |
parent | cda89488eaf6130398362fedbf16f0b2239c7cb4 (diff) |
tikzsymbols (31mar13)
git-svn-id: svn://tug.org/texlive/trunk@29570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikzsymbols')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty index 39e4768f0de..257cee348fc 100644 --- a/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty +++ b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty @@ -15,9 +15,9 @@ %% %% and version 1.2 or later is part of all distributions of LaTeX version 1999/12/01 or later. -\NeedsTeXFormat{LaTeX2e}[2011/06/27] +\NeedsTeXFormat{LaTeX2e}[2011/06/31] \ProvidesPackage{tikzsymbols} -[2013/03/23 v2.2 Some symbols created using tikz.] +[2013/03/30 v2.25 Some symbols created using tikz.] \@ifpackageloaded{tikz}{}{\RequirePackage{tikz}} \@ifpackageloaded{xargs}{}{\RequirePackage{xargs}} \@ifpackageloaded{xcolor}{}{\RequirePackage{xcolor}} @@ -85,6 +85,7 @@ child foreach \leafcolor in {leaf a,leaf b} { edge from parent [color=\leafcolor }}} } edge from parent [shorten >=-0.05ex,serif cm-,line cap=butt] };}% \end{tikzpicture}% +\@tkzssmbls@negfalse% }} \DeclareOptionX{draft}{\@tikzsymbols@drafttrue\@tikzsymbols@finalfalse @@ -160,6 +161,7 @@ child foreach \leafcolor in {leaf a,leaf b} { edge from parent [color=\leafcolor }}} } edge from parent [shorten >=-0.05ex,serif cm-,line cap=butt] };}% \end{tikzpicture}% +\@tkzssmbls@negfalse% }}% \ProcessOptionsX*\relax @@ -1018,6 +1020,7 @@ decoration={snake,amplitude=.05ex*\tkzsymblsscl,segment length=0.408ex*\tkzsymbl \draw (0.5,-0.3) -- (0.5,-0.8); \draw (1,0) -- (0.5,-0.3) -- (0,0); \end{tikzpicture}% +\@tkzssmbls@negfalse% \tikzsymbolsaftersymbolinput% } |