ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \tfx or \tfxx is fail with nonintegral fonts size
@ 2011-01-06  5:08 views63
  2011-01-07 11:39 ` Li Yanrui (李延瑞)
  0 siblings, 1 reply; 3+ messages in thread
From: views63 @ 2011-01-06  5:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 311 bytes --]

Hi all,

I find  the "\tfx" or "\tfxx" is fail in nonintegral fonts size  with latest
beta (MKIV), but the "\small" was worked.

example:

 \starttext

\switchtobodyfont[15.01pt]

\tfxx

test

\switchtobodyfont[15pt]

\tfx

test

\switchtobodyfont[15.01pt]

\small

test

\stoptext


--
Best regards,

Huang Ze

[-- Attachment #1.2: Type: text/html, Size: 4183 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \tfx or \tfxx is fail with nonintegral fonts size
  2011-01-06  5:08 \tfx or \tfxx is fail with nonintegral fonts size views63
@ 2011-01-07 11:39 ` Li Yanrui (李延瑞)
  2011-01-08  8:58   ` views63
  0 siblings, 1 reply; 3+ messages in thread
From: Li Yanrui (李延瑞) @ 2011-01-07 11:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/6 views63 <views63@gmail.com>:
> Hi all,
> I find  the "\tfx" or "\tfxx" is fail in nonintegral fonts size  with latest
> beta (MKIV), but the "\small" was worked.
> example:
>
> \starttext
>
> \switchtobodyfont[15.01pt]
>
> \tfxx
>
> test
>
> \switchtobodyfont[15pt]
>
> \tfx
>
> test
>
> \switchtobodyfont[15.01pt]
>
> \small
>
> test
>
> \stoptext
>

Hi,

The predefinded size list of body fonts is
[4pt,5pt,6pt,7pt,8pt,9pt,10pt,11pt,12pt,14.4pt,17.3pt]. If you use the
size exsisted in this list, the macros such as \tfx and \tfxx works
can always work. Otherwise you have to define body fonts by yourself.

-- 
Best regards,

Li Yanrui (李延瑞)
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \tfx or \tfxx is fail with nonintegral fonts size
  2011-01-07 11:39 ` Li Yanrui (李延瑞)
@ 2011-01-08  8:58   ` views63
  0 siblings, 0 replies; 3+ messages in thread
From: views63 @ 2011-01-08  8:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1481 bytes --]

Thank you, but the macros (\tfx or \tfxx) is worked well in the older
version. why?

--
Best regards,

Huang Ze

2011/1/7 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>

> 2011/1/6 views63 <views63@gmail.com>:
> > Hi all,
> > I find  the "\tfx" or "\tfxx" is fail in nonintegral fonts size  with
> latest
> > beta (MKIV), but the "\small" was worked.
> > example:
> >
> > \starttext
> >
> > \switchtobodyfont[15.01pt]
> >
> > \tfxx
> >
> > test
> >
> > \switchtobodyfont[15pt]
> >
> > \tfx
> >
> > test
> >
> > \switchtobodyfont[15.01pt]
> >
> > \small
> >
> > test
> >
> > \stoptext
> >
>
> Hi,
>
> The predefinded size list of body fonts is
> [4pt,5pt,6pt,7pt,8pt,9pt,10pt,11pt,12pt,14.4pt,17.3pt]. If you use the
> size exsisted in this list, the macros such as \tfx and \tfxx works
> can always work. Otherwise you have to define body fonts by yourself.
>
> --
> Best regards,
>
> Li Yanrui (李延瑞)
>
> ___________________________________________________________________________________
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2649 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-08  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06  5:08 \tfx or \tfxx is fail with nonintegral fonts size views63
2011-01-07 11:39 ` Li Yanrui (李延瑞)
2011-01-08  8:58   ` views63

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).