[latex3-commits] [l3svn] 02/02: Allow fo ^^L not being active

noreply at latex-project.org noreply at latex-project.org
Tue Dec 15 15:20:25 CET 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit adfbaeb4acc089ad25fb93121d45856ab08a5528
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Dec 15 14:19:31 2015 +0000

    Allow fo ^^L not being active
    
    ConTeXt has it as a space, which caused errors with MkIV as it led
    to ^^@ begin forbidden.
---
 l3kernel/l3candidates.dtx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 81e2e61..6de1ac0 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -4488,7 +4488,9 @@
 %    \begin{macrocode}
 \group_begin:
 %<*package>
-  \cs_set_nopar:Npn ^^L { }
+  \if_int_compare:w \tex_catcode:D 32 = 13 \scan_stop:
+    \cs_set_nopar:Npn ^^L { }
+  \fi:
 %</package>
   \char_set_catcode_other:n { 0 }
   \if_int_odd:w 0

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


More information about the latex3-commits mailing list