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.tex23
1 files changed, 10 insertions, 13 deletions
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: