15 May
2015
15 May
'15
12:46 p.m.
Am 15.05.2015 um 14:28 schrieb Christoph Reller
: Hi,
The \ordinaldaynumber{...} stopped working for me. Is this a bug?
Cheers, Christoph Reller
\starttext \ordinaldaynumber{5} \stoptext
! You can't use `\numexpr' in vertical mode
<recently read> \numexpr
\ordinaldaynumber #1->\clf_ordinal \numexpr #1\relax {\currentlanguage }
The Lua function for the command (core-con.lua) expects a wrong value. implement { name = "ordinal", actions = ctxordinal, - arguments = { "string", "string" } + arguments = { "integer", "string" } } Wolfgang