GeneralDecluttering your working directory

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
danep
Posts: 3
Joined: Fri Jan 23, 2009 1:27 am

Decluttering your working directory

Post by danep »

When I build my LaTeX documents, 4-5 temporary files are produced each time. I understand that some of these are intermediate files necessary for certain features (i.e. tables of contents) to work, but they are certainly not something that I need to see. For the same reason, simply using a script to relocate them might not be the best idea, as I expect it would break functionality. Does anyone know of a way to hide these files, either by actually setting their "hidden" attribute or by having them be stored in a separate .tmp folder?

My setup consists of Miktex, generating using pdflatex, editing in Texniccenter on Windows. Thanks!

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

danep
Posts: 3
Joined: Fri Jan 23, 2009 1:27 am

Re: Decluttering your working directory

Post by danep »

Ah, nevermind, I just stumbled across the --aux-directory switch for MikTex! I don't know how I missed this before.
Post Reply