texlive[70471] Master/texmf-dist: styledcmd (7mar24)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 7 22:22:48 CET 2024


Revision: 70471
          https://tug.org/svn/texlive?view=revision&revision=70471
Author:   karl
Date:     2024-03-07 22:22:48 +0100 (Thu, 07 Mar 2024)
Log Message:
-----------
styledcmd (7mar24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf
    trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx
    trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins
    trunk/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty

Modified: trunk/Master/texmf-dist/doc/latex/styledcmd/styledcmd.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx	2024-03-07 21:22:39 UTC (rev 70470)
+++ trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.dtx	2024-03-07 21:22:48 UTC (rev 70471)
@@ -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 at hotmail.it>
+%  Copyright (C) 2021-2024 Paolo De Donato <dedonato95 at 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 }

Modified: trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins	2024-03-07 21:22:39 UTC (rev 70470)
+++ trunk/Master/texmf-dist/source/latex/styledcmd/styledcmd.ins	2024-03-07 21:22:48 UTC (rev 70471)
@@ -1,6 +1,6 @@
 %%
 %%  Styledcmd Handle multiple versions for user-defined macros in LaTeX
-%%  Copyright (C) 2021  Paolo De Donato <dedonato95 at hotmail.it>
+%%  Copyright (C) 2021-2024  Paolo De Donato <dedonato95 at 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 at hotmail.it>
+Copyright (C) 2021-2024 Paolo De Donato <dedonato95 at 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

Modified: trunk/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty	2024-03-07 21:22:39 UTC (rev 70470)
+++ trunk/Master/texmf-dist/tex/latex/styledcmd/styledcmd.sty	2024-03-07 21:22:48 UTC (rev 70471)
@@ -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 at hotmail.it>
+%% Copyright (C) 2021-2024 Paolo De Donato <dedonato95 at 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,8 +26,8 @@
 %% 
 \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}
 
 
@@ -34,7 +34,7 @@
 \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 }



More information about the tex-live-commits mailing list.