[latex3-commits] [git/LaTeX3-latex3-latex2e] gh335: this test uses \typeout inside a heading and that ends up in a mark and ... (565df045)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri May 15 15:24:27 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh335
Link : https://github.com/latex3/latex2e/commit/565df0458327cd02bd241dfc39ca40e346f9d620
>---------------------------------------------------------------
commit 565df0458327cd02bd241dfc39ca40e346f9d620
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri May 15 15:24:27 2020 +0200
this test uses \typeout inside a heading and that ends up in a mark and ...
>---------------------------------------------------------------
565df0458327cd02bd241dfc39ca40e346f9d620
base/testfiles/tlcs01b.luatex.tlg | 8 ++++++--
base/testfiles/tlcs01b.tlg | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/base/testfiles/tlcs01b.luatex.tlg b/base/testfiles/tlcs01b.luatex.tlg
index 6ba70c6d..b792d384 100644
--- a/base/testfiles/tlcs01b.luatex.tlg
+++ b/base/testfiles/tlcs01b.luatex.tlg
@@ -54,7 +54,9 @@ CONTENTS NAME CHANGED TO XCONTENTS
]
Part name changed to XPart
[7] [8]
-\global \advance \c at chaptername 1\relax XChapter\begingroup \let \string\immediate \write \@unused {Chapter name changed to XChapter}\endgroup 1.
+\global \advance \c at chaptername 1\relax XChapter\begingroup \let \string\def
+{
+}\immediate \write \@unused {Chapter name changed to XChapter}\endgroup 1.
Chapter name changed to XChapter
Table name changed to XTable
Figure name changed to XFigure
@@ -62,7 +64,9 @@ Figure name changed to XFigure
]
CHAPTER NAME CHANGED TO XCHAPTER
[10]
-\global \advance \c at appendixname 1\relax XAppendix\begingroup \let \string\immediate \write \@unused {Appendix name changed to XAppendix}\endgroup A.
+\global \advance \c at appendixname 1\relax XAppendix\begingroup \let \string\def
+{
+}\immediate \write \@unused {Appendix name changed to XAppendix}\endgroup A.
Appendix name changed to XAppendix
[11
]
diff --git a/base/testfiles/tlcs01b.tlg b/base/testfiles/tlcs01b.tlg
index 1078565c..979f855d 100644
--- a/base/testfiles/tlcs01b.tlg
+++ b/base/testfiles/tlcs01b.tlg
@@ -54,7 +54,9 @@ CONTENTS NAME CHANGED TO XCONTENTS
]
Part name changed to XPart
[7] [8]
-\global \advance \c at chaptername 1\relax XChapter\begingroup \let \string\immediate \write \@unused {Chapter name changed to XChapter}\endgroup 1.
+\global \advance \c at chaptername 1\relax XChapter\begingroup \let \string\def
+{
+}\immediate \write \@unused {Chapter name changed to XChapter}\endgroup 1.
Chapter name changed to XChapter
Table name changed to XTable
Figure name changed to XFigure
@@ -62,7 +64,9 @@ Figure name changed to XFigure
]
CHAPTER NAME CHANGED TO XCHAPTER
[10]
-\global \advance \c at appendixname 1\relax XAppendix\begingroup \let \string\immediate \write \@unused {Appendix name changed to XAppendix}\endgroup A.
+\global \advance \c at appendixname 1\relax XAppendix\begingroup \let \string\def
+{
+}\immediate \write \@unused {Appendix name changed to XAppendix}\endgroup A.
Appendix name changed to XAppendix
[11
]
More information about the latex3-commits
mailing list.