arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
14 stars 2 forks source link

Author missed when \author has both star and optional arg #1501

Open blefloch opened 1 week ago

blefloch commented 1 week ago

Description

With Proceedings of Science (pos.sty) style, an author described by \author*[a]{Author name} is not recognized by the html conversion. Probably the following minimal example (simplified from the actual arXiv paper) should exhibit that problem, but I cannot easily test the html conversion. It is not clear to me whether the license of the pos.sty style file allows posting it here, but it is included in some arXiv contributions such as arXiv:2103.02925.

\documentclass{article}
\usepackage{pos}
\title{Title of the article}
\author*[a]{First author name}
\author[b]{Second author name}
\author[a]{Third author name}
\affiliation[a]{First affiliation University}
\affiliation[b]{Second affiliation University}
\emailAdd{first@example.org}
\emailAdd{second@example.org}
\emailAdd{third@example.org}
\abstract{A long abstract.}
\FullConference{The conference name and dates}
\begin{document}
\maketitle
\end{document}

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Other

Internal issue ID

8db99523-8046-441e-b3c4-2791b4ed3d99

Paper URL

https://services.arxiv.org/html/submission/5663246/view

Browser

Firefox/126.0

Device Type

Desktop

html-feedback-bot[bot] commented 1 week ago

Location in document: p1.1

Selected HTML: [a]Karim Benakli

github-actions[bot] commented 1 week ago

Hello @blefloch, thanks for the issue report! We are reviewing your report and will address it as soon as possible.