SimonDanisch / UnicodeFun.jl

Functions to transform text into unicode symbols, e.g. latex --> unicode
Other
33 stars 7 forks source link

`\int` parses as `\in t` #14

Open Jutho opened 5 years ago

Jutho commented 5 years ago
julia> to_latex("\\int")
"∈t"