summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oplotsymbl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-03 21:10:03 +0000
committerKarl Berry <karl@freefriends.org>2017-08-03 21:10:03 +0000
commit639f26fb7fb1e34182b8b0aa7d7ab64d589df76b (patch)
treeadf2f39aa05ccb2e70852a0cfb7760aee28efde8 /Master/texmf-dist/tex/latex/oplotsymbl
parent93a965bb76ab3c748f5c198d09bd03b4aa87f932 (diff)
oplotsymbl (3aug17)
git-svn-id: svn://tug.org/texlive/trunk@44945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oplotsymbl')
-rw-r--r--Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty5
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