How can i create 2 pdf files (Output01.pdf and Main.pdf) from one main.tex?
Output01.pdf in Folder Ouput
And
Main.pdf in same Forder with main.tex
Example my main.tex:
\documentclass{article}
\begin{document}
Hello world
\end{document}
Thank in advance
-jobname=Output01or-jobname=Mainin the compilation command formain.texshould do the trick. If this doesn't work, try with two dashes:--jobname. – frougon Mar 28 '20 at 08:54