korsbo / Latexify.jl

Convert julia objects to LaTeX equations, arrays or other environments.
MIT License
562 stars 59 forks source link

Change the behavior of bar? #243

Closed pdeffebach closed 2 months ago

pdeffebach commented 1 year ago

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?