Well, I've got this much working ---
if I add in the preamble:
\setmainfont[Numbers={OldStyle,Proportional}]{Latin Modern Roman}
\newfontfamily\fnmarkfont{Latin Modern Roman}
\makeatletter
\renewcommand...@makefnmark}{{\fnmarkfont\textsuperscript{\@thefnmark}}}
\makeatother
then the footnote
> From: Fr. Michael Gilmary
> To: Unicode-based TeX for Mac OS X and other platforms
> Sent: Saturday, December 18, 2010 16:11:53
> Subject: Re: [XeTeX] Footnote refs
>
> Well, I've got this much working ---
>
> if I add in the preamble:
>
> \setmainfont[Numbers={OldStyle,Proportional}]{Latin
And another shot:
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Numbers={OldStyle,Proportional}]{Adobe Garamond Pro}
\newfontfamily\fnmarkfont{Myriad Pro}
\makeatletter
\renewcommand...@makefnmark}{%
\mbox{\textsuperscript{\fnmarkfo...@thefnmark}}}
\makeatother
\begin{document}
Meho R. wrote:
And another shot:
\documentclass{article}
Thanks, Meho --- the second one worked. I don't know why the first one
didn't. But, strangely, what seems to be the problem is in memoir class!
Using, as you did, the article class, it worked. I'll post something
over on comp.text.
> From: Fr. Michael Gilmary
> To: Unicode-based TeX for Mac OS X and other platforms
> Sent: Saturday, December 18, 2010 21:09:44
> Subject: Re: [XeTeX] Footnote refs
>
> Meho R. wrote:
>
> > And another shot:
>>
> >
>> \documentclass{article}
>
>
> Thanks, Meho --- the second one worked.
Meho R. wrote:
You're right about memoir, I got the same result as you did. After playing a
little bit, I redefined separately footnote mark in text and footnote mark in
footnotes and it seems that this code is working fine with memoir too
Indeed, it works. But why is there an \mbox in the
> From: Fr. Michael Gilmary
> To: Unicode-based TeX for Mac OS X and other platforms
> Sent: Saturday, December 18, 2010 22:19:51
> Subject: Re: [XeTeX] Footnote refs
>
> Meho R. wrote:
>
>
> You're right about memoir, I got the same result as you did. After playing a
>little bit, I redefined