From 93a8ee664938b09ecf3ce1764cf265b3218511ad Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Aug 2017 22:06:42 +0000 Subject: oplotsymbl (4aug17) git-svn-id: svn://tug.org/texlive/trunk@44951 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty b/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty index 71b18632ccc..8fedbaff628 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/08/03 Symbols, that are used in plots] +\ProvidesPackage{oplotsymbl}[2017/08/04 Symbols, that are used in plots] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -808,13 +808,13 @@ % Quadrat/Square with vertical line \newcommand*\squadlinev[1][]{\tikz[#1]{ \draw [line width=0.05em] (-0.34em,0.34em) rectangle (0.34em,-0.34em); - \draw [line width=0.05em] (0.32em,0em) -- (-0.32em,0em); + \draw [line width=0.05em] (0em,-0.32em) -- (0em,0.32em); }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Quadrat/Square with horizontal line \newcommand*\squadlineh[1][]{\tikz[#1]{ \draw [line width=0.05em] (-0.34em,0.34em) rectangle (0.34em,-0.34em); - \draw [line width=0.05em] (0em,-0.32em) -- (0em,0.32em); + \draw [line width=0.05em] (0.32em,0em) -- (-0.32em,0em); }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Quadrat/Square with horizontal and vertical line @@ -861,12 +861,12 @@ %%%%%%%%%%%%%%%%% % Line vertical \newcommand*\linev[1][]{\tikz[#1]{ -\draw [line width=0.05em] (-0.34em,0em) -- (0.34em,0em); +\draw [line width=0.05em] (0em,-0.34em) -- (0em,0.34em); }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Line horizontal \newcommand*\lineh[1][]{\tikz[#1]{ -\draw [line width=0.05em] (0em,-0.34em) -- (0em,0.34em); +\draw [line width=0.05em] (-0.34em,0em) -- (0.34em,0em); }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Cross @@ -978,4 +978,5 @@ Version history 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 +2017/08/04 - major changes on the manual and package, bug fix for all XXline(v/h) symbols. Thanks to Rafael -- cgit v1.2.3