Hi.
When I do PDFLaTeX then it builds all kinds of files: .aux, .log, .out, .synctex.gz
and I find it very messy.
Is it possible to configure it to build only pdf?
Texmaker and TeXstudio ⇒ TeXstudio | Build only PDF
-
- Posts: 5
- Joined: Thu Sep 08, 2011 9:20 am
TeXstudio | Build only PDF
Last edited by Erik_Svendsen on Thu Sep 08, 2011 11:30 am, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeXstudio | Build only PDF
These files are very import for the entire build process of the document.
Your editor should support this addition to the command line parameter in its settings.
Best regards and welcome to the board
Thorsten
- The *.aux contains necessary and thus very important information for lists (e. g. for ToC, LoF, LoT, Index, …)
- The *.log file contains the log of the whole building process including warnings and error messages. Substantial for debugging erroneous source code.
- The *.synctex.gz file contains important information for the forward and inverse search between source code and PDF output.
- …
Code: Select all
pfdlatex -aux-directory=dir filename.tex
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 5
- Joined: Thu Sep 08, 2011 9:20 am
Re: TeXstudio | Build only PDF
Thank you very much.
I am still interested in a solution. For example how to clean up afterwards
I am still interested in a solution. For example how to clean up afterwards
-
- Posts: 1
- Joined: Thu Jun 20, 2013 6:37 am
Re: TeXstudio | Build only PDF
I am really interested in making the 'aux', 'log' and 'synctex.gz' temporary. I would like to build my file but when i close my editor (Texmaker) these files get deleted automatically