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/source | |
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/source')
-rw-r--r-- | Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx index dcdf305b934..74f855eb772 100644 --- a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx +++ b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx @@ -18,7 +18,7 @@ %<*driver> \documentclass{ltxdoc} \usepackage{marvosym} -\usepackage{tikzsymbols} +\usepackage[draft]{tikzsymbols} \usepackage[english]{babel} \usepackage[T1]{fontenc} \usepackage{array} @@ -448,9 +448,9 @@ %The first lines are always the same: what do I need, how is the package named: % \begin{macrocode} -\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}} @@ -566,6 +566,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% }} % \end{macrocode} %\end{macro} @@ -670,6 +671,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% }}% % \end{macrocode} %\end{macro} @@ -1790,13 +1792,14 @@ 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% } % \end{macrocode} %\end{macro} %\begin{macro}{\Bed} -% A chair. +% A bed. % \begin{macrocode} \DeclareRobustCommand{\Bed}[1][1]{% \set@tkzsymblsscl{#1}\ifdim\tkzsymblsscl<0pt\set@tkzsymblsscl{-#1}\fi% |