arXiv / arXiv/html_feedback

Author missed when \author has both star and optional arg

Open
#1,501 2 comments 0 reactions 0 assignees View on GitHub
latexml-oxide needs-latex-package
Dominant language
No language data
Stars
42
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### 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](https://arxiv.org/abs/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

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the provided minimal LaTeX example, using the linked arXiv HTML paper as a reference for the failure. Trace how the HTML conversion handles the \author command when it has both a star and an optional argument; done means all three authors are recognized with their affiliations in the converted output.

Written by the indexing model from the issue text.

Assessment

Tech stack
latex
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.