On 9/1/2013 2:30 PM, Peter Münster wrote:
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.

ok

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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