summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xpackages/xtras
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/xpackages/xtras')
-rw-r--r--Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty b/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty
index 67e67fe285a..e108b0aff35 100644
--- a/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty
+++ b/Master/texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty
@@ -51,7 +51,7 @@
{\filename}{\filedate}{\fileversion}{\filedescription}
\RequirePackage{xparse}
\clist_new:N \keys_latexe_options_clist
-\cs_new:Nn \keys_latexe_options:n {
+\cs_new:Npn \keys_latexe_options:n #1 {
\clist_clear:N \keys_latexe_options_clist
\keys_latexe_options_global:n {#1}
\keys_latexe_options_local:
@@ -70,7 +70,7 @@
Unknown~option~`#1'\\%
for~module~#2.%
}
-\cs_new:Nn \keys_latexe_options_global:n {
+\cs_new:Npn \keys_latexe_options_global:n #1 {
\cs_if_eq:NNF \@classoptionslist \scan_stop: {
\cs_if_eq:NNTF \@currext \@clsextension {
\keys_latexe_options_class:n {#1}
@@ -79,7 +79,7 @@
}
}
}
-\cs_new:Nn \keys_latexe_options_class:n {
+\cs_new:Npn \keys_latexe_options_class:n #1 {
\clist_map_inline:Nn \@classoptionslist {
\keys_if_exist:nnTF {#1} { \keys_latexe_remove_equals:n {##1} } {
\clist_put_right:Nn \keys_latexe_options_clist {##1}
@@ -88,7 +88,7 @@
}
}
}
-\cs_new:Nn \keys_latexe_options_package:n {
+\cs_new:Npn \keys_latexe_options_package:n #1 {
\clist_map_inline:Nn \@classoptionslist {
\keys_if_exist:nnT {#1} { \keys_latexe_remove_equals:n {##1} } {
\clist_put_right:Nn \keys_latexe_options_clist {##1}
@@ -96,7 +96,7 @@
}
}
}
-\cs_new_nopar:Nn \keys_latexe_options_local: {
+\cs_new_nopar:Npn \keys_latexe_options_local: {
\cs_if_eq:NNF \@currext \@clsextension {
\cs_if_exist:cT { opt@ \@currname . \@currext } {
\exp_args:NNc \clist_put_right:NV \keys_latexe_options_clist
@@ -104,7 +104,7 @@
}
}
}
-\cs_new:Nn \keys_latexe_remove_equals:n {
+\cs_new:Npn \keys_latexe_remove_equals:n #1 {
\keys_latexe_remove_equals:w #1 = \q_stop
}
\cs_new:Npn \keys_latexe_remove_equals:w #1 = #2 \q_stop {#1}