summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-15 20:53:22 +0000
committerKarl Berry <karl@freefriends.org>2023-01-15 20:53:22 +0000
commita7527592552c3061a2afc878e0ef48896e08a386 (patch)
tree12bc440e852406f3cefc7548282a2cefcc105250 /Master/texmf-dist
parent11aec9c133597ba37d6332af4fb249149589fd1d (diff)
texfot (15jan23)
git-svn-id: svn://tug.org/texlive/trunk@65545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/man/man1/texfot.14
-rw-r--r--Master/texmf-dist/doc/man/man1/texfot.man1.pdfbin32355 -> 32188 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texfot/texfot.pl8
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/texfot.1 b/Master/texmf-dist/doc/man/man1/texfot.1
index bf513599252..b2646b4cd37 100644
--- a/Master/texmf-dist/doc/man/man1/texfot.1
+++ b/Master/texmf-dist/doc/man/man1/texfot.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "TEXFOT 1"
-.TH TEXFOT 1 "2022-09-24" "texfot" "Karl Berry"
+.TH TEXFOT 1 "2022-12-16" "texfot" "Karl Berry"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -356,5 +356,5 @@ bug reports. It has no home page beyond the package page on \s-1CTAN:\s0
<https://ctan.org/pkg/texfot>.
.PP
.Vb 1
-\& $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+\& $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
.Ve
diff --git a/Master/texmf-dist/doc/man/man1/texfot.man1.pdf b/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
index 4e3d43c5836..35ec5203e6b 100644
--- a/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/texfot/texfot.pl b/Master/texmf-dist/scripts/texfot/texfot.pl
index 764210a1f5a..f1dce2e9c2a 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.47 2022/09/24 16:38:13 karl Exp $
+# $Id: texfot,v 1.48 2022/12/16 02:15:30 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.47 2022/09/24 16:38:13 karl Exp $';
+my $ident = '$Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -192,7 +192,7 @@ sub process_output {
|No\ pages\ of\ output
|\(.*end\ occurred\ inside\ a\ group
|(Und|Ov)erfull
- |(LaTeX|Package|Class).*(Error|Warning)
+ |(LaTeX|Package|Class|Module).*(Error|Warning)
|.*Citation.*undefined
|.*\ Error # as in \Url Error ->...
|Missing\ character: # good to show (need \tracinglostchars=1)
@@ -457,6 +457,6 @@ are released to the public domain. Email C<karl@freefriends.org> with
bug reports. It has no home page beyond the package page on CTAN:
L<https://ctan.org/pkg/texfot>.
- $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+ $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
=cut