I'm using Polyglossia with Lualatex for french documents, and it seems the spacing before footnotemark in running text is quite thin (it's a thinspace I would say).
It must quite a common question, so I looked inside the manual, on the forum and over the Web, but I haven't been able to find anything about it. Perhaps Am I missing a good keyword? Anyway, here's my MWE:
Code: Select all
% compile with Lualatex
\documentclass[a5paper]{scrbook}
% Use one of the following lines:
% \usepackage[french]{babel}
\usepackage{polyglossia} \setmainlanguage{french}
\begin{document}
\Huge
Magnifique\footnote{Prima!}!
\end{document}
Many thanks,
KO