reutenauer / polyglossia

An alternative to Babel for XeLaTeX and LuaLaTeX
http://www.ctan.org/pkg/polyglossia
MIT License
185 stars 52 forks source link

`frenchfootnote` doesn't work #620

Closed dbitouze closed 4 months ago

dbitouze commented 6 months ago

The documentation reads that frenchfootnote should make the footnotes start with a non-superscripted number followed by a dot, as common in French typography. As pointed out by the following MCE, this is not the case with polyglossia v1.65:

\documentclass{article}
\usepackage[paperwidth=4cm,paperheight=2cm]{geometry}
\usepackage{polyglossia}
\setmainlanguage[frenchfootnote]{french}
\begin{document}
French text\footnote{French footnote.}.
\end{document}

image

Udi-Fogiel commented 6 months ago

Thanks for the repoert, I just pushed what I believe to be a fix. Can you test if it is working for you?

I think it was a copy paste mistake in here

jspitz commented 6 months ago

Thanks, @Udi-Fogiel. The fix looks good. I wonder how that slipped in.

dbitouze commented 6 months ago

Can you test if it is working for you?

It works like a charm: thanks!