Author list does not create newline from \AND macro (acl.sty)
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
The comment in the .tex source suggests that the uppercase \AND macro should simply begin a new line of authors, rather than getting rendered into the final text.
### (Optional:) Please add any files, screenshots, or other information here.
```latex
% Author information can be set in various styles:
% For several authors from the same institution:
% \author{Author 1 \and ... \and Author n \\
% Address line \\ ... \\ Address line}
% if the names do not fit well on one line use
% Author 1 \\ {\bf Author 2} \\ ... \\ {\bf Author n} \\
% For authors from different institutions:
% \author{Author 1 \\ Address line \\ ... \\ Address line
% \And ... \And
% Author n \\ Address line \\ ... \\ Address line}
% To start a seperate ``row'' of authors use \AND, as in
% \author{Author 1 \\ Address line \\ ... \\ Address line
% \AND
% Author 2 \\ Address line \\ ... \\ Address line \And
% Author 3 \\ Address line \\ ... \\ Address line}
\author{
Xiaoding Lu$^\S$
\quad
Zongyi Liu
\quad
Adian Liusie$^\S$
\quad
Vyas Raina$^\S$
\quad
Vineet Mudupalli$^\S$
\AND
Yuwen Zhang$^\P$
\quad
William Beauchamp$^\S$
\\\\
$^\S$University of Cambridge
\quad
$^\P$University College London
\\\\
Chai Research
}
```
The renderer produces the following HTML: `\AND`

### (Required) What is this issue most closely related to? Select one.
Other
### Internal issue ID
07f5e990-7d60-45e6-9cb1-35274d8b21a4
### Paper URL
https://arxiv.org/html/2401.02994v3
### Browser
Chrome/133.0.0.0
### Device Type
Desktop
Contributor guide
Research direction
Start with the acl.sty author-macro definitions and reproduce the reported paper from its .tex source or the linked arXiv URL. Trace how \AND is handled by the HTML renderer; done means it creates a new author row instead of appearing as an ltx_ERROR span.
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
- 45/100