[latex3-commits] [l3svn] r6112 - Avoid lowercasing a csname: turn it to a cs earlier

noreply at latex-project.org noreply at latex-project.org
Mon Sep 28 23:28:57 CEST 2015


Author: bruno
Date: 2015-09-28 23:28:57 +0200 (Mon, 28 Sep 2015)
New Revision: 6112

Modified:
   trunk/l3kernel/l3candidates.dtx
Log:
Avoid lowercasing a csname: turn it to a cs earlier


Modified: trunk/l3kernel/l3candidates.dtx
===================================================================
--- trunk/l3kernel/l3candidates.dtx	2015-09-27 16:06:17 UTC (rev 6111)
+++ trunk/l3kernel/l3candidates.dtx	2015-09-28 21:28:57 UTC (rev 6112)
@@ -4418,7 +4418,8 @@
           \char_set_lccode:nn { 32 } {#1}
           \exp_args:Nx \tex_lowercase:D
             {
-              \tl_const:cn { c_@@_ \__int_to_roman:w #1 _tl }
+              \tl_const:Nn
+                \exp_not:c { c_@@_ \__int_to_roman:w #1 _tl }
                 { \exp_not:o \l_@@_tmp_tl }
             }
         }



More information about the latex3-commits mailing list