summaryrefslogtreecommitdiff
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
parentcc77816bee5134b22e3a0f98ec91d326f1cc6008 (diff)
styledcmd (7mar24)
git-svn-id: svn://tug.org/texlive/trunk@70471 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdfbin433243 -> 371846 bytes
-rw-r--r--Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx25
-rw-r--r--Master/texmf-dist/source/latex/styledcmd/styledcmd.ins4
-rw-r--r--Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty19
4 files changed, 19 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf b/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf
index 93082e4f08d..9e72f748fa6 100644
--- a/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf
+++ b/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx b/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx
index c11714952aa..12afbf9ab3c 100644
--- a/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx
+++ b/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx
@@ -1,7 +1,7 @@
- % \iffalse meta-comment
+% \iffalse meta-comment
%
% 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>
%
% This file is part of Styledcmd.
%
@@ -22,12 +22,12 @@
%
% \iffalse
%<*driver>
-\ProvidesFile{styledcmd.dtx}[2022/12/13 2.0 Command with different styles]
+\ProvidesFile{styledcmd.dtx}[2024/03/07 2.0.1 Command with different styles]
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\RequirePackage{expl3}[2022-04-10]
-%<package>\ProvidesExplPackage{styledcmd}{2022/12/13}{2.0}{Command with different styles}
-%<package>\RequirePackage{lt3rawobjects}[2022-12-12]
+%<package>\ProvidesExplPackage{styledcmd}{2024/03/07}{2.0.1}{Command with different styles}
+%<package>\RequirePackage{lt3rawobjects}[2023-03-17]
%<package>\RequirePackage{xparse}
%<*driver>
\documentclass[full]{l3doc}
@@ -45,7 +45,7 @@
%
%\title{styledcmd}
%\author{Paolo De Donato}
-%\date{13 December 2022}
+%\date{2.0.1 2024/03/07}
%
%\maketitle
%
@@ -265,7 +265,7 @@
\str_const:Nx \c_@@_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_@@_cmdproxy_str { default }{ tl }
% \end{macrocode}
@@ -414,10 +414,8 @@
\@@_cmd:n{ #1 }
}
{
- \object_create:VnnNN \c_@@_cmdproxy_str
+ \object_create:Vnn \c_@@_cmdproxy_str
{ stycmd }{ entity - #1 }
- \c_object_global_str
- \c_object_public_str
\@@_setdef_style:nn{ #1 }{ #2 }
@@ -560,8 +558,7 @@
\seq_new:N \g_@@_tmp_seq
\seq_new:N \g_@@_tmpb_seq
-\proxy_create_gset:NnnN \g_@@_grproxy_str { stycmd }{ groups }
- \c_object_public_str
+\proxy_create_gset:Nnn \g_@@_grproxy_str { stycmd }{ groups }
\proxy_push_member:Vnn \g_@@_grproxy_str { commands }{ seq }
@@ -579,11 +576,9 @@
\object_address:nn{ stycmd }{ group - #1 }
}
{
- \object_create:VnnNN \g_@@_grproxy_str
+ \object_create:Vnn \g_@@_grproxy_str
{ stycmd }
{ group - #1 }
- \c_object_global_str
- \c_object_public_str
}
\seq_gset_from_clist:Nn \g_@@_tmp_seq { #2 }
diff --git a/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins b/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins
index 1b48ace486c..2c1db13901d 100644
--- a/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins
+++ b/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins
@@ -1,6 +1,6 @@
%%
%% 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>
%%
%% This file is part of Styledcmd.
%%
@@ -28,7 +28,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
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 }