diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty b/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty index 58356dd27e6..71b18632ccc 100644 --- a/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty +++ b/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty @@ -38,7 +38,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \RequirePackage{tikz} % package information: -\ProvidesPackage{oplotsymbl}[2017/01/28 Symbols, that are used in plots] +\ProvidesPackage{oplotsymbl}[2017/08/03 Symbols, that are used in plots] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -699,7 +699,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % hexago filled \newcommand*\hexagofill[1][]{\tikz[#1]{ - \draw [line width=0.05em] + \draw [line width=0.05em,fill] (30:0.34em) -- (90:0.34em) -- (150:0.34em) -- (210:0.34em) -- (270:0.34em) -- (330:0.34em) -- cycle; }} @@ -977,4 +977,5 @@ Version history 2016/01/15 - colours added 2016/02/12 - last symbols added 2017/01/28 - minor changes on the manual, final release +2017/08/03 - minor changes on the manual, bug fix for hexagofill |