texlive[66746] trunk: de-macro (2apr23)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 2 23:26:15 CEST 2023
Revision: 66746
http://tug.org/svn/texlive?view=revision&revision=66746
Author: karl
Date: 2023-04-02 23:26:15 +0200 (Sun, 02 Apr 2023)
Log Message:
-----------
de-macro (2apr23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/de-macro/de-macro
trunk/Master/texmf-dist/scripts/de-macro/de-macro
Modified: trunk/Build/source/texk/texlive/linked_scripts/de-macro/de-macro
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/de-macro/de-macro 2023-04-02 21:24:58 UTC (rev 66745)
+++ trunk/Build/source/texk/texlive/linked_scripts/de-macro/de-macro 2023-04-02 21:26:15 UTC (rev 66746)
@@ -6,6 +6,8 @@
DE-MACRO
+Version 1.4.1 - A small typo corrected.
+
Version 1.4 - Luca Citi made it python2.7 and python3 compatible.
Peter Gacs improved the parsing of \input{<filename>},
and made @ a letter in the style files.
@@ -415,7 +417,7 @@
including the % and all empty space after it.
"""
comment = ""
- while self.uplegal() and "\n" != self .item:
+ while self.uplegal() and "\n" != self.item:
comment += self.item
self.next()
while self.uplegal() and blank_re.match(self.item):
Modified: trunk/Master/texmf-dist/scripts/de-macro/de-macro
===================================================================
--- trunk/Master/texmf-dist/scripts/de-macro/de-macro 2023-04-02 21:24:58 UTC (rev 66745)
+++ trunk/Master/texmf-dist/scripts/de-macro/de-macro 2023-04-02 21:26:15 UTC (rev 66746)
@@ -6,6 +6,8 @@
DE-MACRO
+Version 1.4.1 - A small typo corrected.
+
Version 1.4 - Luca Citi made it python2.7 and python3 compatible.
Peter Gacs improved the parsing of \input{<filename>},
and made @ a letter in the style files.
@@ -415,7 +417,7 @@
including the % and all empty space after it.
"""
comment = ""
- while self.uplegal() and "\n" != self .item:
+ while self.uplegal() and "\n" != self.item:
comment += self.item
self.next()
while self.uplegal() and blank_re.match(self.item):
More information about the tex-live-commits
mailing list.