14 Apr
2011
14 Apr
'11
11:33 a.m.
Hi Hans, With the latest beta (ConTeXt version 2011.04.13 09:23) on the minimals I noticed a small bug with the command \date in mkiv: when the mainlanguage is st to [fr], the command \date gives: 14spaceavrilspace2011 that is the word « avril » is replaced with « spaceavrilspace ». With [it] or [es], there is no such problem. In mkii everything is fine. Minimal example: \starttext Here there is no problem: today's date: \date \mainlanguage[fr] Here there is a problem: aujourd'hui: \date \stoptext Best regards: OK