Ok Peter, thanks for the good advice. I'll not try this at home ;-)
On 26 Mag, 14:36, Peter Flynn <
anglebrac...@gmail.com> wrote:
> On Thu, May 26, 2011 at 10:09 AM, gervaz <
ger...@gmail.com> wrote:
> > Hi all, I've problems making a superscript text bold.
>
> > In fact, with the following code:
>
> > \textbf{This is the $2^{nd}$ page}
>
> *Don't do this.*
>
> Superscripted ordinals are a historical relic of Victorian typography. They
> are unnecessary and are never used in modern professional typesetting. They
> were re-introduced by Microsoft Word apparently because Americans like their
> wordprocessing to look old-fashioned.
>
> If you want to try and mimic low-quality wordprocessing, or if you are
> trying to make a typographic fac-simile of Victorian typsetting, use the
> \textsuperscript command from the textcomp package. Do *NOT* use math mode
> for text superscripts.
>
> ///Peter