summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/texlogfilter/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-28 22:36:18 +0000
committerKarl Berry <karl@freefriends.org>2022-01-28 22:36:18 +0000
commit8e0222695a489184e3cc92e2206db971a5ac48d7 (patch)
tree99a87c1d1a3890dcb28b20d17ae8d9087dae5abf /Master/texmf-dist/doc/support/texlogfilter/README
parent80c6e1a9d95b03212dfaf529e0266286828573e0 (diff)
texlogfilter (28jan22)
git-svn-id: svn://tug.org/texlive/trunk@61780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/texlogfilter/README')
-rw-r--r--Master/texmf-dist/doc/support/texlogfilter/README76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/texlogfilter/README b/Master/texmf-dist/doc/support/texlogfilter/README
new file mode 100644
index 00000000000..8539ef19e2e
--- /dev/null
+++ b/Master/texmf-dist/doc/support/texlogfilter/README
@@ -0,0 +1,76 @@
+texlogfilter
+ NAME
+ texlogfilter - filter latex engines output or log file
+
+ SYNOPSIS
+ texlogfilter [options] file.log
+
+ DESCRIPTION
+ Filter latex engines output or log file. For latex, pdflatex, lualatex
+ or xelatex output or log file.
+
+ Without input file, standard input is used. Use on latex engine output
+ with:
+
+ latex file.tex < /dev/null | texlogfilter
+
+ OPTIONS
+ --help : print this help and exit
+ --version : print version and exit
+
+ --box : show box warnings
+ --no-box : mask box warnings
+
+ --ref : show reference/citation warnings
+ --no-ref : mask reference/citation warnings
+
+ --filename : print current file name
+ --no-filename : do not print current file name
+ --files-ext=string : regex pattern used to match files extension (default: tex|sty|cls|bib)
+
+ --skips : indicate skipped lines
+ --no-skips : mask skipped lines
+ --skip-marker=string : marker used to indicate skipped lines (defaut: ...)
+
+ --add-filter=string : add user filter pattern (as perl regular expression)
+
+ --full-log : show full log (don't filter - only colorize latex engine output)
+
+ --errors-color=string
+ --warnings-color=string
+ --infos-color=string
+ --skips-color=string
+ --user-color=string : colors used for errors, warnings, informations and skipped lines
+
+ ALTERNATIVES
+ * texlog-extract : <https://www.ctan.org/pkg/texlog-extract>
+
+ * texloganalyser : <https://www.ctan.org/pkg/texloganalyser>
+
+ AUTHOR
+ Written by Julien Labbé.
+
+ Inspired from a script given by Martin Scharrer on Stack Exchange
+ network (see <https://tex.stackexchange.com/a/10564>).
+
+ LICENCE
+ This work may be distributed and/or modified under the conditions of the
+ LaTeX Project Public License, either version 1.3 of this license or (at
+ your option) any later version. The latest version of this license is in
+ <http://www.latex-project.org/lppl.txt> and version 1.3 or later is part
+ of all distributions of LaTeX version 2005/12/01 or later.
+
+ VERSION
+ 1.0
+
+ HISTORY
+ * 2021, november : version 1.0 (initial version).
+
+ DOCUMENTATION
+ The documentation is integrated, writtent in Plain Old Documentation
+ (POD) format. Exported versions are available, in the following files:
+
+ * README: created with perldoc.
+
+ * texlogfilter.html: created with pod2html.
+