dagmawibabi / ScholArxiv

ScholArxiv is an open-source aesthetic and minimal app that allows users to search, read, bookmark, share, download and view summaries of academic papers from the arXiv repository.
GNU General Public License v3.0
544 stars 21 forks source link

Rendering Issue with Mathematical Notation #11

Closed AbhiTheModder closed 3 weeks ago

AbhiTheModder commented 4 weeks ago

Hello, First of all, I would like to express my gratitude for developing such an amazing app. I have been using it regularly and it has been a great help to me.

Description: There's an issue with the rendering of mathematical notation in the titles of some research papers. [See Screenshots Below]

Screenshots: Screenshot_2024-08-20-07-05-21-437_com example arxiv Screenshot_2024-08-20-07-13-13-537_com example arxiv Screenshot_2024-08-20-07-13-22-112_com example arxiv

Expected Behavior: The mathematical notation in the title should be rendered correctly.

Actual Behavior: The mathematical notation in the title is not being rendered correctly.

Additional Context: I believe this issue is due to the use of special characters and LaTeX syntax, which may not be fully supported in the current rendering engine. maybe using packages like flutter_tex or flutter_math_fork might fix it.

dagmawibabi commented 3 weeks ago

Thank you for your amazing contribution and for closing this issue.