KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

DO NO MERGE debug lualatex #206

Closed tpapp closed 4 years ago

tpapp commented 4 years ago

debugging build issues in #205 without messing up that PR further

DO NOT MERGE

tpapp commented 4 years ago

The issue is fixed now, it was a missing luatex85.sty file in the image, closing.

KristofferC commented 4 years ago

How did you fix this? Is it worth adding something about it in the installation docs?

tpapp commented 4 years ago

The docker image needed a texlive-luatex package. See

https://github.com/tpapp/texlive-julia-minimal-docker/pull/20

We currently provide no specific recommendations for packages, but on Ubuntu either texlive-base or texlive-full should include it. The Docker image didn't because I was trying to be minimal.