summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-16 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-12-16 03:01:40 +0000
commitcf11d08f6fe4d61a3da648d820601e3fca67d8d4 (patch)
tree2eea226ec62bd73e49dce85df85c093393d58af3 /support
parent9dd4909414ccbc438a2c6276bf642904d6036891 (diff)
CTAN sync 202312160301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-sty.tex7
2 files changed, 10 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 5217403abb..f9dbdfcfd5 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2023-12-14 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-sty.tex (tex4ht.sty): don't redefine \tabacckludge with
+ non-existent command.
+ https://tex.stackexchange.com/q/704949/2891
+
2023-12-13 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): use <code> elements for \verb, also
diff --git a/support/TeX4ht/source/tex4ht-sty.tex b/support/TeX4ht/source/tex4ht-sty.tex
index f43c4d59a5..e8464d47b1 100644
--- a/support/TeX4ht/source/tex4ht-sty.tex
+++ b/support/TeX4ht/source/tex4ht-sty.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-sty.tex 1376 2023-10-04 12:24:05Z michal_h21 $
+% $Id: tex4ht-sty.tex 1424 2023-12-14 09:55:08Z michal_h21 $
% tex tex4ht-sty or ht tex tex4ht-sty
%
% Copyright 2009-2022 TeX Users Group
@@ -10137,10 +10137,11 @@ a font is found. It is used in \''\end:accent'.
-Latex has \`'\def\@tabacckludge#1{\csname #1\endcsname}'.
+The :tabacckludge is undefined, so it doesn't make sense to redefine the
+original command with this non existent command.
\<tabacckludge\><<<
-\let\@tabacckludge|=\:tabacckludge
+%\let\@tabacckludge|=\:tabacckludge
>>>
\SubSection{Getting the Html Replacement}