Is it possible to have further lines in a TexShop engine which copy the resulting PDF to a different folder? (The reasoning: The new location would be a shared folder so only when the PDF-run was successful new versions get shared)?
Asked
Active
Viewed 45 times
0
if [ $exit_status -eq 0 ]). When you put the check in your TexShop engine script directly below the call topdflatexthen the$?variable will contain the exit code frompdflatex(orxelatex,lualatex,latexmk, or whichever you use). – Marijn Dec 10 '18 at 09:33