-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
telegramify: Add support for latex image rendering #41
Comments
Local rendering may introduce potential RCE, so we decided to build in some latex on http |
Dense math tex may disrupt the continuity of reading. |
Extending the parser for non-native grammars may cause undesired conversions to occur. Publishing to an online service would also break the responsibilities of the dependent library. So I decided to render the entire text paragraph in Latex and attach the original message. |
I ran into problems with the implementation that the Python ecology couldn't solve: The option that balances reproducibility and comprehensibility is to render additional images of paragraphs with latex and attach the original content. But the Python ecosystem makes this hard to do, and many latex tools require us to install the tex-live suite (which is huge) and render poorly. Maybe it's time to turn to the front-end tech stack |
No description provided.
The text was updated successfully, but these errors were encountered: