brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

[feature request] `[RNAAS]{aastex62}` doesn't have section numbering #2270

Open nschloe opened 1 year ago

nschloe commented 1 year ago

MWE:

\documentclass[RNAAS]{aastex62}

\begin{document}
\section{abc}
\end{document}

LaTeX output:

screenshot_2023-11-27-111212

LaTeXML output:

<title><tag close=" ">1</tag>abc</title>

(Superfluous 1.)