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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Dec 27 19:25:27 CET 2021


Author: michal_h21
Date: 2021-12-27 18:25:26 +0000 (Mon, 27 Dec 2021)
New Revision: 1043

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
remove nested links from cleveref

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-12-27 12:15:04 UTC (rev 1042)
+++ trunk/lit/ChangeLog	2021-12-27 18:25:26 UTC (rev 1043)
@@ -1,5 +1,8 @@
 2021-12-27  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (cleveref.4ht): remove nested links from Cleveref.
+	https://tex.stackexchange.com/a/625385/2891
+
 	* tex4ht-4ht.tex (biblatex.4ht): removed code that interfered with
 	spacing. Redefined \addnbspace to produce non-breaking space
 	character.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-12-27 12:15:04 UTC (rev 1042)
+++ trunk/lit/tex4ht-4ht.tex	2021-12-27 18:25:26 UTC (rev 1043)
@@ -3597,7 +3597,8 @@
 \def\:tempa#1#2{\bgroup%
   \def\rEfLiNK##1##2{\Link{##1}{}}%
   \expandafter\expandafter\expandafter\@firstoffive\csname r@#2\endcsname{}{}{}{}{}%
-  \o:@@@setcref:{#1}{#2}%
+  \cref at getlabel{#2}{\@templabel}%
+  #1{\@templabel}{}{}%
   \EndLink\egroup%
 }%
 



More information about the tex4ht-commits mailing list.