Re: [NTG-context] How to switch back to default font size after having used \tfa

2023-06-06 Thread Hans Hagen via ntg-context

On 6/5/2023 11:36 PM, Emanuel Han via ntg-context wrote:

\tf doesn't work.

version used: 2023.06.04 18:58


MWE:

\starttext a\tfa a \tf a\stoptext


use grouping

\starttext a{\tfa a} \tf a\stoptext

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

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

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


[NTG-context] How to switch back to default font size after having used \tfa

2023-06-05 Thread Emanuel Han via ntg-context
\tf doesn't work.

version used: 2023.06.04 18:58

MWE:
\starttext a\tfa a \tf a\stoptext
should make default size a followed by 1.2 sized a followed by default size a
but instead, it's default size a followed by 1.2 sized a followed by 1.2 sized a

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

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