Skip to content

Unicode dot not retranscribed #282

@Doublonmousse

Description

@Doublonmousse

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
image

Same for other symbols :

(@latexify ẋ)

returns L"$\textnormal{\.{x}}$"
and renders
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions