On Mon, Mar 04 2013, Wolfgang Schuster wrote:

> \usemodule[letter]
>
> \startsetups[letter:section:content]
> \getbuffer[MyLetter]
> \stopsetups
>
> \setuplettersection[content][alternative=setups]
>
> \def\StartLetter
>   {\starttext
>    \grabbufferdata[MyLetter][StartLetter][StopLetter]}
>
> \def\StopLetter
>   {\placeletter
>    \stoptext}
>
> \StartLetter
> \input tufte
> \StopLetter

Thanks Wolfgang.

How could I add something at the start and at the end of the letter?

This does not work:

--8<---------------cut here---------------start------------->8---
\def\StartLetter
  {\starttext
   \grabbufferdata[MyLetter][StartLetter][StopLetter]
   something at the start of the letter}

\def\StopLetter
  {something at the end of the letter
   \placeletter
   \stoptext}
--8<---------------cut here---------------end--------------->8---

TIA for any help,
-- 
           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