diff options
Diffstat (limited to 'include/dsf')
-rw-r--r-- | include/dsf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dsf b/include/dsf index dc757a1..ae05e7d 100644 --- a/include/dsf +++ b/include/dsf @@ -5189,7 +5189,13 @@ def @DocumentSetup def @LongNum { numbers @Then { - initiallanguage @Language { word @NumSep @ShortNum } + # initiallanguage @Language { word @NumSep @ShortNum } + @ShortNum @Case { + "" @Yield { } # numberless: don't produce `word' + else @Yield { + initiallanguage @Language { word @NumSep @ShortNum } + } + } } } |