summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/styledcmd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-07 21:22:48 +0000
committerKarl Berry <karl@freefriends.org>2024-03-07 21:22:48 +0000
commit02ae8d90a2f52a33cd76c60fd04c4642841dc5c5 (patch)
tree74e360bd18b583da7219f89f3b0ec82d6ee89b92 /Master/texmf-dist/tex/latex/styledcmd
parentcc77816bee5134b22e3a0f98ec91d326f1cc6008 (diff)
styledcmd (7mar24)
git-svn-id: svn://tug.org/texlive/trunk@70471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/styledcmd')
-rw-r--r--Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty19
1 files changed, 7 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty b/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty
index e259a5dc6c6..ee5cda9c234 100644
--- a/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty
+++ b/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty
@@ -9,7 +9,7 @@
%% This is a generated file.
%%
%% Styledcmd Handle multiple versions for user-defined macros in LaTeX
-%% Copyright (C) 2021 Paolo De Donato <dedonato95@hotmail.it>
+%% Copyright (C) 2021-2024 Paolo De Donato <dedonato95@hotmail.it>
%%
%% Styledcmd is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
@@ -26,15 +26,15 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}[2022-04-10]
-\ProvidesExplPackage{styledcmd}{2022/12/13}{2.0}{Command with different styles}
-\RequirePackage{lt3rawobjects}[2022-12-12]
+\ProvidesExplPackage{styledcmd}{2024/03/07}{2.0.1}{Command with different styles}
+\RequirePackage{lt3rawobjects}[2023-03-17]
\RequirePackage{xparse}
\str_const:Nx \c__stycmd_cmdproxy_str { \object_address:nn
{ stycmd }{ proxy } }
-\proxy_create:nnN { stycmd }{ proxy } \c_object_public_str
+\proxy_create:nn { stycmd }{ proxy }
\proxy_push_member:Vnn \c__stycmd_cmdproxy_str { default }{ tl }
@@ -152,10 +152,8 @@
\__stycmd_cmd:n{ #1 }
}
{
- \object_create:VnnNN \c__stycmd_cmdproxy_str
+ \object_create:Vnn \c__stycmd_cmdproxy_str
{ stycmd }{ entity - #1 }
- \c_object_global_str
- \c_object_public_str
\__stycmd_setdef_style:nn{ #1 }{ #2 }
@@ -249,8 +247,7 @@
\seq_new:N \g__stycmd_tmp_seq
\seq_new:N \g__stycmd_tmpb_seq
-\proxy_create_gset:NnnN \g__stycmd_grproxy_str { stycmd }{ groups }
- \c_object_public_str
+\proxy_create_gset:Nnn \g__stycmd_grproxy_str { stycmd }{ groups }
\proxy_push_member:Vnn \g__stycmd_grproxy_str { commands }{ seq }
@@ -268,11 +265,9 @@
\object_address:nn{ stycmd }{ group - #1 }
}
{
- \object_create:VnnNN \g__stycmd_grproxy_str
+ \object_create:Vnn \g__stycmd_grproxy_str
{ stycmd }
{ group - #1 }
- \c_object_global_str
- \c_object_public_str
}
\seq_gset_from_clist:Nn \g__stycmd_tmp_seq { #2 }