diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3str.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3str.dtx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3str.dtx b/Master/texmf-dist/source/latex/l3kernel/l3str.dtx index 32dd203cfc4..453d341acb9 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3str.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3str.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2019-08-25} +% \date{Released 2019-09-05} % % \maketitle % @@ -656,7 +656,11 @@ % \iow_term:x { \str_range:nnn { abcdef } { -1 } { -4 } } % \end{verbatim} % both yield empty strings. +% \end{function} % +% ^^A If this stays in the same {function} environment, we get a really +% ^^A awful page break. Perhaps we should add a way to allow a page break +% ^^A in a function environment... % The behavior of \cs{str_range_ignore_spaces:nnn} is similar, but spaces % are removed before starting the job. The input % \begin{verbatim} @@ -682,7 +686,7 @@ % \end{verbatim} % will print four instances of |bcde|, four instances of |bc e| and eight % instances of |bcde|. -% \end{function} +% ^^A\end{function} % % \section{String manipulation} % |