Kolaru / MathTeXEngine.jl

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

The "not equal to" character is not available? #76

Closed junyuan-chen closed 1 year ago

junyuan-chen commented 2 years ago

Thank you for working on this!

But, how should the not equal to character (≠) be typed? I am using LaTeX with CairoMakie.jl. Typing \neq gives an empty square and directly copying the character doesn't work either.

Kolaru commented 2 years ago

It is missing in the last version compatible with Makie, but works on master.

Once https://github.com/JuliaPlots/Makie.jl/pull/2139 go through it will be available to CairoMakie.

Kolaru commented 1 year ago

Now work with the latest stable of CairoMakie.