Re: [XeTeX] Footnote refs

2010-12-18 Thread Fr. Michael Gilmary
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

Re: [XeTeX] Footnote refs

2010-12-18 Thread Meho R.
> 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

Re: [XeTeX] Footnote refs

2010-12-18 Thread Meho R.
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}

Re: [XeTeX] Footnote refs

2010-12-18 Thread Fr. Michael Gilmary
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.

Re: [XeTeX] Footnote refs

2010-12-18 Thread Meho R.
> 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.

Re: [XeTeX] Footnote refs

2010-12-18 Thread Fr. Michael Gilmary
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

Re: [XeTeX] Footnote refs

2010-12-18 Thread Meho R.
> 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