Peter Münster schrieb am 30.05.2024 um 13:59:
Hi,
It seems, that you cannot use self defined conversions in \date:
\defineconversion[mytest][X-\romannumerals]
\starttext
Self defined conversion: \convertnumber{mytest}{1} (OK)\\
Predefined conversion in date: \date[d=1][day:a] (OK)\\
Self defined conversion in date: \date[d=1][day:mytest] (not OK)
\stoptext
Is this a bug, or a feature?
How could one use self defined conversions in \date please?
The \date mechanism can only use conversions which are defined on the
Lua side but your custom conversion is only available on the TeX side.
You can however set the "X-" prefix as normal string in the output of
\date and use a predefined conversion.
\starttext
\date[d=1][X-,day:r]
\date[d=1][X-,day:romannumerals]
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________