diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fmtcount/fmtcount.perl')
-rw-r--r-- | Master/texmf-dist/source/latex/fmtcount/fmtcount.perl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/fmtcount/fmtcount.perl b/Master/texmf-dist/source/latex/fmtcount/fmtcount.perl index bc7d3b9fb4e..df6122a7dd2 100644 --- a/Master/texmf-dist/source/latex/fmtcount/fmtcount.perl +++ b/Master/texmf-dist/source/latex/fmtcount/fmtcount.perl @@ -1,7 +1,7 @@ # File : fmtcount.perl # Author : Nicola Talbot -# Date : 26 May 2007 -# Version : 1.05 +# Date : 2012-09-25 +# Version : 1.06 # Description : LaTeX2HTML implementation of fmtcount package package main; @@ -415,9 +415,9 @@ sub get_numberstringenglish{ 'quarante', 'cinquante', 'soixante', - 'septente', - 'huitante', - 'nonente'); + 'septante', + 'octante', + 'nonante'); $hundrednamefrench = "cent"; $hundredthnamefrench = "centi\\`eme"; |