summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/scontents/scontents.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/scontents/scontents.tex')
-rw-r--r--Master/texmf-dist/tex/generic/scontents/scontents.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/scontents/scontents.tex b/Master/texmf-dist/tex/generic/scontents/scontents.tex
index 333f195ab95..848c9a6ccda 100644
--- a/Master/texmf-dist/tex/generic/scontents/scontents.tex
+++ b/Master/texmf-dist/tex/generic/scontents/scontents.tex
@@ -6,13 +6,13 @@
%%
%% scontents.dtx (with options: `loader,plain')
%%
-%% Copyright (C) 2019-2022 by Pablo González L <pablgonz@educarchile.cl>
+%% Copyright (C) 2019-2024 by Pablo González L <pablgonz@educarchile.cl>
%%
%% This work may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%%
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%%
%% and version 1.3c or later is part of all distributions of LaTeX version
%% 2005/12/01 or later.
@@ -27,8 +27,8 @@
%% t-scontents.mkiv and
%% scontents-code.tex.
%%
-\def\ScontentsFileDate{2022-04-04}%
-\def\ScontentsFileVersion{2.0}%
+\def\ScontentsFileDate{2024-06-14}%
+\def\ScontentsFileVersion{2.1}%
\def\ScontentsFileDescription{Stores LaTeX contents in memory or files}%
\input expl3-generic.tex
\ExplSyntaxOn
@@ -148,6 +148,8 @@
{ \__scontents_foreachsc_internal:nn {#1} {#2} }
\NewDocumentCommand \typestored { o m }
{ \__scontents_typestored_internal:nn {#1} {#2} }
+\NewDocumentCommand \mergesc { o m }
+ { \__scontents_mergesc_internal:nn {#1} {#2} }
\use:x
{
\cs_new_protected:Npn \exp_not:N \__scontents_xverb:w
@@ -172,7 +174,7 @@
\NewExpandableDocumentCommand \countsc { m }
{ \seq_count:c { g__scontents_name_#1_seq } }
\NewDocumentCommand \cleanseqsc { m }
- { \seq_clear_new:c { g__scontents_name_#1_seq } }
+ { \seq_gclear_new:c { g__scontents_name_#1_seq } }
\ExplSyntaxOff
\endinput
%%