summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-31 23:41:43 +0000
committerKarl Berry <karl@freefriends.org>2013-03-31 23:41:43 +0000
commite2ab32fae56eaa3c80d05dd741c16dc020cb955c (patch)
treef7fd8e114f09a69ae8933ee7424670f46848cb43
parentcda89488eaf6130398362fedbf16f0b2239c7cb4 (diff)
tikzsymbols (31mar13)
git-svn-id: svn://tug.org/texlive/trunk@29570 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/tikzsymbols/README1
-rw-r--r--Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdfbin602057 -> 541631 bytes
-rw-r--r--Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty7
4 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzsymbols/README b/Master/texmf-dist/doc/latex/tikzsymbols/README
index 9a1e4390db8..6764a56037d 100644
--- a/Master/texmf-dist/doc/latex/tikzsymbols/README
+++ b/Master/texmf-dist/doc/latex/tikzsymbols/README
@@ -16,6 +16,7 @@ v.2.0 Bug fixed, now option "tree=on/off" is working again,
New option: "marvsoym" (see documentation for more details).
v.2.2 Included \@ifpackageloaded, now symbols can have negative scale (-10, -4.23),
Did something else, I can't remember.
+v.2.5 Changed some code
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf b/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf
index 81ed38123a1..3d7a7e0b605 100644
--- a/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf
+++ b/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf
Binary files differ
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%
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%
}