arXiv / html_feedback

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

Incorrect year saying 2018, but should be 2024 #1545

Open fedorvb opened 3 months ago

fedorvb commented 3 months ago

Description

Incorrect year saying 2018, but should be 2024

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

No response

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

Choose One

Internal issue ID

2cfb2465-2253-42fe-82c7-c8c02918d652

Paper URL

https://arxiv.org/html/2402.11139v1

Browser

Chrome/126.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 3 months ago

Location in document: ltx_abstract

Selected HTML:

(2018)

github-actions[bot] commented 3 months ago

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

dginev commented 3 months ago

This is due to the source file containing:

\copyrightyear{2018}
\acmYear{2018}

Currently latexml will create a visible date for \copyrightyear, which is the one reported. Instead, I suspect the expectation is to match the PDF, which has a footnote with the content © 2018.

This requires a change to latexml's acmart.cls.ltxml, which is also scheduled for an overall review.