diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-16 20:48:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-16 20:48:22 +0000 |
commit | 58d214cc950d235ba49d39537d1dfc51e20ea415 (patch) | |
tree | 2e4955b49acaaf28681dfb6bf5167803bd2d8435 /Master | |
parent | dcf98a649a7f18337cb1970edb83e901d2fd1136 (diff) |
tikzsymbols (16may18)
git-svn-id: svn://tug.org/texlive/trunk@47730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzsymbols/README.md | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf | bin | 543133 -> 543939 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty | 10 |
4 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzsymbols/README.md b/Master/texmf-dist/doc/latex/tikzsymbols/README.md index 5a8d2c201ef..0704ef8fedd 100644 --- a/Master/texmf-dist/doc/latex/tikzsymbols/README.md +++ b/Master/texmf-dist/doc/latex/tikzsymbols/README.md @@ -5,7 +5,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 @@ -76,6 +76,7 @@ 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 ------------ diff --git a/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf b/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf Binary files differindex f3a2246f1bf..a10d20af57a 100644 --- a/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf +++ b/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf 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); diff --git a/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty index b469a2c2dd2..fbd5b2d4705 100644 --- a/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty +++ b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty @@ -36,8 +36,8 @@ } \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 } } @@ -2520,12 +2520,12 @@ ] \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); |