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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Nov 21 13:21:09 CET 2022


Author: michal_h21
Date: 2022-11-21 12:21:09 +0000 (Mon, 21 Nov 2022)
New Revision: 1245

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
removed spourious space after \ref

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-11-21 08:43:15 UTC (rev 1244)
+++ trunk/lit/ChangeLog	2022-11-21 12:21:09 UTC (rev 1245)
@@ -1,5 +1,7 @@
 2022-11-21  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (nameref.4ht): removed spurious space after \ref.
+
 	* tex4ht-4ht.tex (babel-sty-hooks.4ht): disable the \babelfont
 	command.
 	https://github.com/michal-h21/tex4ebook/issues/94

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-11-21 08:43:15 UTC (rev 1244)
+++ trunk/lit/tex4ht-4ht.tex	2022-11-21 12:21:09 UTC (rev 1245)
@@ -3588,11 +3588,11 @@
 \let\T:ref=\::ref
 \def\::ref{\@ifstar{\protect\T at ref}{\protect\T at ref}}
 \def\T at ref#1{%
-  \@safe at activestrue
-  \let\::ref \T:ref
+  \@safe at activestrue%
+  \let\::ref\T:ref%
   \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}%
-  \def\::ref{\@ifstar{\protect\T at ref}{\protect\T at ref}}
-  \@safe at activesfalse
+  \def\::ref{\@ifstar{\protect\T at ref}{\protect\T at ref}}%
+  \@safe at activesfalse%
 }
 
 \gdef\defineautorefname#1#2{%



More information about the tex4ht-commits mailing list.