MiKTeX and proTeXt ⇒ Compiler creating extra .aux files everywhere
Compiler creating extra .aux files everywhere
What i was wondering is if its normal for it to produce so many .aux-files now, and what the reason why could be? Dont seem to remember miktex 2.7 doing it, unless you wrongly tried to compile something else than the masterfile.
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Compiler creating extra .aux files everywhere
If you don't like the .aux files, use \input instead of \include. This will not issue the \clearpage command that comes with \include, and won't be processed by \includeonly, but it should eliminate the .aux files unless I'm mistaken.