Taco Hoekwater wrote:
>>
>> (notice the space before \folio in Left). MKIV does not like that. If I 
>> remove the space, everything is fine.
> 
> ... I had just figured that out myself. :-(
> 
> It seems we can fix that by redefining the definition of \sometxt.

Sorry, make that \definetextext. The macro \sometxt has to be
expandable, which limits the amount of tricks we can do with it.

This patch works:

   \def\definetextext[#1]#2%
     {\setvalue{@@st@@[#1]}{#2}%
      \setvalue{@@st@@[#1] }{#2}% added
     }

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to