[tex4ht-commits] [SCM] tex4ht updated: r1178 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sun Jul 24 19:04:30 CEST 2022
Author: michal_h21
Date: 2022-07-24 17:04:30 +0000 (Sun, 24 Jul 2022)
New Revision: 1178
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Don't redefine \ref with babel
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-07-16 09:21:43 UTC (rev 1177)
+++ trunk/lit/ChangeLog 2022-07-24 17:04:30 UTC (rev 1178)
@@ -1,3 +1,8 @@
+2022-07-24 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (babel.4ht): don't redefine \ref in Babel.
+ https://tex.stackexchange.com/a/651875/2891
+
2022-07-16 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (latex.4ht): make \ref and \Ref commands robust.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-07-16 09:21:43 UTC (rev 1177)
+++ trunk/lit/tex4ht-4ht.tex 2022-07-24 17:04:30 UTC (rev 1178)
@@ -23654,7 +23654,11 @@
\edef\:temp{\noexpand\@b:bitem{#1}}\@safe at activesfalse\:temp}
>>>
-\<bbl at redefinerobust\><<<
+
+I don't know what this code was meant to do in the past, but it fails
+with the current LaTeX. It is better to not use it.
+See \Link[https://tex.stackexchange.com/q/651631/2891]{}{} this issue\EndLink.
+\<not use bbl at redefinerobust\><<<
\def\:tempc#1{%
\edef\bbl at tempa{\expandafter\@gobble\string#1}%
\expandafter\ifx\csname \bbl at tempa\space\endcsname\relax
More information about the tex4ht-commits
mailing list.