summaryrefslogtreecommitdiff
path: root/support/texfot
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-18 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2024-04-18 03:01:14 +0000
commit01aeff9f14b706b8b64c4f782f2253e431e89e49 (patch)
tree1c111c83ed48646133936a24432af81a0e023e39 /support/texfot
parent5e39b1cb205459cadf7e418c73567bf999923ce7 (diff)
CTAN sync 202404180301
Diffstat (limited to 'support/texfot')
-rw-r--r--support/texfot/texfot.pdfbin34001 -> 33928 bytes
-rwxr-xr-xsupport/texfot/texfot.pl7
2 files changed, 4 insertions, 3 deletions
diff --git a/support/texfot/texfot.pdf b/support/texfot/texfot.pdf
index b2aac2e9e4..313635e379 100644
--- a/support/texfot/texfot.pdf
+++ b/support/texfot/texfot.pdf
Binary files differ
diff --git a/support/texfot/texfot.pl b/support/texfot/texfot.pl
index 6ab601f08c..9e59dcf3d2 100755
--- a/support/texfot/texfot.pl
+++ b/support/texfot/texfot.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.50 2023/08/29 15:20:57 karl Exp $
+# $Id: texfot,v 1.53 2024/04/17 16:52:12 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.50 2023/08/29 15:20:57 karl Exp $';
+my $ident = '$Id: texfot,v 1.53 2024/04/17 16:52:12 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -147,6 +147,7 @@ sub process_output {
LaTeX\ Warning:\ You\ have\ requested\ package
|LaTeX\ Font\ Warning:\ Some\ font\ shapes
|LaTeX\ Font\ Warning:\ Size\ substitutions
+ |Module\ luamplib\ Warning:\ This\ is\ MetaPost
|Package\ auxhook\ Warning:\ Cannot\ patch
|Package\ biditools\ Warning:\ Patching
|Package\ caption\ Warning:\ Un(supported|known)\ document\ class
@@ -471,6 +472,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.50 2023/08/29 15:20:57 karl Exp $
+ $Id: texfot,v 1.53 2024/04/17 16:52:12 karl Exp $
=cut