summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tikzsymbols
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-16 20:48:22 +0000
committerKarl Berry <karl@freefriends.org>2018-05-16 20:48:22 +0000
commit58d214cc950d235ba49d39537d1dfc51e20ea415 (patch)
tree2e4955b49acaaf28681dfb6bf5167803bd2d8435 /Master/texmf-dist/source/latex/tikzsymbols
parentdcf98a649a7f18337cb1970edb83e901d2fd1136 (diff)
tikzsymbols (16may18)
git-svn-id: svn://tug.org/texlive/trunk@47730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tikzsymbols')
-rw-r--r--Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx17
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx
index 83a064ff04b..4f7c99a17f0 100644
--- a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx
+++ b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx
@@ -14,7 +14,7 @@ tikzsymbols
Overview
--------
-The *tikzsymbols* package v4.10 (2018/04/11) contains symbols created using tikz.
+The *tikzsymbols* package v4.10a (2018/05/16) contains symbols created using tikz.
This package provides:
* various emoticons
@@ -86,7 +86,8 @@ Changes
- New symbolpair: `\Knoblauchpresse` and `\garlicpress`.
- Option `draft` and `final` now set the internal draft boolean locally.
- Reworked sizes of the plain vanilla draft boxes.
-
+* v4.10a Bugfix: Forgot to remove colors from `\Strichmaxerl`
+
Requirements
------------
@@ -1512,6 +1513,8 @@ for the details of that license.
% \changes{v4.10}{2018/04/11}{New symbolpair: \cs{Knoblauchpresse} and \cs{garlicpress}.}
% \changes{v4.10}{2018/04/11}{Option \opt{draft} and \opt{final} are local now.}
%
+% \changes{v4.10a}{2018/05/16}{Removed colors from \cs{Strichmaxerl}.}
+%
% The first lines are always the same: What do I need, what is the
% package named.
% \begin{macrocode}
@@ -1530,8 +1533,8 @@ for the details of that license.
}
\ProvidesExplPackage
{tikzsymbols}
- {2018/04/11}
- {4.10} % v4.10
+ {2018/05/16}
+ {4.10a}
{Some symbols created using tikz and LaTeX3.}
\@ifpackageloaded { tikz } {} { \RequirePackage { tikz } }
\@ifpackageloaded { xcolor } {} { \RequirePackage { xcolor } }
@@ -5337,12 +5340,12 @@ for the details of that license.
]
\char_set_catcode_other:N :
%% LB
- \draw[red,rotate \space around= { #5 \token_to_str:N : ( 0.15 , 0.2 ) } ] (0.15,0.2) -- (0.15,-0.14);
+ \draw[rotate \space around= { #5 \token_to_str:N : ( 0.15 , 0.2 ) } ] (0.15,0.2) -- (0.15,-0.14);
%% RB
- \draw[blue,rotate \space around= { #4 \token_to_str:N : ( 0.15 , 0.2 ) } ] (0.15,0.2) -- (0.15,-0.14);
+ \draw[rotate \space around= { #4 \token_to_str:N : ( 0.15 , 0.2 ) } ] (0.15,0.2) -- (0.15,-0.14);
\draw (.15,.2) -- (.15,.4);
%% RA
- \draw[green,rotate \space around={ #3 \token_to_str:N : ( 0.15 , 0.4) } ] (0.15,0.4) -- (0.42,0.4);
+ \draw[rotate \space around={ #3 \token_to_str:N : ( 0.15 , 0.4) } ] (0.15,0.4) -- (0.42,0.4);
%% LA
\draw[rotate \space around={ #2 \token_to_str:N : ( 0.15 , 0.4) } ] (0.15,0.4) -- (-0.12,0.4);
\draw (.15, .4) -- (.15, .53);