Henning Hraban Ramm via ntg-context schrieb am 12.11.2021 um 09:09:
Am 12.11.2021 um 06:26 schrieb jbf via ntg-context
: It does seem, though, just using '1' as the chapter number for the moment, that the underline is not quite centered; almost but not quite. So am playing around with the roffset to adjust that. It might make sense to use a different number style for paginations – most fonts set unproportional tabular numbers as default, in this case proportional tabular numbers make sense. That will affect the spacing around the 1 – don’t know if it solves your case.
Example from one of my projects:
\definefontfeature[ptabnum][default][ onum=no,pnum=yes,tnum=yes, ]
You can't activate pnum and tnum at the same time, only one is possible. Wolfgang