-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
French date: wrong long format #249
Comments
Can you get
and test again? |
Thank you for your response! I’ve just tested it, and it’s almost perfect. The result produced from the same document is as follows:
And according to the University of Montreal (https://bib.umontreal.ca/citer/styles-bibliographiques/apa), it should be:
So there are three differences:
Best regards, |
Please try the updated file again. |
Wonderful! Thank you very much. |
That's most welcome - we rely on native speakers to help with this. |
Using biblatex-apa with french-apa.lbx, I observe that the display of dates in long format (web pages, newspaper articles, etc.) presents the format "month day, year" (like in American English) whereas it should be "day month year" (standard presentation of all dates in French). Could there be an error in the French configuration file, with an incorrect American display, or an error in my own configuration (but I'm trying to remain as standard as possible, and therefore as little ad hoc as possible, of course)?
I am indeed using the French language (polyglossia or babel) and I've tried with the datetime2 package without success.
Here's a minimal working example with an @online reference.
The result is (the problematic part of the reference is in bold: it should be "le 15 novembre 2024". The month name is indeed in French, but the order of elements is not the standard French order):
The biblatex-apa package and the french-apa.lbx file are up to date (texlive up to date under Debian 12).
I asked the question on [email protected] which referred me to Philip Kime, who advised me to contact tex.stackexchange where I was sent back here. It's possible that the request I'm making exceeds my LaTeX skills.
Any advice or clue for a standard display is welcome!
Regards!
The text was updated successfully, but these errors were encountered: