summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex6
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex4
3 files changed, 11 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 97678beb03..cf8ec3b96a 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2022-05-22 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (listings.4ht),
+ * tex4ht-html4.tex (html4.4ht): removed spurious line from listings.
+ https://tex.stackexchange.com/a/645197/2891
+
2022-05-19 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (cancel.4ht),
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index e5345d8759..af9b237e4c 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1135 2022-05-19 15:28:47Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1136 2022-05-22 18:03:36Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -31212,11 +31212,11 @@ Configure list of listings
\expandafter\lstset\expandafter{\lst@set}%
\lsthk@DisplayStyle%
\catcode\active=\active%
- \a:lstinputlisting\special{t4ht@[}\lst@Init\relax \let\lst@gobble\z@%
+ \a:lstinputlisting\ht:special{t4ht@[}\lst@Init\relax \let\lst@gobble\z@%
\lst@SkipToFirst%
\lst@ifprint \def\lst@next{\input{#1}}%
\else \let\lst@next\@empty \fi%
- \special{t4ht@]}\lst@next \lst@DeInit%
+ \ht:special{t4ht@]}\lst@next\ht:special{t4ht@[}\lst@DeInit\ht:special{t4ht@]}%
\b:lstinputlisting%
\endgroup}
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index ab80f9af01..ecb66c1b58 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1135 2022-05-19 15:28:47Z michal_h21 $
+% $Id: tex4ht-html4.tex 1136 2022-05-22 18:03:36Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -15300,7 +15300,7 @@ This configuration is used mainly when user defines new environment using \verb|
>>>
\<configure html4 listings\><<<
-\Configure{listings-init}{\ttfamily\special{t4ht@(}}{\special{t4ht@)}}
+\Configure{listings-init}{\ttfamily\ht:special{t4ht@(}}{\ht:special{t4ht@)}}
>>>