Re: pdflatex mi sporca la cartella

#8108
Up
0
Down
::


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\..

Go to top