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