Am 08.10.2009 um 16:01 schrieb Andreas Harder:
Hi,
now that the foldmarks work … how to set the backaddress?
Another thing to document, I already forgot who it works.
\setupletterstyle [option] [backaddress=yes]
This setting is not necessary because most elements are enable by default, you could also drop the first bracket pair for global parameters.
\setupletterstyle [backaddress] [bottomframe=on]
\setupletterstyle [backaddress] [alternative=yes, % default: no bottomframe=on] For alternative you can select between: - no : no content for the backaddress - yes : use 'fromname' and 'fromaddress' - auto : check if there is text in the 'backaddress' key, if not then use 'fromname' and 'fromaddress' The separator between each element in the backaddress can be changed with \setupletterstyle [backaddress] [separator=...] the default value is ', ' (comma + space). Wolfgang