Anshul Singhvi
Anshul Singhvi
[MakieTeX.jl](https://github.com/JuliaPlots/MakieTeX.jl) just went through a pretty big refactor and now supports all kinds of vector formats (PDF, SVG, and of course TEX). Adding Typst support (through Typstry.jl in the same...
Exactly - loading MakieTeX would ideally redefine methods in Makie to cause LaTeXStrings to render via itself instead of MathTeXEngine. > essentially copy the LaTeX API Yes - the idea...
That's also doable - we could offer e.g. `TeX"..."` as a shorthand as well as allowing all of the document types to be rendered correctly!
This is more for the external usecase. The idea is that we shouldn't override the native Makie rendering, but we can extend it, so a different input format would indicate...
We could just provide a method in MakieTeX that `eval`'s in the hijacking, but having to pass through an extra attribute for every text object seems like a lot of...
Some of this looks like something which might be solved in #4026, if the translations and scaling are sufficiently large. @xlxs4 could you show `plot.model` from the satellite mesh plot?
How would you refer to the type if it's in a different scope, though? Wouldn't that be unavailable to the non-`esc`'ed code?
Gotcha, looks like most things are interpolated there and only a few use `esc`. Will give it a shot, thanks!
To clarify, are the videos below similar to what you experienced? `zero_start = true`: https://github.com/MakieOrg/Makie.jl/assets/32143268/e58d0090-6017-4fda-9a3f-ccb4b8a78931 `zero_start = false`: https://github.com/MakieOrg/Makie.jl/assets/32143268/721c8505-229f-48ed-aea7-ecacad2f6ec1
With GLMakie and `zero_start = true`, I get this: https://github.com/MakieOrg/Makie.jl/assets/32143268/0fb9aa3c-dcaa-45da-a6c7-ad24f4929cea so it looks like this issue is only happening in CairoMakie. The flipping of the axis would seem to indicate...