On Mon, 21 Jan 2008, [EMAIL PROTECTED] wrote:

> Hi,
>
> The superscript in expressions like $R^N$ seems to be typeset with a bigger 
> font
> size in ConTeXt than in LaTeX. Is it the wanted behaviour? From the 
> typographic
> point of view, which is the best of the two renderings?
>
> Thanks for your advice,

That should not happen. I cannot see the different from my eyes. Here is 
my example. In both cases, bodyfont is 10pt, and scriptsize is 7pt. Do you 
see the differece?

ConTeXT:

\setupbodyfont[10pt]
\starttext $R^N$ \stoptext


LaTeX:

\documentclass{minimal}
\usepackage{lmodern}
\begin{document}
   $R^N$
\end{document}

___________________________________________________________________________________
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