Hi,
I am trying to render a LaTeX formulae containing an integral, using Luxor. I've tried on two different computers, and obtained two different results, but never the correct one. Is it an expected behaviour? Thanks!
using Luxor
using MathTeXEngine
d = @png begin
fontsize(20)
text(L"\int_{\Gamma} \nabla f dA", O)
end 200 100 "mwe.png"
display(d)
The result:
