On 1-10-2011 15:14, Wolfgang Schuster wrote:

There is also a bug for the labels in the form “<month>:mnem” in lang-lab.lua

function languages.labels.define()
     local variables = interfaces.variables
     local data = languages.data.labels
     local function define(command,list,prefixed)
         if list then
             context.pushcatcodes(prtcatcodes) -- context.unprotect
             for tag, data in next, list do
                 if data.hidden then
                     -- skip
                 else
                     for language, text in next, data.labels do
                         if text == "" then
                             -- skip
                         elseif prefixed and rawget(variables,tag) then

Ok, I now check both parts so best check the upcomming beta for it.

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to