LaTeXML
LaTeXML copied to clipboard
Empty theorem environments with "theorem name" do not render properly
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}