LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

Empty theorem environments with "theorem name" do not render properly

Open leorolla opened this issue 9 months ago • 4 comments
trafficstars

Compare the PDF and HTML:

\documentclass[11pt]{amsart}
\title{Bug report}
\usepackage{bookml/bookml}
\begin{document}
\newtheorem{exercisenonumber}{}
\newtheorem{theorem}{Theorem}
\begin{exercisenonumber}
[Exercise name]
Test
\end{exercisenonumber}
\begin{theorem}
[Theorem name]
Test
\end{theorem}
\end{document}

leorolla avatar Feb 15 '25 22:02 leorolla