brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
961 stars 101 forks source link

revtex4: `\altaffiliation` takes optional argument #2265

Open nschloe opened 1 year ago

nschloe commented 1 year ago

MWE:

\documentclass{revtex4}

\begin{document}

\author{Jane X. Doe}
\affiliation{Lorem}
\altaffiliation[Also at ]{Ipsum}

\maketitle

\end{document}

LaTeX output:

screenshot_2023-11-02-170332

LaTeXML output:

  <creator role="author">
    <personname>Jane X. Doe</personname>
    <contact role="affiliation">Lorem</contact>
    <contact role="affiliation">[</contact>
  </creator>

Seen in the wild with Now at and Present address: as well.