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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Nov 21 22:00:44 CET 2022


Author: michal_h21
Date: 2022-11-21 21:00:44 +0000 (Mon, 21 Nov 2022)
New Revision: 1246

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
-removed spurious space from citations

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-11-21 12:21:09 UTC (rev 1245)
+++ trunk/lit/ChangeLog	2022-11-21 21:00:44 UTC (rev 1246)
@@ -1,5 +1,8 @@
 2022-11-21  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (biblatex.4ht): removed spurious space from in text
+	citations.
+
 	* tex4ht-4ht.tex (nameref.4ht): removed spurious space after \ref.
 
 	* tex4ht-4ht.tex (babel-sty-hooks.4ht): disable the \babelfont

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-11-21 12:21:09 UTC (rev 1245)
+++ trunk/lit/tex4ht-4ht.tex	2022-11-21 21:00:44 UTC (rev 1246)
@@ -2837,7 +2837,7 @@
     \html:addr\Link-{}{|<haddr prefix|>\last:haddr}\EndLink%
     % save link to the .xref file
     % we need to use \protected at write to get correct page numbers in backrefs
-    \protected at write\:refout{}{\string\:CrossWord{)Q##1\thepage}{|<haddr prefix|>\last:haddr}{\folio}}
+    \protected at write\:refout{}{\string\:CrossWord{)Q##1\thepage}{|<haddr prefix|>\last:haddr}{\folio}}%
     % we need to save the link destination in .xref file
     % too, otherwise \Link command would issue warning
     \Tag{)Q|<haddr prefix|>\last:haddr}{\FileNumber}%



More information about the tex4ht-commits mailing list.