summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-19 21:58:25 +0000
committerKarl Berry <karl@freefriends.org>2020-03-19 21:58:25 +0000
commitaa1af9bcadad151bf660cb115eb938b0853a5f8e (patch)
treed851367749cf93cb593f2c40cad6a9e4dad90ba1 /Master/texmf-dist/doc/support
parentecfba7a922aa985c09ee18bfc3a4fa6b746ca0ee (diff)
texloganalyser (19mar20)
git-svn-id: svn://tug.org/texlive/trunk@54406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/texloganalyser/README27
1 files changed, 22 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/texloganalyser/README b/Master/texmf-dist/doc/support/texloganalyser/README
index 24df0c1603e..0f7303b4e9f 100644
--- a/Master/texmf-dist/doc/support/texloganalyser/README
+++ b/Master/texmf-dist/doc/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`.