JuliaTeX / TikzPictures.jl

Creating PGF/TikZ pictures and saving them in various formats
Other
89 stars 28 forks source link

Failure to precompile do to Tectonic issue #82

Closed jpfairbanks closed 1 year ago

jpfairbanks commented 2 years ago

The issue https://github.com/MichaelHatherly/Tectonic.jl/issues/13, prevents Tectonic from precompiling on M1 Macs until an upstream tectonic issue is resolved. Is there a way to prevent that precompile issue from propagating to TikzPictures?

From looking at the TikzPictures src, it appears that lualatex is the default engine with Tectonic being opt-in.

jpfairbanks commented 2 years ago

Upstream says that we can use a JLL version if we don't need biber support. Would switching to that help?

https://github.com/MichaelHatherly/Tectonic.jl/issues/13#issuecomment-1230254674

mykelk commented 2 years ago

We don't need biber support.

adrienbanse commented 1 year ago

Hi @jpfairbanks @mykelk Any progress on this? I'm not able to precompile TikzPictures on my M2 mac because of Tectonic, is there any workaround?

mykelk commented 1 year ago

@dylan-asmar is looking into this.