summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/scontents
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-29 21:24:55 +0000
committerKarl Berry <karl@freefriends.org>2019-10-29 21:24:55 +0000
commitd4a75ab9db4e8f02b22024ac4e7eb53f983512eb (patch)
treefa20e2e5c9d41dd0737f5071586c66840789232d /Master/texmf-dist/tex/generic/scontents
parent45ee5d92b198fe66f73b1db07106418d6c97b5e1 (diff)
scontents (29oct19)
git-svn-id: svn://tug.org/texlive/trunk@52575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/scontents')
-rw-r--r--Master/texmf-dist/tex/generic/scontents/scontents-code.tex2
-rw-r--r--Master/texmf-dist/tex/generic/scontents/scontents.tex23
2 files changed, 11 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/generic/scontents/scontents-code.tex b/Master/texmf-dist/tex/generic/scontents/scontents-code.tex
index 378e48aeff1..49e87eba3e0 100644
--- a/Master/texmf-dist/tex/generic/scontents/scontents-code.tex
+++ b/Master/texmf-dist/tex/generic/scontents/scontents-code.tex
@@ -27,7 +27,7 @@
%% t-scontents.mkiv and
%% scontents-code.tex.
%%
-\def\ScontentsCoreFileDate{2019-10-26}%
+\def\ScontentsCoreFileDate{2019-10-29}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
diff --git a/Master/texmf-dist/tex/generic/scontents/scontents.tex b/Master/texmf-dist/tex/generic/scontents/scontents.tex
index 9f295044168..24d0ee99dcf 100644
--- a/Master/texmf-dist/tex/generic/scontents/scontents.tex
+++ b/Master/texmf-dist/tex/generic/scontents/scontents.tex
@@ -27,8 +27,8 @@
%% t-scontents.mkiv and
%% scontents-code.tex.
%%
-\def\ScontentsFileDate{2019-10-26}%
-\def\ScontentsFileVersion{1.6}%
+\def\ScontentsFileDate{2019-10-29}%
+\def\ScontentsFileVersion{1.7}%
\def\ScontentsFileDescription{Stores LaTeX contents in memory or files}%
\input expl3-generic.tex
\ExplSyntaxOn
@@ -146,9 +146,14 @@
\NewDocumentCommand \__scontents_grab_optional:w { r[] }
{ \__scontents_grab_optional:n {#1} }
\bool_new:N \l__scontents_temp_bool
-\cs_new_protected:Npn \verbatim
- { \__scontents_verbatim_aux: \frenchspacing \__scontents_vobeyspaces: \__scontents_xverb: }
-\cs_new_protected:Npn \__scontents_verbatim_aux:
+\cs_new_protected:Npn \verbatimsc
+ {
+ \group_begin:
+ \__scontents_verbatimsc_aux: \frenchspacing \__scontents_vobeyspaces: \__scontents_xverb:
+ }
+\cs_new_protected:Npn \endverbatimsc
+ { \group_end: }
+\cs_new_protected:Npn \__scontents_verbatimsc_aux:
{
\skip_vertical:N \parskip
\int_set:Nn \parindent { 0pt }
@@ -206,14 +211,6 @@
##1 \g__scontents_end_verbatimsc_tl
{ ##1 \exp_not:N \endverbatimsc }
}
-\NewDocumentEnvironment { verbatimsc } { }
- {
- \group_begin:
- \verbatim
- }
- {
- \group_end:
- }
\group_begin:
\char_set_catcode_active:n { `\* }
\cs_new_protected:Npn \__scontents_plain_disable_outer_par: