texlive[49249] trunk: latex2man (25nov18)

commits+karl at tug.org commits+karl at tug.org
Sun Nov 25 23:08:22 CET 2018


Revision: 49249
          http://tug.org/svn/texlive?view=revision&revision=49249
Author:   karl
Date:     2018-11-25 23:08:21 +0100 (Sun, 25 Nov 2018)
Log Message:
-----------
latex2man (25nov18)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/latex2man/latex2man
    trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
    trunk/Master/texmf-dist/doc/info/latex2man.info
    trunk/Master/texmf-dist/doc/man/man1/latex2man.1
    trunk/Master/texmf-dist/doc/man/man1/latex2man.man1.pdf
    trunk/Master/texmf-dist/doc/support/latex2man/CHANGES
    trunk/Master/texmf-dist/doc/support/latex2man/Makefile
    trunk/Master/texmf-dist/doc/support/latex2man/README
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man.html
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man.tex
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man.texi
    trunk/Master/texmf-dist/doc/support/latex2man/latex2man.txt
    trunk/Master/texmf-dist/scripts/latex2man/latex2man
    trunk/Master/texmf-dist/tex/latex/latex2man/latex2man.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.29

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28

Modified: trunk/Build/source/texk/texlive/linked_scripts/latex2man/latex2man
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/latex2man/latex2man	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Build/source/texk/texlive/linked_scripts/latex2man/latex2man	2018-11-25 22:08:21 UTC (rev 49249)
@@ -4,7 +4,7 @@
 # Descr:	Latex -->  MAN-page (groff -man), HTML and TexInfo;
 # Language:	PERL (>= 5.0)
 # Author:	Dr. J\xFCrgen Vollmer, Juergen.Vollmer at informatik-vollmer.de
-# $Id: latex2man,v 1.177 2018/11/22 07:42:26 vollmer Exp $
+# $Id: latex2man,v 1.181 2018/11/25 13:05:37 vollmer Exp $
 #
 # Copyright (C) 1998 Dr. Juergen Vollmer
 #                    Am Rennbuckel 21, D-76185 Karlsruhe, Germany
@@ -20,15 +20,16 @@
 require 5.0004_03;
 
 use Getopt::Std;
+use File::Basename;
 no warnings 'once';
 # use strict 'vars';
 
-$CMD=`basename "$0"`; chop ($CMD);
-$gen_date = `date`; chomp $gen_date;       # date when the output was generated
+$CMD      = basename ($0);
+$gen_date = localtime();       # date when the output was generated
 
 sub date2str;
-$VERSION = "1.28";
-$DATE    = date2str ('$Date: 2018/11/22 07:42:26 $' =~ m|(\d+/\d+/\d+)|);
+$VERSION = "1.29";
+$DATE    = date2str ('$Date: 2018/11/25 13:05:37 $' =~ m|(\d+/\d+/\d+)|);
 
 $tmp = "/tmp/$CMD.$$";
 
@@ -1092,7 +1093,7 @@
 sub texiVerb
 {
     $arg = $_[0];
-    $arg =~ s/({|})/\@$1/g;
+    $arg =~ s/([{]|})/\@$1/g;
     Print $arg;
 }
 
@@ -1398,7 +1399,7 @@
 					    $add_blank = 0;
 					    last SWITCH;
        					};
-       /\\({|}|\$|_|#|&|-|%|,|\.|;)/ && do {$s=$`;$m=$1;$r=$';	#'
+      /\\([{]|}|\$|_|#|&|-|%|,|\.|;)/ && do {$s=$`;$m=$1;$r=$';	#'
 	                                    interpret_word $s;
 	                                    PrintM $Macro->{$m};
 					    interpret_word $r;

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2018-11-25 22:08:21 UTC (rev 49249)
@@ -1,12 +1,12 @@
 #!/usr/bin/env perl
-# $Id: tlmgr.pl 49070 2018-11-03 21:12:00Z karl $
+# $Id: tlmgr.pl 49226 2018-11-22 23:37:16Z karl $
 #
 # Copyright 2008-2018 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
-my $svnrev = '$Revision: 49070 $';
-my $datrev = '$Date: 2018-11-03 22:12:00 +0100 (Sat, 03 Nov 2018) $';
+my $svnrev = '$Revision: 49226 $';
+my $datrev = '$Date: 2018-11-23 00:37:16 +0100 (Fri, 23 Nov 2018) $';
 my $tlmgrrevision;
 my $tlmgrversion;
 my $prg;
@@ -9704,10 +9704,9 @@
 
 =item 1.
 
-If the environment variable C<TEXLIVE_DOWNLOADER> is
-defined, use it; abort if the specified program doesn't work.
-Possible values: C<curl>, C<wget>. The necessary options are added
-internally.
+If the environment variable C<TEXLIVE_DOWNLOADER> is defined, use it;
+abort if the specified program doesn't work. Possible values: C<lwp>,
+C<curl>, C<wget>. The necessary options are added internally.
 
 =item 2.
 
@@ -9730,9 +9729,28 @@
 
 =back
 
-TL still provides C<wget> binaries for some platforms, so
-some download method should always be available.
+TL provides C<wget> binaries for platforms where necessary, so some
+download method should always be available.
 
+=item C<TEXLIVE_PREFER_OWN>
+
+By default, compression and download programs provided by the system,
+i.e., found along C<PATH> are preferred over those shipped with TeX
+Live.
+
+This can create problems with systems that are too old, and so can be
+overridden by setting the environment variable C<TEXLIVE_PREFER_OWN> to
+1. In this case, executables shipped with TL will be preferred.
+
+Extra compression/download programs not provided by TL, such as gzip,
+lwp, and curl, are still checked for on the system and used if
+available, per the above. C<TEXLIVE_PREFER_OWN> only applies when the
+program being checked for is shipped with TL, namely the lz4 and
+xz compressors and wget downloader.
+
+Exception: on Windows, the C<tar.exe> shipped with TL is always used,
+regardless of any setting.
+
 =back
 
 
@@ -9742,7 +9760,7 @@
 distribution (L<http://tug.org/texlive>) and both are licensed under the
 GNU General Public License Version 2 or later.
 
-$Id: tlmgr.pl 49070 2018-11-03 21:12:00Z karl $
+$Id: tlmgr.pl 49226 2018-11-22 23:37:16Z karl $
 =cut
 
 # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html

Modified: trunk/Master/texmf-dist/doc/info/latex2man.info
===================================================================
--- trunk/Master/texmf-dist/doc/info/latex2man.info	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/info/latex2man.info	2018-11-25 22:08:21 UTC (rev 49249)
@@ -612,7 +612,7 @@
      inside a itemize, enumerate, or description environment.
 
 `\today'
-     22 November 2018(see also the rcsinfo LaTeXpackage).
+     25 November 2018(see also the rcsinfo LaTeXpackage).
 
 `\ss,\"a, ...'
      \ss = ss, \"a= a", \"o= o", \"u= u", \"A= A", \"O= O", \"U= U". It
@@ -993,7 +993,7 @@
 Version
 =======
 
-Version: 1.28 of 2018/11/22.
+Version: 1.29 of 2018/11/25.
 
 
 File: latex2man.info,  Node: License and Copyright,  Next: Author,  Prev: Version,  Up: Top

Modified: trunk/Master/texmf-dist/doc/man/man1/latex2man.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/latex2man.1	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/man/man1/latex2man.1	2018-11-25 22:08:21 UTC (rev 49249)
@@ -1,5 +1,5 @@
 '\" t
-.\" Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018
+.\" Manual page created with latex2man on Sun Nov 25 14:05:37 2018
 .\" NOTE: This file is generated, DO NOT EDIT.
 .de Vb
 .ft CW
@@ -10,7 +10,7 @@
 
 .fi
 ..
-.TH "LATEX2MAN" "1" "2018/11/22" "Documentation Tools " "Documentation Tools "
+.TH "LATEX2MAN" "1" "2018/11/25" "Documentation Tools " "Documentation Tools "
 .SH NAME
 
 .PP
@@ -725,7 +725,7 @@
 environment. 
 .TP
 \\today 
-22 November 2018(see also the rcsinfo
+25 November 2018(see also the rcsinfo
 LaTeXpackage). 
 .TP
 \\ss,\\"a, ... 
@@ -1310,7 +1310,7 @@
 .SH VERSION
 
 .PP
-Version: 1.28 of 2018/11/22\&.
+Version: 1.29 of 2018/11/25\&.
 .PP
 .SH LICENSE AND COPYRIGHT
 

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

Modified: trunk/Master/texmf-dist/doc/support/latex2man/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/CHANGES	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/CHANGES	2018-11-25 22:08:21 UTC (rev 49249)
@@ -2,7 +2,9 @@
                 Change history of the latex2man package
                 =======================================
 
-$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $
+$Id: CHANGES,v 1.73 2018/11/25 13:00:53 vollmer Exp $
+1.29   25 Nov  2018     - Avoid some warnings and improve performance under MS Windows
+               		  thanks to Mike Molina <mmolina.unphysics at gmail.com>
 1.28   22 Nov  2018     - Added missing file latex2man.inc to tar archive
 1.27   05 June 2018     - Fixed handling blanks in command path
 1.26   06 Oct  2017     - Handle \end{document},

Modified: trunk/Master/texmf-dist/doc/support/latex2man/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/Makefile	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/Makefile	2018-11-25 22:08:21 UTC (rev 49249)
@@ -1,7 +1,7 @@
 # Project: 	Documentation Tools
 # Descr:	Latex -->  MAN-page (groff -man), Makefile
 # Author:	Dr. J\xFCrgen Vollmer, Juergen.Vollmer at informatik-vollmer.de
-# $Id: Makefile,v 1.127 2018/11/22 07:42:23 vollmer Exp $
+# $Id: Makefile,v 1.128 2018/11/25 12:57:59 vollmer Exp $
 
 BASE		= latex2man
 
@@ -23,8 +23,8 @@
 		  --exclude "*.a" --exclude "*.php"
 EXrcs		= $(EX) --exclude "*/RCS/*"  --exclude "*/RCS"
 
-VERSION		= 1.28
-V_DATE		= 2018/11/22
+VERSION		= 1.29
+V_DATE		= 2018/11/25
 latex2man	= ./latex2man
 
 D		= $

Modified: trunk/Master/texmf-dist/doc/support/latex2man/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/README	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/README	2018-11-25 22:08:21 UTC (rev 49249)
@@ -17,7 +17,7 @@
  - Latex2man requires Perl version >= 5.0004_03.
  - LaTeX2e
 
-VERSION: 1.28
+VERSION: 1.29
 
 Author and Copyright (c) 1998:
 	 Dr. Jürgen Vollmer
@@ -33,4 +33,4 @@
 
 If you find this software useful, please send me a postcard.
 
-$Id: README,v 1.69 2018/11/22 07:42:26 vollmer Exp $
+$Id: README,v 1.70 2018/11/25 13:05:37 vollmer Exp $

Deleted: trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.28	2018-11-25 22:08:21 UTC (rev 49249)
@@ -1 +0,0 @@
-VERSION 1.28 DATE=2018/11/22

Added: trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.29
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.29	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.29	2018-11-25 22:08:21 UTC (rev 49249)
@@ -0,0 +1 @@
+VERSION 1.29 DATE=2018/11/25

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html	2018-11-25 22:08:21 UTC (rev 49249)
@@ -7,7 +7,9 @@
                 Change history of the latex2man package
                 =======================================
 
-$Id: CHANGES,v 1.71 2018/11/22 07:50:02 vollmer Exp $
+$Id: CHANGES,v 1.73 2018/11/25 13:00:53 vollmer Exp $
+1.29   25 Nov  2018     - Avoid some warnings and improve performance under MS Windows
+               		  thanks to Mike Molina <mmolina.unphysics at gmail.com>
 1.28   22 Nov  2018     - Added missing file latex2man.inc to tar archive
 1.27   05 June 2018     - Fixed handling blanks in command path
 1.26   06 Oct  2017     - Handle \end{document},

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man.html
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/latex2man.html	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/latex2man.html	2018-11-25 22:08:21 UTC (rev 49249)
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!-- Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018
+<!-- Manual page created with latex2man on Sun Nov 25 14:05:38 2018
 ** Author of latex2man: Juergen.Vollmer at informatik-vollmer.de
 ** NOTE: This file is generated, DO NOT EDIT. -->
 <html>
@@ -11,8 +11,8 @@
 A Documentation Tool 
 </h1>
 <h4 class="authorhead">Dr. Jürgen Vollmer </h4>
-<h4 class="datehead">2018/11/22</h4>
-<h4 class="versionhead">Version 1.28</h4>
+<h4 class="datehead">2018/11/25</h4>
+<h4 class="versionhead">Version 1.29</h4>
 <p>
 <font class="progname">Latex2man</font>
 is a tool to translate UNIX manual pages written with 
@@ -780,7 +780,7 @@
 environment. 
 </dd>
 <dt>\today</dt>
-<dd> 22 November 2018 (see also the <tt>rcsinfo</tt>
+<dd> 25 November 2018 (see also the <tt>rcsinfo</tt>
 LaTeXpackage). 
 </dd>
 <dt>\ss,\"a, ...</dt>
@@ -1348,7 +1348,7 @@
 <h2 class="sectionname"><a name="section_24">Version</a></h2>
 
 <p>
-Version: 1.28 of 2018/11/22.
+Version: 1.29 of 2018/11/25.
 <p>
 <h2 class="sectionname"><a name="section_25">License and Copyright</a></h2>
 

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/latex2man.tex	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/latex2man.tex	2018-11-25 22:08:21 UTC (rev 49249)
@@ -2,7 +2,7 @@
 %% Project:     Documentation Tools
 %% Descr:       Latex -->  MAN-page (groff -man), LATEX documentation
 %% Author:      Dr. J\xFCrgen Vollmer, Juergen.Vollmer at informatik-vollmer.de
-%% $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 vollmer Exp $
+%% $Id: latex2man.tex,v 1.203 2018/11/25 13:05:37 vollmer Exp $
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 %% Latex2man is a tool to translate UNIX manual pages written with LaTeX into a
@@ -53,15 +53,15 @@
 %% do we have the `rcsinfo' package?
 \IfFileExists{rcsinfo.sty}{
 \usepackage[nofancy]{rcsinfo}
-\rcsInfo $Id: latex2man.tex,v 1.202 2018/11/22 07:42:26 vollmer Exp $
+\rcsInfo $Id: latex2man.tex,v 1.203 2018/11/25 13:05:37 vollmer Exp $
 \setDate{\rcsInfoLongDate}
 }{
-\setDate{2018/11/22}    %%%% must be manually set, if rcsinfo is not present
+\setDate{2018/11/25}    %%%% must be manually set, if rcsinfo is not present
 \message{package rcsinfo not present, discard it}
 }
 
 \setVersionWord{Version:}  %%% that's the default, no need to set it.
-\setVersion{1.28}
+\setVersion{1.29}
 
 \begin{document}
 

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man.texi
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/latex2man.texi	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/latex2man.texi	2018-11-25 22:08:21 UTC (rev 49249)
@@ -3,7 +3,7 @@
 @setfilename latex2man.info
 @settitle latex2man
 @c %**end of header
- at c Manual page created with latex2man on Do 22. Nov 08:50:47 CET 2018>
+ at c Manual page created with latex2man on Sun Nov 25 14:05:38 2018>
 @c NOTE: This file is generated, DO NOT EDIT.
 @dircategory Man-pages
 @direntry
@@ -646,7 +646,7 @@
 @t{description}
 environment. 
 @item \today
-22 November 2018(see also the @t{rcsinfo}
+25 November 2018(see also the @t{rcsinfo}
 LaTeXpackage). 
 @item \ss,\"a, ...
 \ss = @ss{}, \"a= @"a, \"o= @"o, \"u= @"u, 
@@ -1082,7 +1082,7 @@
 @section Version
 
 
-Version: 1.28 of 2018/11/22.
+Version: 1.29 of 2018/11/25.
 
 @node License and Copyright,  Author,  Version, Top  
 @section License and Copyright

Modified: trunk/Master/texmf-dist/doc/support/latex2man/latex2man.txt
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2man/latex2man.txt	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/doc/support/latex2man/latex2man.txt	2018-11-25 22:08:21 UTC (rev 49249)
@@ -487,7 +487,7 @@
 
        \item  inside a itemize, enumerate, or description environment.
 
-       \today 22 November 2018(see also the rcsinfo LaTeXpackage).
+       \today 25 November 2018(see also the rcsinfo LaTeXpackage).
 
        \ss,\"a, ...
               \ss  =  \xDF, \"a= \xE4, \"o= \xF6, \"u= \xFC, \"A= \xC4, \"O= \xD6, \"U= \xDC. It is
@@ -783,7 +783,7 @@
        acknowledgment to people contributing bugfixes or enhancements.
 
 [1mVERSION[0m
-       Version: 1.28 of 2018/11/22.
+       Version: 1.29 of 2018/11/25.
 
 [1mLICENSE AND COPYRIGHT[0m
        Copyright
@@ -810,4 +810,4 @@
        Email: [1mJuergen.Vollmer at informatik-vollmer.de[0m
        WWW: [1mhttp://www.informatik-vollmer.de[22m.
 
-Documentation Tools               2018/11/22                      LATEX2MAN(1)
+Documentation Tools               2018/11/25                      LATEX2MAN(1)

Modified: trunk/Master/texmf-dist/scripts/latex2man/latex2man
===================================================================
--- trunk/Master/texmf-dist/scripts/latex2man/latex2man	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/scripts/latex2man/latex2man	2018-11-25 22:08:21 UTC (rev 49249)
@@ -4,7 +4,7 @@
 # Descr:	Latex -->  MAN-page (groff -man), HTML and TexInfo;
 # Language:	PERL (>= 5.0)
 # Author:	Dr. J\xFCrgen Vollmer, Juergen.Vollmer at informatik-vollmer.de
-# $Id: latex2man,v 1.177 2018/11/22 07:42:26 vollmer Exp $
+# $Id: latex2man,v 1.181 2018/11/25 13:05:37 vollmer Exp $
 #
 # Copyright (C) 1998 Dr. Juergen Vollmer
 #                    Am Rennbuckel 21, D-76185 Karlsruhe, Germany
@@ -20,15 +20,16 @@
 require 5.0004_03;
 
 use Getopt::Std;
+use File::Basename;
 no warnings 'once';
 # use strict 'vars';
 
-$CMD=`basename "$0"`; chop ($CMD);
-$gen_date = `date`; chomp $gen_date;       # date when the output was generated
+$CMD      = basename ($0);
+$gen_date = localtime();       # date when the output was generated
 
 sub date2str;
-$VERSION = "1.28";
-$DATE    = date2str ('$Date: 2018/11/22 07:42:26 $' =~ m|(\d+/\d+/\d+)|);
+$VERSION = "1.29";
+$DATE    = date2str ('$Date: 2018/11/25 13:05:37 $' =~ m|(\d+/\d+/\d+)|);
 
 $tmp = "/tmp/$CMD.$$";
 
@@ -1092,7 +1093,7 @@
 sub texiVerb
 {
     $arg = $_[0];
-    $arg =~ s/({|})/\@$1/g;
+    $arg =~ s/([{]|})/\@$1/g;
     Print $arg;
 }
 
@@ -1398,7 +1399,7 @@
 					    $add_blank = 0;
 					    last SWITCH;
        					};
-       /\\({|}|\$|_|#|&|-|%|,|\.|;)/ && do {$s=$`;$m=$1;$r=$';	#'
+      /\\([{]|}|\$|_|#|&|-|%|,|\.|;)/ && do {$s=$`;$m=$1;$r=$';	#'
 	                                    interpret_word $s;
 	                                    PrintM $Macro->{$m};
 					    interpret_word $r;

Modified: trunk/Master/texmf-dist/tex/latex/latex2man/latex2man.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex2man/latex2man.sty	2018-11-25 22:08:00 UTC (rev 49248)
+++ trunk/Master/texmf-dist/tex/latex/latex2man/latex2man.sty	2018-11-25 22:08:21 UTC (rev 49249)
@@ -2,8 +2,8 @@
 %% Project:     Documentation Tools
 %% Descr:       Latex -->  MAN-page (groff -man), LaTeX package
 %% Author:      Dr. J\xFCrgen Vollmer, Juergen.Vollmer at informatik-vollmer.de
-%% $Id: latex2man.sty,v 1.92 2018/11/22 07:42:26 vollmer Exp $
-%% VERSION: 1.28
+%% $Id: latex2man.sty,v 1.93 2018/11/25 13:05:37 vollmer Exp $
+%% VERSION: 1.29
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 %% `latex2man' package to use with LaTeX2e.
@@ -31,7 +31,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latex2man}[2018/11/22 v1.28]
+\ProvidesPackage{latex2man}[2018/11/25 v1.29]
 \usepackage{ifthen}
 
 \newif\if at LM@UseFancy@



More information about the tex-live-commits mailing list