vincentb1 / fmtcount

Source for LaTeX fmtcount package
11 stars 5 forks source link

Wrong \ordinalnum{1} in French #20

Closed dbitouze closed 8 years ago

dbitouze commented 8 years ago

Currently:

Package Version
fmtcount.sty 2015/05/05
fcprefix.sty 2012/09/28
fcnumparser.sty 2012/09/28
fc-french.def 2012/10/24

the same example as in https://github.com/nlct/fmtcount/issues/16 shows \ordinalnum{1} is wrong in French (1e instead of 1er):

\documentclass[french]{minimal}
\usepackage{babel}
\usepackage{fmtcount}
\usepackage{array}
\usepackage[active,tightpage]{preview}
\begin{document}
\begin{preview}
  \begin{tabular}{@{ }l@{ }l@{ }}
    babel&fmtcount\\\hline
    1\ier&\ordinalnum{1}\\
    2\ieme&\ordinalnum{2}\\
  \end{tabular}
\end{preview}
\end{document}

test

vincentb1 commented 8 years ago

Hello @dbitouze, I have the same dates as you for the packages — OK, it seems that you are using the latest version on repo — however I get a different result:

essai1

dbitouze commented 8 years ago

Hello @vincentb1

Indeed, it works properly this morning :$ Really sorry for the noise.

vincentb1 commented 8 years ago

Ok, good to know that there aren't any ghost in the machine :relieved: !