On Tue, Apr 22 2008, Steffen Wolfrum wrote:

> my whole project is set in Times without problems - except at one spot  
> there is a "beta" needed. Just this single time!
> 
> But, unfortunately, I only get it italic:
> 
> \starttext
> 
> \usetypescript[postscript][\defaultencoding]
> \setupencoding[default=texnansi]
> \enableregime[utf]
> \setupbodyfont[postscript,10pt] \setupinterlinespace[line=12pt]
> 
> $\beta$
> 
> β% same in unicode
> 
> \stoptext
> 
> 
> For it is just this one character, used one single time, I don't feel  
> encouraged to start messing around with typescripts.
> 
> Someone can give me a quick(-and-dirty) advice??

No messing around with typescripts needed (but very dirty):

\rotate[rotation=15]{$\beta$}


And now a more serious answer:

% engine=luatex
\starttext
\usetypescript[postscript]
\setupbodyfont[postscript]
β % beta in unicode
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to