texlive[63905] trunk: lwarp (15jul22)

commits+karl at tug.org commits+karl at tug.org
Fri Jul 15 23:45:26 CEST 2022


Revision: 63905
          http://tug.org/svn/texlive?view=revision&revision=63905
Author:   karl
Date:     2022-07-15 23:45:25 +0200 (Fri, 15 Jul 2022)
Log Message:
-----------
lwarp (15jul22)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
    trunk/Master/texmf-dist/doc/latex/lwarp/README.txt
    trunk/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf
    trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
    trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty

Modified: trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2022-07-15 21:44:23 UTC (rev 63904)
+++ trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2022-07-15 21:45:25 UTC (rev 63905)
@@ -2,7 +2,7 @@
 
 -- Copyright 2016-2022 Brian Dunn
 
-printversion = "v0.907"
+printversion = "v0.908"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()

Modified: trunk/Master/texmf-dist/doc/latex/lwarp/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lwarp/README.txt	2022-07-15 21:44:23 UTC (rev 63904)
+++ trunk/Master/texmf-dist/doc/latex/lwarp/README.txt	2022-07-15 21:45:25 UTC (rev 63905)
@@ -1,5 +1,5 @@
 
-LaTeX lwarp package v0.907  README.txt
+LaTeX lwarp package v0.908  README.txt
 
 Files included are:
 

Modified: trunk/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua	2022-07-15 21:44:23 UTC (rev 63904)
+++ trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua	2022-07-15 21:45:25 UTC (rev 63905)
@@ -2,7 +2,7 @@
 
 -- Copyright 2016-2022 Brian Dunn
 
-printversion = "v0.907"
+printversion = "v0.908"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()

Modified: trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx	2022-07-15 21:44:23 UTC (rev 63904)
+++ trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx	2022-07-15 21:45:25 UTC (rev 63905)
@@ -16,7 +16,7 @@
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{lwarp}
-%<package>    [2022/07/11 v0.907  Allows LaTeX to directly produce HTML5 output.]
+%<package>    [2022/07/13 v0.908  Allows LaTeX to directly produce HTML5 output.]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -3280,7 +3280,7 @@
 %<*package>
 % \fi
 %
-% \CheckSum{55579}
+% \CheckSum{55578}
 %
 % \CharacterTable
 % {Upper-case     \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -3432,6 +3432,7 @@
 % \changes{v0.905}{2022/03/22}{\ 2022/03/22}
 % \changes{v0.906}{2022/06/23}{\ 2022/06/23}
 % \changes{v0.907}{2022/07/11}{\ 2022/07/11}
+% \changes{v0.908}{2022/07/13}{\ 2022/07/13}
 
 
 
@@ -3665,6 +3666,11 @@
 % see the end of the Change History on page \pageref{sec:changesend}.
 %
 % \begin{description}
+% \item[v0.908:] Bug fix.
+%   \begin{itemize}
+%       \item Fixed obscure cross-reference issue, seen in some citations.
+%   \end{itemize}
+% \needspace{2\baselineskip}
 % \item[v0.907:] Bug fix.
 %   \begin{itemize}
 %       \item Fixed \SVG\ images for \brand{Windows}.
@@ -21068,7 +21074,7 @@
 -- Copyright 2016-2022 Brian Dunn
 
 
-printversion = "v0.907"
+printversion = "v0.908"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -34926,9 +34932,13 @@
 % If |LWR at lateximagedepth| is known.
 % Use a lateximage if the depth is greater than zero,
 % or a regular link otherwise:
+%
+% (Using \pkg{xifthen} \cs{ifthenelse} here failed in some cases,
+% but \pkg{etoolbox} \cs{ifnumgreater} works.)
+% \changes{v0.908}{2022/07/13}{Fixed reference expansion.}
 %    \begin{macrocode}
     {%
-        \ifthenelse{\cnttest{\LWR at lateximagedepthref{#1}}{>}{0}}%
+        \ifnumgreater{\LWR at lateximagedepthref{#1}}{0}%
             {%
 %    \end{macrocode}
 % \changes{v0.86}{2020/05/11}{Fixed: \cs{label} inside \env{lateximage}.}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2022-07-15 21:44:23 UTC (rev 63904)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2022-07-15 21:45:25 UTC (rev 63905)
@@ -17,7 +17,7 @@
 %% version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{lwarp}
-    [2022/07/11 v0.907  Allows LaTeX to directly produce HTML5 output.]
+    [2022/07/13 v0.908  Allows LaTeX to directly produce HTML5 output.]
 
 
 
@@ -4850,7 +4850,7 @@
 
 -- Copyright 2016-2022 Brian Dunn
 
-printversion = "v0.907"
+printversion = "v0.908"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -10988,7 +10988,7 @@
         ??%
     }%
     {%
-        \ifthenelse{\cnttest{\LWR at lateximagedepthref{#1}}{>}{0}}%
+        \ifnumgreater{\LWR at lateximagedepthref{#1}}{0}%
             {%
                 lateximage-\BaseJobname-\LWR at lateximagenumberref{#1}%
             }%



More information about the tex-live-commits mailing list.