Python latex expression renderer #5
Labels
No labels
bug
distribution
duplicate
enhancement
help wanted
invalid
Platform: Linux
Platform: MacOS
Platform: Windows
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Ad5001/LogarithmPlotter#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should be an helper on python's side that renders latex strings to temporary images (signature based) images.
Currently, the stack uses
pdflatex
anddvipng
to generate formulas. Packaging dvipng is doable, but LaTeX will be much more difficult for Windows and macOS.Ideally, another simpler library should be used in the future e.g:
Required tasks:
Closing for now, might be reopened if switched to another latex framework.