brucemiller / LaTeXML

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

Institution references (aa.cls) #2305

Open aurelienfalco opened 5 months ago

aurelienfalco commented 5 months ago

In the authors list and institutions list, the references to institutions are broken.

dginev commented 5 months ago

@aurelienfalco thank you for the report, but could you please provide a minimal example of the behavior you are reporting? Either via a small source snippet, or where you encountered it (e.g. an arXiv article link). Thanks!

aurelienfalco commented 5 months ago

Here is an example: https://arxiv.org/html/2401.06608v1

dginev commented 5 months ago

Much appreciated. I see the issue, and can reproduce it with the latest LaTeXML master. It appears that we need to improve our binding for aa.cls.

A self-contained minimal example extracted from that article is:

\documentclass[]{aa}
\usepackage{hyperref}

\author{J\'er\'emy Leconte\inst{1}, Aymeric Spiga\inst{2}, No\'e Cl\'ement\inst{1}, %
Sandrine Guerlet\inst{2,3}, Franck Selsis\inst{1}, Gwena\"el Milcareck\inst{2}, %
Thibault Cavali\'e\inst{1,3}, Rapha\"el
Moreno\inst{3}, Emmanuel Lellouch\inst{3}, \'Oscar Carri\'on-Gonz\'alez\inst{3}, Benjamin Charnay\inst{3}, %
Maxence Lef\`evre\inst{4}}

\institute{
Laboratoire d'astrophysique de Bordeaux, Univ. Bordeaux, CNRS, B18N, all\'ee %
Geoffroy Saint-Hilaire, 33615 Pessac, France
\and
Laboratoire de M\'et\'eorologie Dynamique (IPSL), Sorbonne Universit\'e, %
Centre National de la Recherche Scientifique, %
\'Ecole Polytechnique, \'Ecole Normale Sup\'erieure, Paris, France
\and
LESIA, Observatoire de Paris, Universit\'e PSL, CNRS, Sorbonne Universit\'e, %
Universit\'e de Paris, 5 place Jules Janssen, 92195 Meudon, France
\and
LATMOS/IPSL, Sorbonne Université, UVSQ Universit\'e Paris-Saclay,  CNRS, Paris, France
}
\title{Test}
\begin{document}
\maketitle
\end{document}