commit:     238b60c95181c9d02c49eeb7230b9253c0e05dee
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 17 17:23:38 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 19 19:20:04 2025 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=238b60c9

pms.cls: Add workaround for tex4ht bug

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 pms.cls | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pms.cls b/pms.cls
index a44608e..6f1676f 100644
--- a/pms.cls
+++ b/pms.cls
@@ -63,6 +63,8 @@
     }
     \setboolean{TEX4HT-HACKS}{false}
 \else
+    % Workaround for tex4ht bug #656 (https://puszcza.gnu.org.ua/bugs/?656)
+    \AtBeginDocument{\Configure{@newlabel}{\AnchorLabel}}
     \setboolean{TEX4HT-HACKS}{true}
 \fi
 

Reply via email to