Bug Tracker
ID: | 22 🔗 |
---|---|
Status: | Closed (Fixed) |
Category: | datetime |
Version: | 2.58 |
Date: | 2013-03-19 08:17:14 |
Summary: | Spurious spaces with some babel languages |
Report
While "UKenglish" or "british" are current babel language, displayed dates contain spurious spaces. Moreover, only short dates are displayed with american, canadian, australian, newzealand babel languages, regardless the default "long" datetime optionMWE
\listfiles{} \documentclass[UKenglish,english,USenglish,american,canadian,australian,newzealand,british]{article} \usepackage{babel} \usepackage{datetime} \newcommand{\displayeddate}[1]{% \selectlanguage{#1} \today: today in #1.\par } \begin{document} \displayeddate{british} \displayeddate{UKenglish} \displayeddate{english} \displayeddate{USenglish} \displayeddate{american} \displayeddate{canadian} \displayeddate{australian} \displayeddate{newzealand} \end{document}
Evaluation
The short dates issue should now be fixed in datetime v2.59. The spurious spaces seem to stem from\ordinalnum
which is defined by the fmtcount package. So that seems to be a bug in fmtcount rather than datetime.Add comment or return to search results.
Watch This Report
If you would like to be notified whenever updates are made to this report, please fill in your email address in the box below and click on "Notify Me of Changes" button. (Please ensure the address is valid.) Your details won't be passed on to third parties in line with this site's Privacy Policy.
If you supply your name, it will be used in the email greeting, which provides a more personal message, otherwise you'll just get a generic greeting. If you have previously supplied your name when signing up for notifications, you don't need to resupply it unless you want to change it.
If you have previously subscribed to notifications for this report, you can unsubscribe by clicking on the "Stop Notification" button.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).
To unsubscribe from all notifications use the notifications page.
Comment
You can append a comment to the report using the form below. Comments are checked first before being added. Any spam or offensive content will be removed first according to this site's Terms of Website Use. Please bear in mind that I develop and maintain free software in my spare time. If you want commerical level support then you can hire a TeX consultant.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).