[latex3-commits] [l3svn] 01/02: Leave ^^L available as active in format mode

noreply at latex-project.org noreply at latex-project.org
Fri Sep 11 08:17:55 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit b253a7b94e9f5fad2c69ff5fc8a2bf087058669d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 11 07:07:22 2015 +0100

    Leave ^^L available as active in format mode
    
    Presumably we don't have to worry about \outer here.
---
 l3kernel/l3candidates.dtx |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 8ab4d8f..7a37186 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -4510,7 +4510,8 @@
 %   lists, one for each character code, using \tn{tex_lowercase:D} to
 %   convert |^^@| in each case. The \texttt{x}-type expansion deals with
 %   the |\if_false:| stuff introduced earlier. This is done in three parts
-%   as |^^L| is awkward. Notice that at this stage |^^@| is active.
+%   as |^^L| is awkward. Notice that at this stage |^^@| is active. In
+%   format mode this is not needed.
 %    \begin{macrocode}
       \cs_set_protected:Npn \@@_tmp:n #1
         {
@@ -4522,12 +4523,17 @@
                 { \exp_not:o \l_@@_tmp_tl }
             }
         }
+%<*package>
       \int_step_function:nnnN { 0 }  { 1 } { 11 }  \@@_tmp:n
       \group_begin:
         \tl_replace_once:Nnn \l_@@_tmp_tl { ^^@ } { \ERROR }
         \@@_tmp:n { 12 }
       \group_end:
       \int_step_function:nnnN { 13 } { 1 } { 255 } \@@_tmp:n
+%</package>
+%<*initex>
+      \int_step_function:nnnN { 0 }  { 1 } { 255 }  \@@_tmp:n
+%</initex>
       \cs_new:Npn \@@_generate_auxii:nn #1#2
         {
           \tl_if_exist:cTF { c_@@_ \__int_to_roman:w #1 _tl }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list