[tex4ht-commits] [SCM] tex4ht updated: r1612 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Dec 6 10:47:13 CET 2024
Author: michal_h21
Date: 2024-12-06 09:47:13 +0000 (Fri, 06 Dec 2024)
New Revision: 1612
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
add class atribute for glossary links
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-12-04 20:42:25 UTC (rev 1611)
+++ trunk/lit/ChangeLog 2024-12-06 09:47:13 UTC (rev 1612)
@@ -1,3 +1,9 @@
+2024-12-06 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (glossaries.4ht): add a class atribute to links to
+ glossary.
+ https://tex.stackexchange.com/a/732132/2891
+
2024-12-04 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (manyfoot.4ht): fixed spurious space in footnotes
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-12-04 20:42:25 UTC (rev 1611)
+++ trunk/lit/tex4ht-4ht.tex 2024-12-06 09:47:13 UTC (rev 1612)
@@ -13890,7 +13890,7 @@
>>> \AddFile{6}{glossaries}
\<config glossaries\><<<
-\def\:tempc#1#2{\Link{#1}{}#2\EndLink}
+\def\:tempc#1#2{\Link[ class="glossary"]{#1}{}#2\EndLink}
\HLet\@glslink\:tempc
\def\:tempc#1#2{\Link{}{#1}\EndLink#2}
\HLet\@glstarget\:tempc
More information about the tex4ht-commits
mailing list.