Marcin Grotomirski wrote:

Here is my example:

\documentclass{article}
\pagestyle{empty}
\usepackage{fontspec}
\setmainfont{Andika Basic}
\renewcommand{\footnote}{{\addfontfeature{Color=666666}}}
\begin{document}
This is my footnote\footnote{Not so long footnote}
\end{document}

I fear that after \renew'ing \footnote as you have done,
it will no longer generate footnotes (the old meaning will
be lost).  Perhaps you would do better to define (say)
"\myfootnote" to expand to your "\addfontfeature"
and then pass control to the original "\footnote".

Philip Taylor


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

Reply via email to