diff --git a/src/rendering/tex.jl b/src/rendering/tex.jl index 4088b6b..8eb1c3e 100644 --- a/src/rendering/tex.jl +++ b/src/rendering/tex.jl @@ -40,7 +40,7 @@ function compile_latex( try latex = if tex_engine == `tectonic` - run(pipeline(ignorestatus(`$(tectonic_jll.tectonic) temp.tex`), stdout=out, stderr=err)) + run(pipeline(ignorestatus(`$(tectonic_jll.tectonic()) temp.tex`), stdout=out, stderr=err)) else # latexmk latex_cmd = `latexmk $options --shell-escape -cd -$use_tex_engine -interaction=nonstopmode temp.tex` run(pipeline(ignorestatus(latex_cmd), stdout=out, stderr=err))