JuliaPlots / MakieTeX.jl

TeX integration in Makie
MIT License
86 stars 12 forks source link

Batch render latexstrings #35

Closed asinghvi17 closed 2 years ago

asinghvi17 commented 2 years ago

Render an array of latexstrings, one per page, in a multipage standalone document. This should drastically decrease compile times for e.g. axis labels.

To do this, a refactor of the compilation pipeline might be required, possibly as a separate pipeline for the cachedtex. Maybe we could use some kind of PDF splitter, perhaps using Ghostscript as indicated. We already depend on it so this should be trivial.