texlive[48590] Master/texmf-dist: latex-make (5sep18)

commits+karl at tug.org commits+karl at tug.org
Wed Sep 5 22:48:18 CEST 2018


Revision: 48590
          http://tug.org/svn/texlive?view=revision&revision=48590
Author:   karl
Date:     2018-09-05 22:48:18 +0200 (Wed, 05 Sep 2018)
Log Message:
-----------
latex-make (5sep18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/support/latex-make/README
    trunk/Master/texmf-dist/doc/support/latex-make/figlatex.pdf
    trunk/Master/texmf-dist/doc/support/latex-make/latex-make.pdf
    trunk/Master/texmf-dist/doc/support/latex-make/texdepends.pdf
    trunk/Master/texmf-dist/scripts/latex-make/figdepth.py
    trunk/Master/texmf-dist/source/support/latex-make/figlatex.dtx
    trunk/Master/texmf-dist/source/support/latex-make/latex-make.dtx
    trunk/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx
    trunk/Master/texmf-dist/source/support/latex-make/texdepends.dtx
    trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg
    trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.sty
    trunk/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty
    trunk/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
    trunk/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty

Modified: trunk/Master/texmf-dist/doc/support/latex-make/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex-make/README	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/doc/support/latex-make/README	2018-09-05 20:48:18 UTC (rev 48590)
@@ -2,7 +2,7 @@
               |    The LaTeX-Make system     |
               +------------------------------+
 
-VERSION: 2.2.4
+VERSION: 2.2.5
 
 DESCRIPTION
 ===========

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

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

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

Modified: trunk/Master/texmf-dist/scripts/latex-make/figdepth.py
===================================================================
--- trunk/Master/texmf-dist/scripts/latex-make/figdepth.py	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/scripts/latex-make/figdepth.py	2018-09-05 20:48:18 UTC (rev 48590)
@@ -36,11 +36,11 @@
             continue
         if line[0] in "\t ":
             if display:
-                print(line)
+                print(line, end='')
         else:
             Fld = line.split(' ', 9999)
             if not Fld[0] or Fld[0] not in ('1', '2', '3', '4', '5'):
-                print(comment+line)
+                print(comment+line, end='')
                 display = True
             elif Fld[0] == '4':
                 display = show(Fld[3], line)

Modified: trunk/Master/texmf-dist/source/support/latex-make/figlatex.dtx
===================================================================
--- trunk/Master/texmf-dist/source/support/latex-make/figlatex.dtx	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/source/support/latex-make/figlatex.dtx	2018-09-05 20:48:18 UTC (rev 48590)
@@ -28,7 +28,7 @@
 %<compat> \ProvidesPackage{texgraphicx}%
 %    \fi
 %         \ProvidesFile{figlatex.dtx}
-[2018/05/29 v2.2.4 fix python syntax]
+[2018/09/04 v2.2.5 No changes in figlatex.dtx]
 % \iffalse
 %<*driver>
 \documentclass{ltxdoc}
@@ -112,6 +112,7 @@
 % \changes{v2.2.3}{2017/01/08}{No changes in figlatex.dtx}
 % \changes{v2.2.4}{2018/05/29}{Add missing required package 'ifthen'}
 % \changes{v2.2.4}{2018/05/29}{Fix python syntax for python3}
+% \changes{v2.2.5}{2018/09/04}{No changes in figlatex.dtx}
 %
 % \makeatletter
 % \def\SpecialOptionIndex#1{\@bsphack

Modified: trunk/Master/texmf-dist/source/support/latex-make/latex-make.dtx
===================================================================
--- trunk/Master/texmf-dist/source/support/latex-make/latex-make.dtx	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/source/support/latex-make/latex-make.dtx	2018-09-05 20:48:18 UTC (rev 48590)
@@ -2,7 +2,7 @@
 %
 %<*dtx>
           \ProvidesFile{latex-make.dtx}
-[2018/05/29 v2.2.4 fix permissions on directories]
+[2018/09/04 v2.2.5 fix output format of figdepth.py]
 %</dtx>
 %    \fi
 % \iffalse
@@ -112,6 +112,7 @@
 % \changes{v2.2.2}{2016/02/09}{Fix bugs}
 % \changes{v2.2.3}{2017/01/08}{Add LuaLaTeX support}
 % \changes{v2.2.4}{2018/05/29}{Fix directory permissions on install}
+% \changes{v2.2.5}{2018/09/04}{fix output format of figdepth.py}
 %
 % \makeatletter
 % \def\SpecialOptionIndex#1{\@bsphack
@@ -1747,11 +1748,11 @@
             continue
         if line[0] in "\t ":
             if display:
-                print(line)
+                print(line, end='')
         else:
             Fld = line.split(' ', 9999)
             if not Fld[0] or Fld[0] not in ('1', '2', '3', '4', '5'):
-                print(comment+line)
+                print(comment+line, end='')
                 display = True
             elif Fld[0] == '4':
                 display = show(Fld[3], line)

Modified: trunk/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx
===================================================================
--- trunk/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx	2018-09-05 20:48:18 UTC (rev 48590)
@@ -26,7 +26,7 @@
 %<package>\ProvidesPackage{pdfswitch}%
 %    \fi
 %         \ProvidesFile{pdfswitch.dtx}
-[2018/05/29 v2.2.4 better integration with other packages]
+[2018/09/04 v2.2.5 No changes in pdfswitch.dtx]
 %<*package>
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % SWITCH FOR PDFLATEX or LATEX

Modified: trunk/Master/texmf-dist/source/support/latex-make/texdepends.dtx
===================================================================
--- trunk/Master/texmf-dist/source/support/latex-make/texdepends.dtx	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/source/support/latex-make/texdepends.dtx	2018-09-05 20:48:18 UTC (rev 48590)
@@ -27,7 +27,7 @@
 %<package>\ProvidesPackage{texdepends}%
 %    \fi
 %         \ProvidesFile{texdepends.dtx}
-[2018/05/29 v2.2.4 no change in this version]
+[2018/09/04 v2.2.5 No changes in texdepends.dtx]
 % \iffalse
 %<*driver>
 \documentclass{ltxdoc}
@@ -108,6 +108,7 @@
 % \changes{v1.1.0}{2005/11/05}{Rewrite of the package}
 % \changes{v1.2.0}{2008/01/28}{Better management of subfig files}
 % \changes{v1.3.0}{2011/09/25}{Management of svg files}
+% \changes{v2.2.5}{2018/09/04}{No changes in texdepends.dtx}
 %
 % \makeatletter
 % \def\SpecialOptionIndex#1{\@bsphack

Modified: trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.cfg	2018-09-05 20:48:18 UTC (rev 48590)
@@ -40,7 +40,7 @@
 %% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 %%
  \ProvidesFile{figlatex.cfg}%
-[2018/05/29 v2.2.4 fix python syntax]
+[2018/09/04 v2.2.5 No changes in figlatex.dtx]
  %\compatibility
  %\debug
 \endinput

Modified: trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.sty	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/tex/latex/latex-make/figlatex.sty	2018-09-05 20:48:18 UTC (rev 48590)
@@ -41,7 +41,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}%
 \ProvidesPackage{figlatex}%
