LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

llncs: `\and` ignored after `\maketitle`

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

MWE:

\documentclass{llncs}

\begin{document}
\keywords{Lorem \and ipsum}

\maketitle

\keywords{Lorem \and ipsum}
\end{document}

LaTeXML output:

  <keywords name="Keywords">Lorem  and ipsum</keywords>
  <keywords name="Keywords">Lorem ipsum</keywords>

nschloe avatar Nov 01 '23 12:11 nschloe