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

Printing/exporting HTML - Display "Bugs" #2083

Open davidmanheim opened 6 days ago

davidmanheim commented 6 days ago

Description

Printing the HTML puts each element in a box, and exporting to E-pub adds a "Report Issue for Preceding Element" button for each one.

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

For HTML export, it has a header for each page and boxes around elements; image

For Epub export, it looks like this: image

(Printing or using original PDFs is an option, but doesn't allow resized/non-standard pages nor easy use of e-readers.)

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

Other

Internal issue ID

f48cd459-2b93-41e3-9ae5-395cd7f8a693

Paper URL

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

Browser

Chrome/128.0.0.0

Device Type

Desktop

github-actions[bot] commented 6 days ago

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

dginev commented 6 days ago

@davidmanheim you are likely a very early adopter of a "print for HTML" workflow for arXiv.

Could you elaborate a little as to why you are attempting that, rather than printing the PDF - which is the format well-optimized for the paper medium.

davidmanheim commented 6 days ago

I'm trying to put the paper on my e-reader, which often chokes on PDFs with math or figures, but there are several ways to convert to a usable format. I was trying to printing HTML to a epub, via EpubPress, or convert directly, via https://dotepub.com/.

(But fixing this would also enable if I wanted to print the paper to a non-standard paper size, instead of the PDF. Of course, perhaps recompiling the LaTeX with a different page size makes more sense in that case, but it's also more technically involved.)

dginev commented 6 days ago

@davidmanheim Interesting. To me this sounds like a request for an ePub-generating workflow.

Which has an experimental start in LaTeXML, and could be extended...

chrisjcameron commented 6 days ago

Thanks for this feedback! The epub conversion is picking up some information that is usually invisible to sighted users and available to screen readers. The visibility can be toggled with alt y (on) alt shift y (off) but this will only help if the epub converter respects display: none. Can you try again after pressing alt shift y?

edit: removed email cruft

davidmanheim commented 6 days ago

Alt Shift Y does not work.

But I'd be absolutely thrilled for a direct epub export!