summaryrefslogtreecommitdiff
path: root/support/texloganalyser/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-20 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2020-03-20 03:01:17 +0000
commitc720a4409b388fa706f3eb1ce275f76f7d49d996 (patch)
treed9e0864c856e4b7abba585785d57bbf02aa1f9ad /support/texloganalyser/README
parentc8b8ea37fe9cd71b53223dff23f291b2f158fc0f (diff)
CTAN sync 202003200301
Diffstat (limited to 'support/texloganalyser/README')
-rw-r--r--support/texloganalyser/README27
1 files changed, 22 insertions, 5 deletions
diff --git a/support/texloganalyser/README b/support/texloganalyser/README
index 24df0c1603..0f7303b4e9 100644
--- a/support/texloganalyser/README
+++ b/support/texloganalyser/README
@@ -1,8 +1,25 @@
-This is texloganalyser (Perl script), version 0.9
- Copyright 2006-2014 Thomas van Oudenhove
- License: BSD
+This is texloganalyser (Perl script), version 0.10
+ Copyright 2006-2020 Thomas van Oudenhove
+ License: BSD
-Usage: texloganalyser [--help|--version|-efhioprstuvw] <TeX log>
- Displays selective infos of LaTeX logs
+Usage: texloganalyser [--help|--version|-acefhilastnoprstuvw] <TeX log>
+ Displays selective infos of LaTeX logs
+
+These flags may be used:
+ a: displays number of warnings about bad boxes
+ c: displays the boxes warning by size (at the end)
+ e: displays the end of the log
+ f: outputs the LaTeX Font Infos
+ h: outputs only warnings about horizontal boxes
+ i: displays 'images' (pdf, [e]ps, png, jpg) used
+ n: displays page numbers
+ o: outputs only warnings about overfull boxes
+ p: outputs the LaTeX Packages infos
+ r: displays warnings about references
+ s: displays .sty and .cls files used
+ t: displays .tex files used
+ u: outputs only warnings about underfull boxes
+ v: outputs only warnings about vertical boxes
+ w: displays all Warnings
More documentation is available with `perldoc texloganalyser`.