2 Oct
2008
2 Oct
'08
5:37 p.m.
On Thu, 2 Oct 2008, Taco Hoekwater wrote:
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. :-(
Ha, I can now claim that I figured out one TeX problem faster than you :-) Of course, you also figured out a solution :-D
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 }
Thanks, works perfectly. Aditya