Skip to content

Commit

Permalink
Invoke tectonic correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jun 5, 2024
1 parent dc1d20b commit f1ea889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/tex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f1ea889

Please sign in to comment.