[XeTeX] Customizing footnote markers
Cyril Niklaus
cyril.niklaus at gmail.com
Mon Jun 6 01:47:32 CEST 2011
Would something like this make you happy? That's what I've been using for years.
Put it in your preamble. And of course, change the parindent size to somheting you like.
\makeatletter
\renewcommand\@makefntext[1]{%
\vspace{2pt}%
\setlength\parindent{-1.8em}%
\setlength\leftskip{1.8em}%
\makebox[1.8em][l]{\normalfont\small\@thefnmark.}#1}
\makeatother
\makeatletter
\def\@makefnmark{{\addfontfeatures
{VerticalPosition=Superior}{\@thefnmark}}}
\makeatother
More information about the XeTeX
mailing list