On Wed, Jul 06, 2011 at 03:22:22PM +0200, Paul Menzel wrote:
> Dear ConTeXt folks,
> 
> 
> using
> 
>         ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
> english/english
> 
> the derivative symbol is not displayed correctly and U+02B9 is not
> displayed at all.
> 
> --- 8< --- minimal example --- >8 ---
> \starttext
> \startitemize
> \item U+02B9 MODIFIER LETTER PRIME
> \startformula
> f(x) = x ⇒ fʹ(x) = 1
> \stopformula
> 
> \item U+2032 PRIME
> \startformula
> f(x) = x ⇒ f′(x) = 1
> \stopformula
> 
> \item \backslash prime
> \startformula
> f(x) = x ⇒ f\prime(x) = 1
> \stopformula
> \stopitemize
> \stoptext
> --- 8< --- minimal example --- >8 ---

\prime should superscripted, ^\prime (as it can be used in subscript as
well), and apparently the same goes for U+2032. U+02B9 is not a math
symbol. ASCII apostrophe is, more or less, short of ^\prime in math
mode, so f'(x) should do just fine.

Regards,
 Khaled

-- 
 Khaled Hosny
 Egyptian
 Arab
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to