[tex4ht-commits] [SCM] tex4ht updated: r1096 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Mar 24 15:16:31 CET 2022


Author: michal_h21
Date: 2022-03-24 14:16:31 +0000 (Thu, 24 Mar 2022)
New Revision: 1096

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
removed spurious whitespace after back references

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-03-21 13:29:42 UTC (rev 1095)
+++ trunk/lit/ChangeLog	2022-03-24 14:16:31 UTC (rev 1096)
@@ -1,3 +1,8 @@
+2021-03-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (biblatex.4ht): removed spurious whitespace after
+	backrefences.
+
 2021-03-21  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (arydshln.4ht): added basic support for the

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-03-21 13:29:42 UTC (rev 1095)
+++ trunk/lit/tex4ht-4ht.tex	2022-03-24 14:16:31 UTC (rev 1096)
@@ -2823,18 +2823,18 @@
   % back to the citations on the given pages
   \let\orig:hyperlink\hyperlink%
   \let\hyperlink\bbx:hyperlink%
-  \ifnumless{\abx at pagerefstyle}{0}
+  \ifnumless{\abx at pagerefstyle}{0}%
     {\usebibmacro{list:plain}%
-     \ifhyperref
-       {\hyperlink{page.#1}{#1}}
-       {#1}}
-    {\ifnumequal{\value{listcount}}{1}
-       {\usebibmacro{pageref:init}}
+     \ifhyperref%
+       {\hyperlink{page.#1}{#1}}%
+       {#1}}%
+    {\ifnumequal{\value{listcount}}{1}%
+       {\usebibmacro{pageref:init}}%
        {}%
      \usebibmacro{pageref:comp}{#1}%
-     \ifnumequal{\value{listcount}}{\value{liststop}}
-       {\usebibmacro{pageref:dump}}
-       {}}
+     \ifnumequal{\value{listcount}}{\value{liststop}}%
+       {\usebibmacro{pageref:dump}}%
+       {}}%
   \let\hyperlink\orig:hyperlink%
 }
 



More information about the tex4ht-commits mailing list.