[latex3-commits] [l3svn] r5884 - A few more places where we really want roman numerals

noreply at latex-project.org noreply at latex-project.org
Sun Aug 23 15:50:58 CEST 2015


Author: bruno
Date: 2015-08-23 15:50:58 +0200 (Sun, 23 Aug 2015)
New Revision: 5884

Modified:
   trunk/l3kernel/l3fp-parse.dtx
Log:
A few more places where we really want roman numerals

Sorry Joseph, I thought I had committed, but forgot.


Modified: trunk/l3kernel/l3fp-parse.dtx
===================================================================
--- trunk/l3kernel/l3fp-parse.dtx	2015-08-22 17:47:04 UTC (rev 5883)
+++ trunk/l3kernel/l3fp-parse.dtx	2015-08-23 13:50:58 UTC (rev 5884)
@@ -1291,7 +1291,7 @@
           \__int_value:w 1
             \cs:w
               @@_parse_digits_
-              \tex_romannumeral:D #3
+              \__int_to_roman:w #3
               :N \exp_after:wN
             \cs_end:
             \tex_romannumeral:D
@@ -1344,7 +1344,7 @@
           \__int_value:w 1
             \cs:w
               @@_parse_digits_
-              \tex_romannumeral:D #3
+              \__int_to_roman:w #3
               :N \exp_after:wN
             \cs_end:
             \tex_romannumeral:D



More information about the latex3-commits mailing list