TeX Live and MacTeXCompilation without Log File

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
breadontoast
Posts: 1
Joined: Mon Oct 31, 2011 2:03 pm

Compilation without Log File

Post by breadontoast »

Hi,

I want like to compile a *.tex file to a PDF without(!) the log file. Is it possible to tell PDFLaTeX it should not create it?

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Compilation without Log File

Post by localghost »

As far as I know not on TeX Live. you can find out on the command line by invoking the help for the compiler engine.

Code: Select all

latex -help
This yields every possible command line option that you can give to the compiler to influence its behaviour during the compilation process.

But even if, since the log value contains extremely valuable information about the complete compilation process, it is far from being advisable to turn off its generating.


Best regards and welcome to the board
Thorsten
Post Reply