summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/scontents
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-23 17:54:16 +0000
committerKarl Berry <karl@freefriends.org>2020-01-23 17:54:16 +0000
commitbdd44614e6b6436d84baa1d4ba136ced66ae8e0b (patch)
treebd4b1668b1e81181c354c53b22eed3344ac0c8df /Master/texmf-dist/tex/latex/scontents
parente1db097a0e2f5292da739738fc08b2659c7ceaab (diff)
scontents (22jan20)
git-svn-id: svn://tug.org/texlive/trunk@53504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/scontents')
-rw-r--r--Master/texmf-dist/tex/latex/scontents/scontents.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/scontents/scontents.sty b/Master/texmf-dist/tex/latex/scontents/scontents.sty
index 77147e8ecf7..13ff98bfabb 100644
--- a/Master/texmf-dist/tex/latex/scontents/scontents.sty
+++ b/Master/texmf-dist/tex/latex/scontents/scontents.sty
@@ -6,7 +6,7 @@
%%
%% scontents.dtx (with options: `loader,latex')
%%
-%% Copyright (C) 2019 by Pablo González L <pablgonz@educarchile.cl>
+%% Copyright (C) 2019-2020 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
@@ -27,8 +27,8 @@
%% t-scontents.mkiv and
%% scontents-code.tex.
%%
-\def\ScontentsFileDate{2019-11-18}%
-\def\ScontentsFileVersion{1.8}%
+\def\ScontentsFileDate{2020-01-21}%
+\def\ScontentsFileVersion{1.9}%
\def\ScontentsFileDescription{Stores LaTeX contents in memory or files}%
\RequirePackage{expl3,xparse,l3keys2e}[2019/05/28]
\ProvidesExplPackage
@@ -87,6 +87,8 @@
{ \__scontents_grab_optional:n {#1} }
\cs_new_eq:NN \__scontents_analyse_nesting_format:n
\__scontents_analyse_nesting_latex:n
+\cs_gset_eq:NN \__scontents_bsphack: \@bsphack
+\cs_gset_eq:NN \__scontents_esphack: \@esphack
\NewDocumentCommand { \Scontents }{ !s !O{} }
{ \__scontents_Scontents_internal:nn {#1} {#2} }
\NewDocumentCommand { \__scontents_verb_arg:w } { +v }