[latex3-commits] [git/LaTeX3-latex3-latex3] master: Extend text expansion exclusions to IniTeX (b499e4476)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 22 09:11:34 CET 2020


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

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

commit b499e44764aa5ebf98dc8a1a1c366e537955409f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 22 08:11:08 2020 +0000

    Extend text expansion exclusions to IniTeX


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

b499e44764aa5ebf98dc8a1a1c366e537955409f
 l3kernel/l3text.dtx | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 28daf6b4b..4cc60dcf5 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -189,8 +189,7 @@
 % \end{variable}
 %
 % \begin{variable}{\l_text_expand_exclude_tl}
-%   Lists commands which are excluded from expansion. (Defined only for the
-%   \LaTeXe{} package.)
+%   Lists commands which are excluded from expansion.
 % \end{variable}
 %
 % \end{documentation}
@@ -449,8 +448,8 @@
 % \begin{variable}{\l_text_expand_exclude_tl}
 %   Commands which need not to expand.
 %    \begin{macrocode}
-%<*package>
 \tl_new:N \l_text_expand_exclude_tl
+%<*package>
 \tl_set:Nn \l_text_expand_exclude_tl
   { \cite \label \ref }
 %</package>





More information about the latex3-commits mailing list