texlive[51918] Master/texmf-dist: pict2e (20aug19)
commits+karl at tug.org
commits+karl at tug.org
Tue Aug 20 22:45:38 CEST 2019
Revision: 51918
http://tug.org/svn/texlive?view=revision&revision=51918
Author: karl
Date: 2019-08-20 22:45:38 +0200 (Tue, 20 Aug 2019)
Log Message:
-----------
pict2e (20aug19)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf
trunk/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf
trunk/Master/texmf-dist/source/latex/pict2e/p2e-drivers.dtx
trunk/Master/texmf-dist/source/latex/pict2e/pict2e.dtx
trunk/Master/texmf-dist/source/latex/pict2e/pict2e.ins
trunk/Master/texmf-dist/tex/latex/pict2e/pict2e.sty
Modified: trunk/Master/texmf-dist/doc/latex/pict2e/p2e-drivers.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/pict2e/pict2e.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/pict2e/p2e-drivers.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/pict2e/p2e-drivers.dtx 2019-08-20 20:45:21 UTC (rev 51917)
+++ trunk/Master/texmf-dist/source/latex/pict2e/p2e-drivers.dtx 2019-08-20 20:45:38 UTC (rev 51918)
@@ -5,7 +5,7 @@
%
% Copyright (C) 2003-2016
% Rolf Niepraschk, Rolf.Niepraschk at gmx.de
-% Hubert Gaesslein
+% Hubert Gaesslein, hubertjg at gmx.de
% Josef Tkadlec, j.tkadlec at email.cz
%
%
Modified: trunk/Master/texmf-dist/source/latex/pict2e/pict2e.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/pict2e/pict2e.dtx 2019-08-20 20:45:21 UTC (rev 51917)
+++ trunk/Master/texmf-dist/source/latex/pict2e/pict2e.dtx 2019-08-20 20:45:38 UTC (rev 51918)
@@ -4,7 +4,7 @@
%
% Copyright (C) 2003-2016
% Rolf Niepraschk, Rolf.Niepraschk at gmx.de
-% Hubert Gaesslein
+% Hubert Gaesslein, hubertjg at gmx.de
% Josef Tkadlec, j.tkadlec at email.cz
%
%
@@ -23,7 +23,7 @@
%
%<*package>
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{pict2e}[2016/02/05 v0.3b Improved picture commands (HjG,RN,JT)]
+\ProvidesPackage{pict2e}[2019/08/20 v0.3c Improved picture commands (HjG,RN,JT)]
%</package>
%
%<*driver>
@@ -2357,6 +2357,8 @@
% \subsection{High-level operations}
%
% \begin{macro}{\pIIe at checkslopeargs}
+% \changes{v0.3c}{2019/08/20}{\cmd{\edef} for parameters stored in macros --
+% suggested by Phelype Oleinik (RN)}
% Common code for \cmd{\line} and \cmd{\vector}.
% \begin{macrocode}
\newcommand*\pIIe at checkslopeargsline[2]{%
@@ -2364,8 +2366,8 @@
\newcommand*\pIIe at checkslopeargsvector[2]{%
\pIIe at checkslopeargs{#1}{#2}{1000}}
\newcommand*\pIIe at checkslopeargs[3]{%
- \def\@tempa{#1}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
- \def\@tempa{#2}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
+ \edef\@tempa{#1}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
+ \edef\@tempa{#2}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
% \end{macrocode}
% A bit incompatible with \SL: slope \((0,0)\) raises an error.
% \begin{macrocode}
@@ -2374,7 +2376,7 @@
\def\@tempa{#1}%
\ifx\@tempa\empty\def\@tempa{0}\fi
\ifx\@tempa\space\def\@tempa{0}\fi
- \ifnum\ifnum\@tempa<\z at -\fi\@tempa>#3\@badlinearg \fi}
+ \ifnum\ifnum\@tempa<\z at -\fi\@tempa>#3 \@badlinearg \fi}
\def\@badlinearg{\PackageError
{pict2e}{Bad \protect\line\space or \protect\vector\space argument}{}}
% \end{macrocode}
@@ -2384,7 +2386,7 @@
% \label{sec:implementation:line}
%
% \begin{macro}{\line}
-% \changes{v0.2l}{2004/04/08}{Macro added (RNH/HjG)}
+% \changes{v0.2l}{2004/04/08}{Macro added (RN/HjG)}
% \cmd{\line}\parg{x,y}\marg{$l_x$}:
% \changes{v0.2o}{2004/06/25}{Use \cmd{\pIIe at checkslopeargs} (HjG)}
% \changes{v0.2t}{2008/05/11}{All lines by \cmd{\@sline} (JT)}
Modified: trunk/Master/texmf-dist/source/latex/pict2e/pict2e.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/pict2e/pict2e.ins 2019-08-20 20:45:21 UTC (rev 51917)
+++ trunk/Master/texmf-dist/source/latex/pict2e/pict2e.ins 2019-08-20 20:45:38 UTC (rev 51918)
@@ -1,7 +1,7 @@
%%
%% Copyright (C) 2003-2016
%% Rolf Niepraschk, Rolf.Niepraschk at gmx.de
-%% Hubert Gaesslein,
+%% Hubert Gaesslein, hubertjg at gmx.de
%% Josef Tkadlec, j.tkadlec at email.cz
%%
%% This file is part of the LaTeX `pict2e' package.
Modified: trunk/Master/texmf-dist/tex/latex/pict2e/pict2e.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pict2e/pict2e.sty 2019-08-20 20:45:21 UTC (rev 51917)
+++ trunk/Master/texmf-dist/tex/latex/pict2e/pict2e.sty 2019-08-20 20:45:38 UTC (rev 51918)
@@ -24,7 +24,7 @@
%% This work consists of all files listed in `manifest.txt'.
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{pict2e}[2016/02/05 v0.3b Improved picture commands (HjG,RN,JT)]
+\ProvidesPackage{pict2e}[2019/08/20 v0.3c Improved picture commands (HjG,RN,JT)]
\edef\Gin at codes{%
\catcode`\noexpand\^^A\the\catcode`\^^A\relax
\catcode`\noexpand\"\the\catcode`\"\relax
@@ -383,14 +383,14 @@
\newcommand*\pIIe at checkslopeargsvector[2]{%
\pIIe at checkslopeargs{#1}{#2}{1000}}
\newcommand*\pIIe at checkslopeargs[3]{%
- \def\@tempa{#1}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
- \def\@tempa{#2}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
+ \edef\@tempa{#1}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
+ \edef\@tempa{#2}\expandafter\pIIe at checkslopearg\@tempa.:{#3}%
\ifdim #1\p@=\z@ \ifdim #2\p@=\z@ \@badlinearg \fi\fi}
\def\pIIe at checkslopearg #1.#2:#3{%
\def\@tempa{#1}%
\ifx\@tempa\empty\def\@tempa{0}\fi
\ifx\@tempa\space\def\@tempa{0}\fi
- \ifnum\ifnum\@tempa<\z at -\fi\@tempa>#3\@badlinearg \fi}
+ \ifnum\ifnum\@tempa<\z at -\fi\@tempa>#3 \@badlinearg \fi}
\def\@badlinearg{\PackageError
{pict2e}{Bad \protect\line\space or \protect\vector\space argument}{}}
\def\line(#1,#2)#3{%
More information about the tex-live-commits
mailing list