Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
96 stars 20 forks source link

Support for spaces: \, \quad and others #29

Closed mmikhasenko closed 3 years ago

mmikhasenko commented 3 years ago

\, is often needed for the labels https://www.overleaf.com/learn/latex/Spacing_in_math_mode

Kolaru commented 3 years ago

Using CairoMakie latest stable version this seems to work now.

You need to update CairoMakie since there was an incompatibility beforehand between Makie and MathTeXEngine.

Please reopen if the problem persists.