LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

`elsarticle` `\ead` takes optional argument

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

MWE:

\documentclass{elsarticle}

\begin{document}

\begin{frontmatter}

\author{Jane Doe}
\ead[url]{https://example.com}

\end{frontmatter}

\end{document}

LaTeX output:

screenshot_2023-10-31-131120

LaTeXML output:

  <creator role="author">
    <personname>Jane Doe</personname>
    <contact role="email">[</contact>
  </creator>
  <para xml:id="p1">
    <p>url]https://example.com</p>
  </para>

nschloe avatar Oct 31 '23 12:10 nschloe