Aditya Mahajan schrieb am 18.12.2019 um 17:11:
On Wed, 18 Dec 2019, Otared Kavian wrote:

Thanks Aditya! That solve smy issue.
However, it is a bit of magic to know that \setupinterlinespace makes also the math font small, even for inline math.

The magic bit is not \setupinterlinespace but using \switchtobodyfont[small] instead of \tfx.

\tf.. \bf.., etc. only change the text font; \switchtobodyfont changes the entire font family, including math.

Only \tx and \txx (and the combinations \tfx etc.) ignore math.

\starttext

xxx \m{xxx}

{\tfc xxx \m{xxx}}

{\tfx xxx \m{xxx}}

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to