<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><br>On 12/04/2008, at 12:00 AM, Ulrike Fischer wrote:<br><blockquote type="cite"><br></blockquote><blockquote type="cite">The bug is in the definition of \realsuperscript in xltxtra: it is &nbsp;<br></blockquote><blockquote type="cite">using<br></blockquote><blockquote type="cite">\csname zf@family@fontdef\f@family\endcsname but this is not defined<br></blockquote><blockquote type="cite">(and so equal to \relax) in the default setup of fontspec.<br></blockquote><br>Oh, for some reason I thought I'd fixed this problem already :( The &nbsp;<br>change was only for a month ago, however, and I hadn't added it to the &nbsp;<br>repository yet.<br><br>This bug has now been fixed in the SVN sources...installing the pre- <br>release version of XeTeX 0.997 will fix the problem automatically.<br><br>Alternatively (and probably easier) you can get the updated version &nbsp;<br>here:<br> &nbsp;&nbsp;&lt;<a href="http://scripts.sil.org/svn-public/xetex/TRUNK/texmf/tex/xelatex/xltxtra.sty">http://scripts.sil.org/svn-public/xetex/TRUNK/texmf/tex/xelatex/xltxtra.sty</a> <br><blockquote type="cite"><br></blockquote><br>Sorry for the inconvenience,<br>Will<br></blockquote></div><br><div>Hello,</div><div>I implemented the suggestion of using the new xltxtra.sty and I am able to get my footnote</div><div>use back. &nbsp;However, when I specify a main font for the document, then the footnote marks</div><div>are doubled up (one with the main font and one with the default for footnotes, I think). Here</div><div>is what I tried to get the doubling-up issue:</div><div>___________________</div><div><div>\documentclass{article}</div><div>\usepackage{xltxtra}</div><div>\setmainfont{Times}</div><div>\begin{document}</div><div>a footnote\footnote{a test of footnote \XeTeX}</div><div>\end{document}</div><div>___________________</div><div>Commenting out the setmainfont command gets rid of the double footnote problem, but then I</div><div>can't specify what I want for my main font if different from the default. &nbsp;Likewise, while using</div><div>KOMA-script, issuing either of the commands:</div><div><div>\setkomafont{footnote}{\fontspec{Times}}</div><div>\setkomafont{footnotelabel}{\fontspec{Times}}</div><div>produces the same doubling up of the footnote marks. &nbsp;Is there a way to modify the new xltxtra.sty</div><div>to have it not repeat the marks when changing the main font (or komafonts)?</div></div><div><br></div><div>PS:</div><div>What I get as output is:</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Times; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Times; ">a footnote<span style="font: 7.0px Times">11</span><span style="font: 12.0px Helvetica">&nbsp;</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Times; "><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;">___________________</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 7px/normal Times; ">11<span style="font: 12.0px Helvetica"><span class="Apple-style-span" style="font-family: Times; font-size: 9px; ">a test of footnoteXƎTEX</span></span></div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Times; "><br></div></div></div></body></html>