Latexify.jl
Latexify.jl copied to clipboard
Change the behavior of bar?
Currently, ū gets translated to
julia> latexify("ū")
L"$\textnormal{\={u}}$"
Is there any interest in turning it into \bar{u}? Perhaps we can have a "math" option that helps this?