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/texmf-dist/tex | |
parent | dcf98a649a7f18337cb1970edb83e901d2fd1136 (diff) |
tikzsymbols (16may18)
git-svn-id: svn://tug.org/texlive/trunk@47730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty | 10 |
1 files changed, 5 insertions, 5 deletions
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); |