LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

Add support for nature.cls

Open nschloe opened this issue 2 years ago • 1 comments
trafficstars

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>

nschloe avatar Oct 31 '23 10:10 nschloe

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

dginev avatar Oct 31 '23 13:10 dginev