LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

IEEEproof: Proof name not respected

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

\documentclass{IEEEtran}
\begin{document}
\begin{IEEEproof}[Proof of Pythagoras]
abc.
\end{IEEEproof}
\end{document}

LaTeX output:

Proof of Pythagoras: abc. ∎

LaTeXML output:

  <proof>
    <title class="ltx_runin" font="bold italic">Proof:</title>
    <para xml:id="p1">
      <p>abc.
∎</p>
    </para>
  </proof>

The name Proof of Pythagoras is lost.

Also, the LaTeX font isn't "bold italic".

nschloe avatar Apr 26 '23 11:04 nschloe