texlive[44951] Master/texmf-dist: oplotsymbl (4aug17)

commits+karl at tug.org commits+karl at tug.org
Sat Aug 5 00:06:43 CEST 2017


Revision: 44951
          http://tug.org/svn/texlive?view=revision&revision=44951
Author:   karl
Date:     2017-08-05 00:06:42 +0200 (Sat, 05 Aug 2017)
Log Message:
-----------
oplotsymbl (4aug17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/LICENSE.md
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex
    trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/LICENSE.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/oplotsymbl/LICENSE.md	2017-08-04 22:06:26 UTC (rev 44950)
+++ trunk/Master/texmf-dist/doc/latex/oplotsymbl/LICENSE.md	2017-08-04 22:06:42 UTC (rev 44951)
@@ -355,11 +355,11 @@
   %% Copyright 2005 M. Y. Name
   %
   % This work may be distributed and/or modified under the
-  % conditions of the LaTeX Project Public License, either version 1.3
+  % conditions of the LaTeX Project Public License, either version 1.3c
   % of this license or (at your option) any later version.
   % The latest version of this license is in
   %   http://www.latex-project.org/lppl.txt
-  % and version 1.3 or later is part of all distributions of LaTeX
+  % and version 1.3c or later is part of all distributions of LaTeX
   % version 2005/12/01 or later.
   %
   % This work has the LPPL maintenance status `maintained'.

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex	2017-08-04 22:06:26 UTC (rev 44950)
+++ trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex	2017-08-04 22:06:42 UTC (rev 44951)
@@ -160,6 +160,16 @@
 \end{itemize}
 
 
+\subsection{Version 1.4 (04.08.2017)}
+
+\begin{itemize}
+    \item major changes: manual and package
+    \item bug fix for horizontal and vertical line, sections "Sqare" \& "Other Symbols"
+    \item some changes on the code itself 
+    \item all changes are only in the appearance not in the commands, so NO problems for the user 
+\end{itemize}
+
+
 \section{Repository and Contact}
 
 The repository/this package is available on GitHub and through CTAN \cite{ctan} and TeXLive \cite{texlive}. You will find it here:

Modified: trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty	2017-08-04 22:06:26 UTC (rev 44950)
+++ trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty	2017-08-04 22:06:42 UTC (rev 44951)
@@ -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 @@
 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
 



More information about the tex-live-commits mailing list