[latex3-commits] [latex3/latex2e] tagging/gh767: Apply suggestions from code review (fbf13e193)

github at latex-project.org github at latex-project.org
Sat Nov 23 23:38:51 CET 2024


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

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

commit fbf13e193d92a7b09a0d9eb2c8c8340838b5a357
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Nov 23 23:38:51 2024 +0100

    Apply suggestions from code review
    
    Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>


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

fbf13e193d92a7b09a0d9eb2c8c8340838b5a357
 required/latex-lab/latex-lab-block.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index 4c2ccce3e..14593a4ac 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_@@__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_@@__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
@@ -3385,7 +3385,7 @@
 % \subsubsection{Block instances for the theorems}
 %
 %  
-%  \begin{instance}{block theoremblock-0 }
+%  \begin{instance}{block theoremblock-0}
 %    Theorems do not support nesting, so we have only one to set up.
 %    The \LaTeX{} default reused the general value of \cs{parindent}
 %    and \cs{parskip} and, of course, they start at the outer margin.





More information about the latex3-commits mailing list.