[latex3-commits] [latex3/latex2e] ltmarks-multicol: fix test file to use the public interface now (13dfe5bed)

github at latex-project.org github at latex-project.org
Sun Nov 17 20:19:08 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : ltmarks-multicol
Link       : https://github.com/latex3/latex2e/commit/13dfe5bed4487129eb4e70bce25bf18661cd7595

>---------------------------------------------------------------

commit 13dfe5bed4487129eb4e70bce25bf18661cd7595
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Nov 17 20:19:08 2024 +0100

    fix test file to use the public interface now


>---------------------------------------------------------------

13dfe5bed4487129eb4e70bce25bf18661cd7595
 base/testfiles-ltmarks/xmarks-009.lvt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/base/testfiles-ltmarks/xmarks-009.lvt b/base/testfiles-ltmarks/xmarks-009.lvt
index c41524bec..30393b1da 100644
--- a/base/testfiles-ltmarks/xmarks-009.lvt
+++ b/base/testfiles-ltmarks/xmarks-009.lvt
@@ -17,7 +17,7 @@
 
 \ExplSyntaxOn
 
-\__mark_update_structure_from_material:nn{page}
+\mark_update_structure_from_material:nn{page}
    {text\markright{A} \par
    \break
     text\markright{B} \par
@@ -32,7 +32,7 @@
 
 \ExplSyntaxOn
 
-\__mark_update_structure_from_material:nn{page}
+\mark_update_structure_from_material:nn{page}
    {text\markright{D} \par
    \break
     text\markright{E} \par
@@ -46,7 +46,7 @@
 
 \ExplSyntaxOn
 
-\__mark_update_structure_from_material:nn{page}
+\mark_update_structure_from_material:nn{page}
    {text\markright{G} \par
    \vskip 0pt minus 1fil\relax
     text\markright{H} \par
@@ -64,7 +64,7 @@
 \tl_new:N \l_first_marks_tl
 \tl_new:N \l_last_marks_tl
 
-\__mark_get_marks_for_reinsertion:nNN
+\mark_get_marks_for_reinsertion:nNN
    {
      text\markboth{A1}{A2} \par
    \break
@@ -79,7 +79,7 @@
 \tl_show:N \l_first_marks_tl
 \tl_show:N \l_last_marks_tl
 
-\__mark_get_marks_for_reinsertion:nNN
+\mark_get_marks_for_reinsertion:nNN
    {
      text\markboth{A1}{A2} \par
    \break
@@ -109,7 +109,7 @@
      text\markright{A3} \par
  }
 
-\__mark_get_marks_for_reinsertion:nNN
+\mark_get_marks_for_reinsertion:nNN
    { \box_use_drop:N \l_test_box }
    \l_first_marks_tl
    \l_last_marks_tl
@@ -128,7 +128,7 @@
      text\markright{A3}
  }
 
-\__mark_get_marks_for_reinsertion:nNN
+\mark_get_marks_for_reinsertion:nNN
    { \box_use_drop:N \l_test_box }
    \l_first_marks_tl
    \l_last_marks_tl





More information about the latex3-commits mailing list.