summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/texlogfilter.1
blob: 95cfc473e62c6e6a8341b777b49f76b2393b060d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "TEXLOGFILTER 1"
.TH TEXLOGFILTER 1 2024-02-13 texlogfilter "Julien Labbe"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH texlogfilter
.IX Header "texlogfilter"
.SS NAME
.IX Subsection "NAME"
texlogfilter \- filter latex engines output or log file
.SS SYNOPSIS
.IX Subsection "SYNOPSIS"
.Vb 1
\&    texlogfilter [options] file.log
.Ve
.SS DESCRIPTION
.IX Subsection "DESCRIPTION"
Filter latex engines output or log file. For latex, pdflatex, lualatex or
xelatex output or log file.
.PP
Without input file, standard input is used.  Use on latex engine output with:
.PP
.Vb 1
\&    latex file.tex < /dev/null | texlogfilter
.Ve
.SS OPTIONS
.IX Subsection "OPTIONS"
.Vb 2
\&    \-\-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
\&
\&    \-\-info                 : show latex info messages
\&    \-\-no\-info              : mask latex info messages
\&
\&    \-\-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\*(Aqt 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
.Ve
.SS ALTERNATIVES
.IX Subsection "ALTERNATIVES"
.IP \(bu 4
\&\fBtexlog-extract\fR : <https://www.ctan.org/pkg/texlog\-extract>
.IP \(bu 4
\&\fBtexloganalyser\fR : <https://www.ctan.org/pkg/texloganalyser>
.IP \(bu 4
\&\fBtexlogsieve\fR : <https://ctan.org/pkg/texlogsieve>
.SS AUTHOR
.IX Subsection "AUTHOR"
Written by Julien Labbé.
.PP
Inspired from a script given by Martin Scharrer on Stack Exchange network (see
<https://tex.stackexchange.com/a/10564>).
.SS LICENCE
.IX Subsection "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.
.SS VERSION
.IX Subsection "VERSION"
1.1
.SS HISTORY
.IX Subsection "HISTORY"
.IP \(bu 4
2024, February, version 1.2 : fix duplicate or missing lines; handle
package and class names with hyphen ; add info and warning patterns for fonts.
.IP \(bu 4
2022, March, version 1.1 : add \-\-info and \-\-no\-info options.
.IP \(bu 4
2021, November, version 1.0 : initial version.
.SS DOCUMENTATION
.IX Subsection "DOCUMENTATION"
The documentation is integrated, writtent in Plain Old Documentation (POD)
format. Exported versions are available, in the following files:
.IP \(bu 4
\&\fIREADME\fR: created with perldoc.
.IP \(bu 4
\&\fItexlogfilter.html\fR: created with pod2html.