Possible Duplicate:
Prevent pdflatex from writing a bunch of files.
I use Aquamacs and TeX Live 2009 to edit my Latex files. Is there a way to define a default or project-based path where the auxiliary output of latex is put? All my latex folders are cluttered with bbl or blg files.
Is there a possible setting, that latex puts the pdf in folder A, auxiliary files in folder B and assure that the preview still knows where to find the pdf?
--output-directory=dirparameter several time, but I did not know where to specify this in Aquamacs... – Eric Oct 01 '11 at 06:24TeX-command-extra-optionsto be (for example)"--output-directory=dir". Of course, if you want dir to change for each file, then you'll have to add some elisp code to a hook etc. – Ivan Andrus Aug 10 '16 at 14:50