texlive[44991] trunk: texfot (8aug17)

commits+karl at tug.org commits+karl at tug.org
Tue Aug 8 22:43:01 CEST 2017


Revision: 44991
          http://tug.org/svn/texlive?view=revision&revision=44991
Author:   karl
Date:     2017-08-08 22:43:00 +0200 (Tue, 08 Aug 2017)
Log Message:
-----------
texfot (8aug17)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
    trunk/Master/texmf-dist/doc/man/man1/texfot.1
    trunk/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
    trunk/Master/texmf-dist/doc/support/texfot/README
    trunk/Master/texmf-dist/scripts/texfot/texfot.pl

Modified: trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl	2017-08-08 20:42:38 UTC (rev 44990)
+++ trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl	2017-08-08 20:43:00 UTC (rev 44991)
@@ -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 @@
      |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 @@
     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 @@
       This\ is
      |Output\ written
      |No\ pages\ of\ output
+     |\(.*end\ occurred\ inside\ a\ group
      |(Und|Ov)erfull
      |(LaTeX|Package|Class).*(Error|Warning)
      |.*Citation.*undefined

Modified: trunk/Master/texmf-dist/doc/man/man1/texfot.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/texfot.1	2017-08-08 20:42:38 UTC (rev 44990)
+++ trunk/Master/texmf-dist/doc/man/man1/texfot.1	2017-08-08 20:43:00 UTC (rev 44991)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -46,7 +46,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" 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.
@@ -54,20 +54,16 @@
 .\" 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 .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 2
-.        \}
+.    if !\nF==2 \{\
+.        nr % 0
+.        nr F 2
 .    \}
 .\}
-.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -133,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "TEXFOT 1"
-.TH TEXFOT 1 "2016-02-09" "texfot" "Karl Berry"
+.TH TEXFOT 1 "2017-07-25" "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

Modified: trunk/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/texfot/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/texfot/README	2017-08-08 20:42:38 UTC (rev 44990)
+++ trunk/Master/texmf-dist/doc/support/texfot/README	2017-08-08 20:43:00 UTC (rev 44991)
@@ -12,5 +12,5 @@
 
 Originally written in 2014.  Released to the public domain.
 
-Author: Karl Berry <karl at freefriends.org>
-Home page: http://ctan.org/pkg/texfot
+Author and maintainer: Karl Berry <karl at freefriends.org>
+Home page: https://ctan.org/pkg/texfot

Modified: trunk/Master/texmf-dist/scripts/texfot/texfot.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texfot/texfot.pl	2017-08-08 20:42:38 UTC (rev 44990)
+++ trunk/Master/texmf-dist/scripts/texfot/texfot.pl	2017-08-08 20:43:00 UTC (rev 44991)
@@ -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 @@
      |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 @@
     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 @@
       This\ is
      |Output\ written
      |No\ pages\ of\ output
+     |\(.*end\ occurred\ inside\ a\ group
      |(Und|Ov)erfull
      |(LaTeX|Package|Class).*(Error|Warning)
      |.*Citation.*undefined



More information about the tex-live-commits mailing list