1 Sep
2013
1 Sep
'13
12:30 p.m.
On Sun, Sep 01 2013, Wolfgang Schuster wrote:
\startrawsetups[letter:section:content]
Text before the content of the letter.
\getbuffer[MyLetter]
Text after the content of the letter.
\stoprawsetups
Yes, thanks! (I forgot about this part, because in my setup it was hidden in another file...) In the meantime I've played with the lua buffers functions: \def\StopLetter{% \ctxlua{buffers.prepend("MyLetter", "START")} \ctxlua{buffers.append("MyLetter", "\\relax STOP")} \placeletter \stoptext} This works also quite well. buffers.prepend() does not yet exist. Hans, could you please add it? It could be perhaps useful one day. -- Peter