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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply