mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
use 'n' and 'N' for romain 0
This commit is contained in:
parent
01d45e981b
commit
c3873b199d
@ -403,6 +403,7 @@ impl NumberingKind {
|
|||||||
("v", 5),
|
("v", 5),
|
||||||
("iv", 4),
|
("iv", 4),
|
||||||
("i", 1),
|
("i", 1),
|
||||||
|
("n", 0),
|
||||||
],
|
],
|
||||||
n,
|
n,
|
||||||
),
|
),
|
||||||
@ -428,6 +429,7 @@ impl NumberingKind {
|
|||||||
("V", 5),
|
("V", 5),
|
||||||
("IV", 4),
|
("IV", 4),
|
||||||
("I", 1),
|
("I", 1),
|
||||||
|
("N", 0),
|
||||||
],
|
],
|
||||||
n,
|
n,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user