[tex4ht] [bug #648] Using listings package with texcl option enabled breaks comment rendering
Michal Hoftich
puszcza-hackers at gnu.org.ua
Fri Feb 21 12:54:28 CET 2025
Follow-up Comment #5, bug #648 (project tex4ht):
Thanks. Could you try to also remove other commands from the config file? Try
these versions:
\Preamble{xhtml}
\catcode`\:=11
\makeatletter
\pend:def\lst at escapebegin{\lsthk at OutputBox}
\append:def\lst at escapeend{\lsthk at PostOutput}
\makeatother
\catcode`\:=12
\begin{document}
\EndPreamble
or this version
\Preamble{xhtml}
\catcode`\:=11
\makeatletter
\pend:def\lst at escapebegin{\csname
b:listings-init\endcsname\nobreak\lsthk at OutputBox}
\append:def\lst at escapeend{\lsthk at PostOutput\csname a:listings-init\endcsname}
\makeatother
\catcode`\:=12
\begin{document}
\EndPreamble
If neither works, I will need a MWE. It doesn't need to be your full project,
but I would expect that this error happens with some combination of commands.
_______________________________________________________
Reply to this item at: <https://puszcza.gnu.org.ua/bugs/?648>
_______________________________________________
Message sent via/by Puszcza <https://puszcza.gnu.org.ua/>
More information about the tex4ht
mailing list.