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@escapebegin{\lsthk@OutputBox}
\append:def\lst@escapeend{\lsthk@PostOutput}
\makeatother
\catcode`\:=12

\begin{document}
\EndPreamble 

or this version

\Preamble{xhtml}

\catcode`\:=11
\makeatletter
\pend:def\lst@escapebegin{\csname
b:listings-init\endcsname\nobreak\lsthk@OutputBox}
\append:def\lst@escapeend{\lsthk@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/>

Reply via email to