[NTG-context] synbol not beingoa

2014-07-28 Thread Hwitloc

I want a degree sign so I use the other graniod.
Below the \prime symbol getdires

\starttext

  77\degree ~4f4\prime

\stoptext

The prime character gets
___
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
___


Re: [NTG-context] synbol not beingoa

2014-07-28 Thread Wolfgang Schuster

Am 28.07.2014 um 08:27 schrieb Hwitloc hwit...@gmail.com:

 I want a degree sign so I use the other graniod.
 Below the \prime symbol getdires
 
 \starttext
 
  77\degree ~4f4\prime
 
 \stoptext
 
 The prime character gets

Are you looking for the unit command?

%\setupbodyfont[cambria]

\starttext
\unit{77 degree} \unit{4 arcminute} \unit{4 arcsecond}
\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___