Code: Select all
\documentclass[10pt,a4paper]{book}
\usepackage{xltxtra}
%\setmainfont[Mapping=tex-text,Ligatures=Common]{Latin Modern Roman}
\setmainfont[Mapping=tex-text,Ligatures=Common]{Linux Libertine O}
\usepackage[perpage]{footmisc}
\renewcommand{\thefootnote}{{\it \arabic{footnote}}}
\begin{document}
\thispagestyle{empty}
This is text\footnote{one statement, actually} with footnote.
\end{document}
Question: How can I get (italic) superscript arabic footnotes with fonts which don't provide them by default?