From ef7aedbc1cabb3eebb59082e349f9792c9c4d3c1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 5 Sep 2018 20:48:18 +0000 Subject: latex-make (5sep18) git-svn-id: svn://tug.org/texlive/trunk@48590 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/support/latex-make/figlatex.dtx | 3 ++- Master/texmf-dist/source/support/latex-make/latex-make.dtx | 7 ++++--- Master/texmf-dist/source/support/latex-make/pdfswitch.dtx | 2 +- Master/texmf-dist/source/support/latex-make/texdepends.dtx | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/support') diff --git a/Master/texmf-dist/source/support/latex-make/figlatex.dtx b/Master/texmf-dist/source/support/latex-make/figlatex.dtx index 6ced60986d9..59f28cec92a 100644 --- a/Master/texmf-dist/source/support/latex-make/figlatex.dtx +++ b/Master/texmf-dist/source/support/latex-make/figlatex.dtx @@ -28,7 +28,7 @@ % \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 diff --git a/Master/texmf-dist/source/support/latex-make/latex-make.dtx b/Master/texmf-dist/source/support/latex-make/latex-make.dtx index 64657bf9fbe..e0862cbcfb1 100644 --- a/Master/texmf-dist/source/support/latex-make/latex-make.dtx +++ b/Master/texmf-dist/source/support/latex-make/latex-make.dtx @@ -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] % % \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 @@ def main(): 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) diff --git a/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx b/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx index 4a0ce30d7ba..3e89ef54a50 100644 --- a/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx +++ b/Master/texmf-dist/source/support/latex-make/pdfswitch.dtx @@ -26,7 +26,7 @@ %\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 diff --git a/Master/texmf-dist/source/support/latex-make/texdepends.dtx b/Master/texmf-dist/source/support/latex-make/texdepends.dtx index f1e66e116d8..8f5447ff503 100644 --- a/Master/texmf-dist/source/support/latex-make/texdepends.dtx +++ b/Master/texmf-dist/source/support/latex-make/texdepends.dtx @@ -27,7 +27,7 @@ %\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 -- cgit v1.2.3