summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-14 23:14:03 +0000
committerKarl Berry <karl@freefriends.org>2023-12-14 23:14:03 +0000
commitac61b7d6b4d2d6a0c48db12e009f4541e98219a8 (patch)
tree9333452c5c4308b944238ad4e33aec7a7a09fac8 /Master/texmf-dist/source/generic/tex4ht
parent9f49b447467a2f03e1ecbb37a78c3f49c7b87081 (diff)
do not redefine \tabacckludge, tex4ht r1424
git-svn-id: svn://tug.org/texlive/trunk@69134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex7
2 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 5217403abb9..f9dbdfcfd56 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
index f43c4d59a5a..e8464d47b1e 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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}