-[2018/05/29 v2.2.4 fix python syntax]
+[2018/09/04 v2.2.5 No changes in figlatex.dtx]
 \newif\ifFL at compatibility
 \DeclareOption{compatibility}{%
   %\PackageWarning{figlatex}{option compatibility}%

Modified: trunk/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/tex/latex/latex-make/pdfswitch.sty	2018-09-05 20:48:18 UTC (rev 48590)
@@ -41,7 +41,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}%
 \ProvidesPackage{pdfswitch}%
-[2018/05/29 v2.2.4 better integration with other packages]
+[2018/09/04 v2.2.5 No changes in pdfswitch.dtx]
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%

Modified: trunk/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-make/texdepends.sty	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/tex/latex/latex-make/texdepends.sty	2018-09-05 20:48:18 UTC (rev 48590)
@@ -42,7 +42,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}%
 \ProvidesPackage{texdepends}%
-[2018/05/29 v2.2.4 no change in this version]
+[2018/09/04 v2.2.5 No changes in texdepends.dtx]
 \RequirePackage{ifthen}
 \newboolean{TD at debug}
 \newcommand{\TD at option@debug}[1][true]{%

Modified: trunk/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty	2018-09-05 20:47:13 UTC (rev 48589)
+++ trunk/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty	2018-09-05 20:48:18 UTC (rev 48590)
@@ -40,7 +40,7 @@
 %% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 %%
  \ProvidesPackage{texgraphicx}%
-[2018/05/29 v2.2.4 fix python syntax]
+[2018/09/04 v2.2.5 No changes in figlatex.dtx]
 \PackageWarning{texgraphicx}{'texgraphicx' is now
   deprecated\MessageBreak%
   Please, consider switching to 'figlatex'



More information about the tex-live-commits mailing list