Generalpdflatex | too verbose !!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
sebsheep
Posts: 1
Joined: Fri Feb 03, 2012 1:32 am

pdflatex | too verbose !!

Post by sebsheep »

Hello,

pdflatex ouputs a lot of text in my term useless for me (anyway, it is too fast to hope understand something). Plus, most of the time, warnings are flooded. Is it an option to make this command more quiet ? For example, to output something ONLY for errors and warnings ?

I've searched in the man, but neither "quiet" nor "verbose" match in the page, and I did'nt find anything by a fast overview.

Thx,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

pdflatex | too verbose !!

Post by localghost »

sebsheep wrote:[…] pdflatex ouputs a lot of text in my term useless for me (anyway, it is too fast to hope understand something). Plus, most of the time, warnings are flooded. […]
These information can be very useful in case of upcoming problems. And warnings should not be ignored, but fixed by remedy of their cause. All information you see on the screen is also written to the log file (*.log). So you have all the time in the world to read it afterwards.

Nevertheless you can try the silence package to establish a filter for certain messages. I recommend to use it with caution.


Best regards and welcome to the board
Thorsten
Post Reply