Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
97 stars 19 forks source link

Combining accent too low for big letters #89

Closed Kolaru closed 1 year ago

Kolaru commented 1 year ago
with_theme(Theme(fontsize = 35)) do 
    f = Figure()
    Axis(f[1, 1],
        title = L"\frac{x + y}{\sin(k^2)}",
        xlabel = L"\sum_a^b{xy}",
        # ylabel = L"\sqrt{\frac{a}{b}}",
        ylabel = L"\dot{Q}\dot{a}\vec{Q}",
    )      
    f
end

image