> From: Fr. Michael Gilmary <frmichaelgilm...@maronitemonks.org>
> To: Unicode-based TeX for Mac OS X and other platforms <xetex@tug.org>
> 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. 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.tex. I've had a look into the memoir documentation ... but I 
>couldn't 
>get the right things together, it seems.
> 
> Many thanks for the help!
> 
> 
> -- United in adoration of Jesus, 
> 
> 
> fr. michael gilmary, mma
> 
> Most Holy Trinity Monastery
> 67 Dugway Road
> Petersham, MA 01366-9725
> 
> www.MaroniteMonks.org


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:


\documentclass{memoir}

\usepackage{fontspec}

\setmainfont[Numbers={OldStyle,Proportional}]{Latin Modern Roman}
\newfontfamily\fnmarkfont{Latin Modern Roman}

\makeatletter

\renewcomman...@makefnmark}{\mbox{%
\textsuperscript{\fnmarkfo...@thefnmark}}}

\renewcomma...@makefntext[1]{%
\setlength\parindent{1em}%
\noindent
\makebox[1.8em][r]{\textsuperscript{\fnmarkfo...@thefnmark}}{#1}}

\makeatother

\begin{document}

\noindent Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\
Test\footnote{Some text 1234567890.}\\

\end{document}

usoPreviewPopup


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

Reply via email to