General[XeLaTeX] Use a different output folder for temporary files

General information and discussion about TeXnicCenter
Post Reply
MoonKid
Posts: 8
Joined: Sun Nov 18, 2012 4:21 pm

[XeLaTeX] Use a different output folder for temporary files

Post by MoonKid »

When running XeLaTeX a lot of extra files are generated. Is there a way to put them automaticly in a sub-folder (e.g. .out)?

I extended the compiler options with
-output-directory=.out

Now the compiler path is C:\texlive\2016\bin\win32\xelatex.exe.
And the compiler options are -synctex=-1 -interaction=nonstopmode "%wm" -output-directory=.out.

I also tried out and ./out.

It has no effect. No error. And I tried it at commandline calling xelatex direct. No effect, no error message.
XeLaTeX from CTAN TeX-Live
with vim-latexsuite from an Ubuntu-based OS

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

[XeLaTeX] Use a different output folder for temporary files

Post by Stefan Kottwitz »

You could try absolute paths: -output-directory=C:\out And/or -aux-directory=C:\out.

Stefan
LaTeX.org admin
MoonKid
Posts: 8
Joined: Sun Nov 18, 2012 4:21 pm

[XeLaTeX] Use a different output folder for temporary files

Post by MoonKid »

No effect. No error. In combination and just one of each. :(
XeLaTeX from CTAN TeX-Live
with vim-latexsuite from an Ubuntu-based OS
Post Reply