Hello,

 

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 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 ?

Thanks of any help you can provide.

Tom
-------
"How vain is it to sit down to write, if you have not stood up to live." H.D. 
Thoreau 

 

 

% !TEX TS-program = xelatex

% !TEX encoding = UTF-8 Unicode

\documentclass[11pt]{article} 

\usepackage{fontspec} 

\usepackage{xunicode} 

\usepackage{xltxtra} 

\usepackage{polyglossia}

\setmainlanguage{french}

\setmainfont{Adobe Garamond Pro} 

\begin{document}

\ldots début du 2\textsuperscript{ème} siècle), Tradition apostolique 
d'Hippolyte (début du 3\textsuperscript{ème} siècle).

\end{document}

Attachment: test.pdf
Description: Adobe PDF document


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to