17 Marzo 2006 alle 10:45
#8108
::
Nella documentazione di Miktex ho trovato questo:
Specifying the Directory for Auxiliary Files
The option -aux-directory=dir causes TeX to create auxiliary files in another directory. For example:
> mkdir C:\texoutput
> mkdir C:\tobedeleted
> latex -output-directory=C:\texoutput -aux-directory=C:\tobedeleted foo.tex
…
>
This ensures that 1) foo.dvi will be created in C:\texoutput\ and 2) all other files (foo.log, …) will be created in C:\tobedeleted\..