<html><head><style type='text/css'>
<!--
div.bwmail { background-color:#ffffff; font-family: Trebuchet MS,Arial,Helvetica; font-size: 12px; margin:0; padding:0;}
div.bwmail p { margin:0; padding:0; }
div.bwmail table { font-family: Trebuchet MS,Arial,Helvetica; font-size: 12px; }
div.bwmail li { margin:0; padding:0; }
-->
</style>
</head><body><div class='bwmail'><P>Hello,</P>
<P>&nbsp;</P>
<P>Can someone tell my why the \textsuperscript commands in the code below do not generate the expected result. The french "è" in "3ème" or "2ème" is&nbsp;set in standard size and not in superscript as it appears in the attached pdf file. I have no idea if this is a standard LaTex issue or if it is related to XeLaTex. Do i do something wrong or is this a bug ?</P>
<P>Thanks of any help you can provide.<BR><BR>Tom<BR>-------<BR>"How vain is it to sit down to write, if you have not stood up to live." H.D. Thoreau </P>
<P>&nbsp;</P>
<P>&nbsp;</P><SPAN lang=EN>
<P>% !TEX TS-program = xelatex</P>
<P>% !TEX encoding = UTF-8 Unicode</P>
<P>\documentclass[11pt]{article} </P>
<P>\usepackage{fontspec} </P>
<P>\usepackage{xunicode} </P>
<P>\usepackage{xltxtra} </P>
<P>\usepackage{polyglossia}</P>
<P>\setmainlanguage{french}</P>
<P>\setmainfont{Adobe Garamond Pro} </P>
<P>\begin{document}</P>
<P>\ldots début du 2\textsuperscript{ème} siècle), Tradition apostolique d'Hippolyte (début du 3\textsuperscript{ème} siècle).</P>
<P>\end{document}</P></SPAN></div></body></html>