[latex3-commits] [git/LaTeX3-latex3-latex3] master: Exclude arg. of \begin and \end from case changing (e1ffef964)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 15 15:17:32 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/e1ffef964fecf3a756d749ffa2067a3afe8ff117

>---------------------------------------------------------------

commit e1ffef964fecf3a756d749ffa2067a3afe8ff117
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 15 14:17:32 2020 +0000

    Exclude arg. of \begin and \end from case changing


>---------------------------------------------------------------

e1ffef964fecf3a756d749ffa2067a3afe8ff117
 l3kernel/l3text.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 0efc072cf..28daf6b4b 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -426,7 +426,7 @@
 %   Non-text arguments.
 %    \begin{macrocode}
 \tl_new:N \l_text_case_exclude_arg_tl
-\tl_set:Nn \l_text_case_exclude_arg_tl { \cite \label \ref }
+\tl_set:Nn \l_text_case_exclude_arg_tl { \begin \cite \end \label \ref }
 %    \end{macrocode}
 % \end{variable}
 %





More information about the latex3-commits mailing list