Yes, I replace last ‘i’ with a ‘j’ in roman number, that’s to mimic old typesetting (very specific case for sure :-).

Ie 118 -> cxiij

Is there a way to do this with convertnumber anyhow ?

 

De : Wolfgang Schuster
Envoyé le :mercredi 25 novembre 2020 20:11
À : mailing list for ConTeXt users
Cc : Joseph
Objet :Re: [NTG-context] Issue with tex.romannumeral output

 

Joseph schrieb am 25.11.2020 um 19:51:

> Dear list,

>

> Following MWE outputs only ‘m’ characters (with latest upload).

 

Is there a reason why you don't use the conversion mechanism?

 

\starttext

 

\convertnumber{r}{7}

 

\cldcontext{converters.convert("r",7)}

 

\stoptext

 

Wolfgang