21 Jan
2008
21 Jan
'08
7:04 p.m.
On Mon, 21 Jan 2008, morgan.brassel@free.fr 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}