On 29-9-2011 13:49, Wolfgang Schuster wrote:

         local tag, plus = match(entry,"^([^%+:]+)(.*)$")

"^([^%+:]+)[%+:]*(.*)$"

Even when you patch this you don’t get any output because context tries (in the 
example below) to use the label “August:mnem” but only the label “august:mnem” 
is defined.

\starttext

\date[d=1,m=8][day:ord,space,month,space,month:mnem]

\starttabulate[|Tl|l|]
\NC August      \EQ \labeltext{August}      \NC\NR
\NC August:mnem \EQ \labeltext{August:mnem} \NC\NR
\NC august:mnem \EQ \labeltext{august:mnem} \NC\NR
\stoptabulate

\stoptext

which makes me wonder ... in the past these v! were used instead of labels but it might make more sense now to lowercase the v!

okay?

  ["august"]={
   ["cs"]="srpen",
   ["de"]="August", -- august
   ["en"]="August", -- august
   ["fr"]="août",
   ["it"]="agosto",
   ["nl"]="augustus",
   ["pe"]="آگوست",
   ["ro"]="august",
  },

of course the labeltexts stay the same

-----------------------------------------------------------------
                                          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