LaTeXML
LaTeXML copied to clipboard
JATS: <monospace> not output into JATS
REPRO STEPS:
With the following input.tex
:
\documentclass[]{article}
\begin{document}
The code is \texttt{FOOBAR}.
\end{document}
run through latexmlc --format=jats input.tex
GOT:
...
<p id="p1">The code is FOOBAR.</p>
...
EXPECTED:
...
<p id="p1">The code is <monospace>FOOBAR</monospace>.</p>
...
VERSION: 0.8.8