summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texfot/texfot.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-08 20:43:00 +0000
committerKarl Berry <karl@freefriends.org>2017-08-08 20:43:00 +0000
commit151e09fa8bfbc7d8091329179c1688f92415d642 (patch)
tree95763b991084b6b33d446294f1790e095d882f35 /Master/texmf-dist/scripts/texfot/texfot.pl
parentf0e9d9ddebeb0e70a47bc3f59f45f1cde3621303 (diff)
texfot (8aug17)
git-svn-id: svn://tug.org/texlive/trunk@44991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texfot/texfot.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texfot/texfot.pl15
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/scripts/texfot/texfot.pl b/Master/texmf-dist/scripts/texfot/texfot.pl
index 48b9f0e9a8f..4a310cf1b30 100755
--- a/Master/texmf-dist/scripts/texfot/texfot.pl
+++ b/Master/texmf-dist/scripts/texfot/texfot.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.32 2016/02/09 19:13:22 karl Exp $
+# $Id: texfot,v 1.37 2017/07/25 15:06:53 karl Exp $
# Invoke a TeX command, filtering all but interesting terminal output;
# do not look at the log or check any output files.
# Exit status is that of the subprogram.
@@ -8,7 +8,7 @@
#
# Public domain. Originally written 2014 by Karl Berry.
-my $ident = '$Id: texfot,v 1.32 2016/02/09 19:13:22 karl Exp $';
+my $ident = '$Id: texfot,v 1.37 2017/07/25 15:06:53 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -134,12 +134,13 @@ sub process_output {
|LaTeX\ Font\ Warning:\ Size\ substitutions
|Package\ caption\ Warning:\ Unsupported\ document\ class
|Package\ fixltx2e\ Warning:\ fixltx2e\ is\ not\ required
- |Package\ frenchb\.ldf\ Warning:\ (Figures|The\ definition)
- |Reloading\ Xunicode\ for\ encoding # spurious ***
- |This\ is.*(epsf\.tex|\.sty) # so what
+ |Package\ frenchb?\.ldf\ Warning:\ (Figures|The\ definition)
+ |\*\*\*\ Reloading\ Xunicode\ for\ encoding # spurious ***
+ |This\ is\ `?(epsf\.tex|.*\.sty|TAP) # so what
|pdfTeX\ warning:.*inclusion:\ fou #nd PDF version ...
|pdfTeX\ warning:.*inclusion:\ mul #tiple pdfs with page group
|libpng\ warning:\ iCCP:\ Not\ recognizing
+ |!\ $
)/x;
# don't anchor user ignores, leave it up to them.
@@ -152,9 +153,10 @@ sub process_output {
if (/^(
.*?:[0-9]+: # usual file:lineno: form
|! # usual ! form
+ |>\ [^<] # from \show..., but not "> <img.whatever"
|.*pdfTeX\ warning # pdftex complaints often cross lines
|LaTeX\ Font\ Warning:\ Font\ shape
- |>\ [^<] # from \show..., but not "> <img.whatever"
+ |Package\ hyperref\ Warning:\ Token\ not\ allowed
|removed\ on\ input\ line # hyperref
|Runaway\ argument
)/x) {
@@ -170,6 +172,7 @@ sub process_output {
This\ is
|Output\ written
|No\ pages\ of\ output
+ |\(.*end\ occurred\ inside\ a\ group
|(Und|Ov)erfull
|(LaTeX|Package|Class).*(Error|Warning)
|.*Citation.*undefined