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

massive text #428

Open Berowne opened 7 months ago

Berowne commented 7 months ago

Description

around Figure 4 there is massive text filling half the screen ... \vb \c equ ... overlaying the images in the figure.

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

from jinja2 import Template

def render_homepage_featured_playlist(): ## COMPLETE CODE HERE

featured = get_featured_playlist() return template.render(featured=featured)

@app.route(’/’) def homepage(): # … return render_homepage_featured_playlist() {myverbbox}\vbcodeaa

from jinja2 import Template

def render_homepage_featured_playlist(): template = Template("featured.name", autoescape=True)

featured = get_featured_playlist() return template.render(featured=featured)

@app.route(’/’) def homepage(): # … return render_homepage_featured_playlist()   {myverbbox}\vbcodeqa from jinja2 import Template

Human: Current year: 2023. --

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

Formula

Internal issue ID

e53d3b59-3727-448a-a316-367d68fd3aaa

Paper URL

https://arxiv.org/html/2401.05566v3

Browser

Chrome/120.0.0.0

Device Type

Desktop

github-actions[bot] commented 7 months ago

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