[NTG-context] Uppercase Greek in large fontsize

2007-08-20 Thread Shen Chen
Hi all,

I had a problem with typesetting uppercase Greek in large fontsize.
I am doing a screen presentation so I want to work with 18pt body font size.
But uppercase greek letters all disappear whenever I use anything bigger
than 12pt. All small case greek letter are fine, though. Wondering if there
is a simple fix to it. Thanks a lot!

\setupbodyfont[roman,18pt]
\starttext
Hello world!
$$\delta \Delta \alpha \Alpha \gamma \Gamma $$
\stoptext

Best regards,
Shen Chen

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Uppercase Greek in large fontsize

2007-08-20 Thread Hans Hagen
Shen Chen wrote:
 Hi all,
 
 I had a problem with typesetting uppercase Greek in large fontsize.
 I am doing a screen presentation so I want to work with 18pt body font size.
 But uppercase greek letters all disappear whenever I use anything bigger
 than 12pt. All small case greek letter are fine, though. Wondering if there
 is a simple fix to it. Thanks a lot!
 
 \setupbodyfont[roman,18pt]
 \starttext
 Hello world!
 $$\delta \Delta \alpha \Alpha \gamma \Gamma $$
 \stoptext
\definebodyfontenvironment[18pt]
\setupbodyfont[18pt]
Hello world!
$$\delta \Delta \alpha \Alpha \gamma \Gamma $$

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Uppercase Greek in large fontsize

2007-08-20 Thread Shen Chen
Thanks for the suggestion.
But \definebodyfontenvironment doesn't seem to have any effect.
I tried it on live.contextgarden.net, \Delta appear like a \prime.

shenchen

On 8/21/07 12:24 AM, Hans Hagen [EMAIL PROTECTED] wrote:

 Shen Chen wrote:
 Hi all,
 
 I had a problem with typesetting uppercase Greek in large fontsize.
 I am doing a screen presentation so I want to work with 18pt body font size.
 But uppercase greek letters all disappear whenever I use anything bigger
 than 12pt. All small case greek letter are fine, though. Wondering if there
 is a simple fix to it. Thanks a lot!
 
 \setupbodyfont[roman,18pt]
 \starttext
 Hello world!
 $$\delta \Delta \alpha \Alpha \gamma \Gamma $$
 \stoptext
 \definebodyfontenvironment[18pt]
 \setupbodyfont[18pt]
 Hello world!
 $$\delta \Delta \alpha \Alpha \gamma \Gamma $$
 
 -
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
   | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : https://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 __
 _

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Uppercase Greek in large fontsize

2007-08-20 Thread Hans Hagen
Shen Chen wrote:
 Thanks for the suggestion.
 But \definebodyfontenvironment doesn't seem to have any effect.
 I tried it on live.contextgarden.net, \Delta appear like a \prime.

hm, smells like a font problem then

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___