Open albertomercurio opened 8 months ago
Maybe solved by https://github.com/JuliaPlots/MakieTeX.jl?
Yep, that's the idea!
Ok, thanks. It seems to still not be ready for a general preamble with a general package, right? But it is on the way to do it. So, great.
You can create a TeXDocument which is just a regular latex document (though not multi file). So it can render arbitrary latex including packages. Just put the entire document as a String into the TeXDocument constructor.
Hello,
I was wondering about a possible implementation of a standalone Latex backend. Matplotlib already has this feature, with the possibility to even define a preamble
So that I'm able to use the
physics
package in my figures.I know that Makie.jl uses MathTeXEngine.jl for the Latex, which is a great solution for simple implementations. However, I think that there might be a limit in several circumstances. For instance, as I already mentioned, when using external packages, or when a different font is needed.