pplatex icon indicating copy to clipboard operation
pplatex copied to clipboard

--output-directory command line option is ignored

Open raphinesse opened this issue 10 years ago • 2 comments

ppdflatex --output-directory=build document.tex should put all compiled files in a directory called build. At least that works with MiKTeX. Might be an extension (I don't know), but it's crucial to me.

raphinesse avatar Sep 06 '15 10:09 raphinesse

Same here under Linux. It' crucial to me too since my source folder is non-writeable and thus I'm getting some segmentation fault.

dbankmann avatar Dec 20 '16 12:12 dbankmann

I did a quick test and it seems to work for me - the output directory has to exist before though.

The --output-directory option is passed directly to the latex command. I am using Tex Live from Debian/Ubuntu, it might be a LaTeX distribution specific parameter.

stefanhepp avatar May 23 '21 13:05 stefanhepp