Pre-process unicode chars in MathJax #7
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/scribble-math#7
Loading…
Reference in New Issue
Block a user
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?
We should replace a palette of known Unicode chars with their LaTeX equivalent where possible.
See https://github.com/mathjax/MathJax/issues/1801, the width of some characters is not correctly computed in the HTML-CSS mode (which we use for now to have as much compatibility as possible), and the
ᵢ
does not look like_i
anyway (it's a straighti
, and does not use the math font).Partially done with
(map katex-convert-unicode (flatten strs))
, but this should also handle delayed scribble elements, and support more characters (I need to make my.XCompose
database a bit more complete and export the LaTeX translations contained within)