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/scripts/latex-make/figdepth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/scripts/latex-make') diff --git a/Master/texmf-dist/scripts/latex-make/figdepth.py b/Master/texmf-dist/scripts/latex-make/figdepth.py index 095e0f4a7d7..d7a763c796e 100755 --- a/Master/texmf-dist/scripts/latex-make/figdepth.py +++ b/Master/texmf-dist/scripts/latex-make/figdepth.py @@ -36,11 +36,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) -- cgit v1.2.3