Skip to content

Commit

Permalink
Fix tectonic depwarn
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jun 5, 2024
1 parent a1ac052 commit e3cd177
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rendering/tex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ function compile_latex(

try
latex = if tex_engine == `tectonic`
tectonic_jll.tectonic() do bin
run(pipeline(ignorestatus(`$bin temp.tex`), stdout=out, stderr=err))
end
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 e3cd177

Please sign in to comment.