[latex3-commits] [git/LaTeX3-latex3-latex3] l3doc: Fix \@partlist lookup (e07801679)

Phelype Oleinik phe.h.o1 at gmail.com
Thu Oct 10 01:59:14 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : l3doc
Link       : https://github.com/latex3/latex3/commit/e0780167952050d265188ed30a0deaa1b764846a

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

commit e0780167952050d265188ed30a0deaa1b764846a
Author: Phelype Oleinik <phe.h.o1 at gmail.com>
Date:   Wed Oct 9 20:59:14 2019 -0300

    Fix \@partlist lookup


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

e0780167952050d265188ed30a0deaa1b764846a
 l3kernel/l3doc-pkg.dtx | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3doc-pkg.dtx b/l3kernel/l3doc-pkg.dtx
index 4f715213a..fc48ae08d 100644
--- a/l3kernel/l3doc-pkg.dtx
+++ b/l3kernel/l3doc-pkg.dtx
@@ -3581,13 +3581,8 @@
     \@tempswatrue
     \if at partsw
       \@tempswafalse
-      \cs_set:Npx \@tempb {#1}
-      \clist_map_inline:Nn \@partlist
-        {
-          \if_meaning:w \@tempa \@tempb
-            \@tempswatrue
-          \fi:
-        }
+      \clist_if_in:NnT \@partlist {#1}
+        { \@tempswatrue }
     \fi
     \if at tempswa
       \cs_set_eq:NN \@auxout                 \@partaux





More information about the latex3-commits mailing list