arXiv / html_feedback

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

https://arxiv.org/abs/2410.18113 html wrong #2438

Open wzh4464 opened 1 week ago

wzh4464 commented 1 week ago

Description

only footnote and references are available.

(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

ade76aee-fc85-4c99-8a6a-c4487bbc570c

Paper URL

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

Browser

Firefox/133.0

Device Type

Desktop

github-actions[bot] commented 1 week ago

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

wzh4464 commented 1 week ago

I figure out that at local, i should add --path=./sections to use latexmlc correctly.

dginev commented 1 week ago

Well-identified, as this is a limitation due to latexml not emulating the deeper internal macro layer for path inputs.

Specifically, the article uses:

\def\input@path{{sections/}}

which isn't part of the public LaTeX interface, and hasn't been used internally by latexml. We support the TEXINPUTS enviornmental variable, as well as \graphicspath for graphics.

For use in arXiv today, you may need to provide the accurate relative path from the main TeX file to each input.