Am 30.05.2012 um 01:30 schrieb Florian Wobbe:

>>> is there anyone else who knows where the current correspondence docu 
>>> resides? I tried again to locate it but to no avail.
>> 
>> There is some guidance about what's new in these messages:
>> 
>> http://www.ntg.nl/pipermail/ntg-context/2012/064695.html
>> 
>> http://www.ntg.nl/pipermail/ntg-context/2012/065039.html
> 
> Michael, thanks a lot. These were in fact the missing links! With the help of 
> the comments in the thread above and looking into the sources I was able to 
> reproduce most of my old letter template. However, I'm struggling to get the 
> enclosures into an itemized list. This used to work with the old letter 
> module but now fails:
> 
>  \startletter[enclosure={A\\B\\C}, ...] --> encl: AcrlfBcrlfC
> 
> In http://www.ntg.nl/pipermail/ntg-context/2012/064721.html Wolfgang proposed 
> \startletter[enclosure={list:one,two,three}, ...] to get an itemized list. 
> But this does not seem to be implemented yet. How would I get this right?

It does work but you need MkIV:

\usemodule[letter]

\setupletterdescription
  [enclosure]
  [
     location=top,
     leftmargin=1em,
     symbol=bullet,
  ]

\setupletter
  [enclosure={list:One,Two,Three}]

\startletter
\input knuth
\stopletter

> Wolfgang, I believe I found a bug that introduces some extra space in the 
> backaddress: "fromname, <extra space>, fromaddress". Here is the fix:
> 
> […]

Fixed.

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