Latexify.jl icon indicating copy to clipboard operation
Latexify.jl copied to clipboard

Change the behavior of bar?

Open pdeffebach opened this issue 3 years ago • 0 comments

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?

pdeffebach avatar Jan 12 '23 15:01 pdeffebach