LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
Packages requested: - mhchem.sty - bpchem.sty - chemfig.sty Part of the larger #559 issue for providing packages currently in use by latex-writing scientists. A chemistry postdoctoral fellow recently requested support...
The [apacite](https://www.ctan.org/pkg/apacite?lang=en) package appears to be essential for a number of scientific subfields that follow the APA citation guidelines. It has been requested in Authorea, in particular w.r.t the `\citeNP`...
MWE: ```latex \documentclass{llncs} \begin{document} \keywords{Lorem \and ipsum} \maketitle \keywords{Lorem \and ipsum} \end{document} ``` LaTeXML output: ```xml Lorem and ipsum Lorem ipsum ```
As reported by @rzach in https://github.com/vlmantova/bookml/issues/11, when using `\usepackage[cal=boondoxo]{mathalfa}`, LaTeXML should redefine `\mathcal` as an alias for `\mathscr`. As of now, it annotates the output of `\mathcal` with the class...
Fix #2235, at least when it comes to empty set and (capital) script characters. Unicode specifies a few other sequences but I haven't found which macros or fonts should have...
```latex \documentclass{revtex4} % \documentclass{article} \begin{document} \section{iNtRoDuCtIoN} \end{document} ``` LaTeX output:  LaTeXML output: ```xml IiNtRoDuCtIoN ```
MWE: ```latex \documentclass{nature} \spacing{1} \begin{document} a \end{document} ``` LaTeXML output: ```xml \spacing 1 a ```
MWE: ```latex \documentclass{elsarticle} \begin{document} \begin{frontmatter} \begin{keyword} Lorem \MSC[abc] ipsum \end{keyword} \end{frontmatter} \end{document} ``` LaTeX output:  LaTeXML output: ```xml Lorem [abc] ipsum ``` (Note the literal treatment of `[abc]`.)
MWE: ```latex \documentclass{elsarticle} \begin{document} \begin{frontmatter} \author{Jane Doe} \ead[url]{https://example.com} \end{frontmatter} \end{document} ``` LaTeX output:  LaTeXML output: ```xml Jane Doe [ url]https://example.com ```
MWE: ```latex \documentclass{article} \begin{document} \section{\bigskip Introduction} \end{document} ``` LaTeX output:  LaTeXML output: ```xml 1 1 §1 1Introduction ```