[latex3-commits] [latex3/latex2e] tagging/gh767: fix a variable name (0746869af)

github at latex-project.org github at latex-project.org
Sat Nov 23 23:28:00 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : tagging/gh767
Link       : https://github.com/latex3/latex2e/commit/0746869af89f81c5d8380f3b468f79616f094fac

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

commit 0746869af89f81c5d8380f3b468f79616f094fac
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Nov 23 23:28:00 2024 +0100

    fix a  variable name


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

0746869af89f81c5d8380f3b468f79616f094fac
 required/latex-lab/latex-lab-block.dtx                   | 4 ++--
 required/latex-lab/testfiles-block/blocks-000.luatex.tlg | 2 +-
 required/latex-lab/testfiles-block/blocks-000.tlg        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index 89d57804c..4c2ccce3e 100644
--- a/required/latex-lab/latex-lab-block.dtx
+++ b/required/latex-lab/latex-lab-block.dtx
@@ -1952,7 +1952,7 @@
   endpenalty      = \@endparpenalty ,
   rightmargin     = \rightmargin ,
   leftmargin      = \leftmargin ,
-  parindent       = \l_@@block_parindent_dim ,
+  parindent       = \l_@@__parindent_dim ,
 }
 {
   \tl_if_empty:nF {#1} { \SetTemplateKeys{block}{display}{#1} }
@@ -2044,7 +2044,7 @@
 %  \changes{v0.8w}{2024/11/23}{Use private storage bin for parindent
 %    and not \cs{listparindent} to decouple block and list templates (tagging/767)}
 %    \begin{macrocode}
-    \dim_set_eq:NN \parindent \l_@@block_parindent_dim
+    \dim_set_eq:NN \parindent \l_@@__parindent_dim
     \dim_add:Nn \linewidth { - \rightmargin - \leftmargin }
     \dim_add:Nn \@totalleftmargin { \leftmargin }
     \tex_parshape:D 1 ~ \@totalleftmargin \linewidth
diff --git a/required/latex-lab/testfiles-block/blocks-000.luatex.tlg b/required/latex-lab/testfiles-block/blocks-000.luatex.tlg
index 8bb27c117..8fd7acd59 100644
--- a/required/latex-lab/testfiles-block/blocks-000.luatex.tlg
+++ b/required/latex-lab/testfiles-block/blocks-000.luatex.tlg
@@ -14,7 +14,7 @@ LaTeX template Info: Declaring template type 'item' taking 1 argument(s) on line
 \l__par_start_skip=\skip...
 \l__block_botsep_skip=\skip...
 \l__block_parbotsep_skip=\skip...
-\l__blockblock_parindent_dim=\dimen...
+\l__block__parindent_dim=\dimen...
 \l__block_counter_start_int=\count...
 \l__block_one_label_box=\box...
 \g__block_labels_box=\box...
diff --git a/required/latex-lab/testfiles-block/blocks-000.tlg b/required/latex-lab/testfiles-block/blocks-000.tlg
index 07ce9d2aa..5eaebf4ef 100644
--- a/required/latex-lab/testfiles-block/blocks-000.tlg
+++ b/required/latex-lab/testfiles-block/blocks-000.tlg
@@ -14,7 +14,7 @@ LaTeX template Info: Declaring template type 'item' taking 1 argument(s) on line
 \l__par_start_skip=\skip...
 \l__block_botsep_skip=\skip...
 \l__block_parbotsep_skip=\skip...
-\l__blockblock_parindent_dim=\dimen...
+\l__block__parindent_dim=\dimen...
 \l__block_counter_start_int=\count...
 \l__block_one_label_box=\box...
 \g__block_labels_box=\box...





More information about the latex3-commits mailing list.