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

Add support for nature.cls #2257

Open nschloe opened 1 year ago

nschloe commented 1 year ago

MWE:

\documentclass{nature}
\spacing{1}
\begin{document}
a
\end{document}

LaTeXML output:

  <para xml:id="p1">
    <ERROR class="undefined">\spacing</ERROR>
    <p>1

a</p>
  </para>
dginev commented 1 year ago

I believe nature.cls is not yet supported by latexml, adjusting issue title to reflect that. CTAN docs here