-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
It is possible in julia to add a dot to variables doing \dot + <TAB> so that θ̇ and ẋ are valid variables.
But (probably because of unicode parsing), these dots are not parsed to a \dot command by Latexify.
Hence
(@latexify θ̇)returns
L"$θ̇$" and that renders weirdly

Same for other symbols :
(@latexify ẋ)Metadata
Metadata
Assignees
Labels
No labels
