On 2026-08-20 at 00:58, <[email protected]> wrote:
> --8<---------------cut here---------------start------------->8---
> \definefontfamily[mainface][rm][TeX Gyre Schola]
> \definefontfamily[mainface][mm][TeX Gyre Schola Math]
>
> \setupbodyfont[mainface]
>
> \definemathconstant[type][type]
> \definemathconstant[theory][theory]
>
> \starttext
> \startformula
> \type\quad\theory
> \stopformula
> \stoptext
> --8<---------------cut here---------------end--------------->8---
>
> results “type theory” to look like “t y pe theor y”.
I now found this workaround:
\definemathconstant[type][\text{\it type}]
\definemathconstant[theory][\text{\it thry}]
It might be sufficient for me right now.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
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
___________________________________________________________________________________