Re: [tex4ht] bug with pagestyle headings

2022-07-07 Thread Michal Hoftich
Hi Ulrike, > It compiles again if one remove the \MakeUppercase from \sectionmark: > > \makeatletter > \def\sectionmark#1{% > \markright {{% > \ifnum \c@secnumdepth >\m@ne > \thesection\quad > \fi > #1}}} > \makeatother Thanks for the report. We alread

[tex4ht] bug with pagestyle headings

2022-07-07 Thread Ulrike Fischer
\documentclass{article} \pagestyle{headings} \begin{document} \section{abc} \end{document} fails with ! Missing \endcsname inserted. \\endcsname l.58 \section{abc} It compiles again if one remove the \MakeUppercase from \sectionmark: \makeatletter \def\sectionma