summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-05 20:48:18 +0000
committerKarl Berry <karl@freefriends.org>2018-09-05 20:48:18 +0000
commitef7aedbc1cabb3eebb59082e349f9792c9c4d3c1 (patch)
tree4c3e440165fd20a40469e5432be6bf7cb3d08e37 /Master/texmf-dist/source/support
parent4581638cda25064d85ffadd4f6e76b0a8395af2d (diff)
latex-make (5sep18)
git-svn-id: svn://tug.org/texlive/trunk@48590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/latex-make/figlatex.dtx3
-rw-r--r--Master/texmf-dist/source/support/latex-make/latex-make.dtx7
-rw-r--r--Master/texmf-dist/source/support/latex-make/pdfswitch.dtx2
-rw-r--r--Master/texmf-dist/source/support/latex-make/texdepends.dtx3
4 files changed, 9 insertions, 6 deletions
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 @@
%<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
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]
%</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 @@ 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 @@
%<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
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 @@
%<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