Skip to content

Incorrect LaTeX rendering #317

@bmxam

Description

@bmxam

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:
mwe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions