JuliaPlots / MakieTeX.jl

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

dvisvgm BinaryBuilder #5

Closed SimonDanisch closed 2 years ago

SimonDanisch commented 3 years ago

https://dvisvgm.de/Downloads/ Deps:

asinghvi17 commented 2 years ago

Turns out that dvisvgm is suboptimal - conversion using pdftocairo (Poppler_jll), Ghostscript (Ghostscript_jll) and a Perl script (Perl_jll) for PDF cropping seem to yield a superior output. I've switched to that pipeline for this.

The only other thing we would need for this to work would be a LaTeX JLL, but I don't think that's going to happen anytime soon :D