2 Jun
2005
2 Jun
'05
3:20 p.m.
I tried defining a command
[...]
but that is plain wrong...
You are quite close. This works: \edef\Wea { .. } (note the \edef) and then: \expandafter \startbuffer \Wea \stopbuffer The added \expandafter expands \Wea before \startbuffer comes into play. I am puzzled as to why you want this weird input syntax. Taco