texlive[47730] Master/texmf-dist: tikzsymbols (16may18)

commits+karl at tug.org commits+karl at tug.org
Wed May 16 22:48:22 CEST 2018


Revision: 47730
          http://tug.org/svn/texlive?view=revision&revision=47730
Author:   karl
Date:     2018-05-16 22:48:22 +0200 (Wed, 16 May 2018)
Log Message:
-----------
tikzsymbols (16may18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tikzsymbols/README.md
    trunk/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf
    trunk/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx
    trunk/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty

Modified: trunk/Master/texmf-dist/doc/latex/tikzsymbols/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikzsymbols/README.md	2018-05-16 09:29:13 UTC (rev 47729)
+++ trunk/Master/texmf-dist/doc/latex/tikzsymbols/README.md	2018-05-16 20:48:22 UTC (rev 47730)
@@ -5,7 +5,7 @@
 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 @@
   - 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
 ------------

Modified: trunk/Master/texmf-dist/doc/latex/tikzsymbols/tikzsymbols.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx	2018-05-16 09:29:13 UTC (rev 47729)
+++ trunk/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx	2018-05-16 20:48:22 UTC (rev 47730)
@@ -14,7 +14,7 @@
 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 @@
   - 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 @@
 % \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 @@
   }
 \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 @@
               ]
              \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);

Modified: trunk/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty	2018-05-16 09:29:13 UTC (rev 47729)
+++ trunk/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty	2018-05-16 20:48:22 UTC (rev 47730)
@@ -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);



More information about the tex-live-commits mailing list