arXiv / html_feedback

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

figure subtitle failed #925

Open erkinalp opened 5 months ago

erkinalp commented 5 months ago

Description

figure subtitle overflows over paragraph body

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

view the article in html

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

Figures

Internal issue ID

c1b9636b-001c-42a5-a22c-d1fc8b8dda8f

Paper URL

https://arxiv.org/html/2404.01744v2

Browser

Firefox/125.0 beta

Device Type

Desktop

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

Location in document: S4.SS1.p5.pic1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.p1.1

Selected HTML: Below, you are presented with {n_candidates} candidate functions. Your task is to analyze a specific query to determine which of these functions most appropriately addresses the query. Then, construct the correct function call with all necessary parameters, adhering to proper syntax. Format for function call: function_name(param1, param2, …) Candidate Functions: {candidates} def irrelevant_function(): ”’If user query is not related to any of the predefined functions, this function will be called. Args: Returns:”’ Query:{query} Example Scenario: Query: "Change user’s display mode to dark theme." Given Functions: switch_theme(theme), set_brightness(level), irrelevant_function() Output: switch_theme("dark") Your goal is to select the most suitable function out of the n_candidates candidates and generate an accurate function call that directly addresses the query. Ensure the output is a syntactically valid function call. Only return the function call.

github-actions[bot] commented 5 months ago

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