Texmaker and TeXstudio ⇒ TeXstudio | Build only PDF
-
- Posts: 5
- Joined: Thu Sep 08, 2011 9:20 am
TeXstudio | Build only PDF
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?
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeXstudio | Build only PDF
- 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
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
I am still interested in a solution. For example how to clean up afterwards
-
- Posts: 1
- Joined: Thu Jun 20, 2013 6:37 am