MakieOrg / MakieTeX.jl

TeX integration in Makie
http://makieorg.github.io/MakieTeX.jl/
MIT License
92 stars 13 forks source link

Better pipeline for teximg #29

Closed asinghvi17 closed 2 years ago

asinghvi17 commented 2 years ago

We should convert the input into cached tex in the plot recipe, so that we can avoid unnecessary tex recompilation.

asinghvi17 commented 2 years ago

Also, since Makie now does text layouting internally, we can likely override Text as opposed to the current recipe approach. C.f. the Makie L-string implelentation.