General ⇒ Relocate *.aux ect files
-
- Posts: 9
- Joined: Sat Dec 13, 2008 10:33 pm
Relocate *.aux ect files
I am wondering if it is possible to do so that all the files that are created in the compileing of a latex document, i.e. *.aux, *.bbl etc. is relocated into another folder when the document has been compiled, so that they dont cause so much trouble with updateing and commiting a svn?
Im using TexLive2008 and TexnicCenter as an editor.
Best regards
Mads
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Relocate *.aux ect files
-
- Posts: 9
- Joined: Sat Dec 13, 2008 10:33 pm
Relocate *.aux ect files
okay, can you help me on how it work, or a link where i can read about it? I would like to continue to use Texniccenter to compile through, if possible.phi wrote:pdfTeX has an -output-directory command line option.
Re: Relocate *.aux ect files
-
- Posts: 9
- Joined: Sat Dec 13, 2008 10:33 pm
Re: Relocate *.aux ect files
my project is stored like this;
\LaTeX\
-\scr\ <- all latex files and bibtex
-\pictures\ <- all pictures in the latex document.
what i would like to add to this is a \LaTeX\log\ <- all the latex generated files such as aux, bbl etc.
is there any fancy way to do this so i don't need to change it for every project?
Re: Relocate *.aux ect files
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Relocate *.aux ect files
Code: Select all
%& -output-directory=../log
In TXC you can add this switch (without "%&") to the command line arguments for the compiler as already pointed out by phi. Start TXC, press Alt+F7 and adapt your favorite profile (or maybe all).
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10