Am 18.07.2013 um 03:12 schrieb Michael Ash
Dear Wolfgang,
Thank you very much. This is very helpful.
One note is that to center the footer required
\setupletterframe[foot][align=middle]
Of course, the alignment is a framed feature.
(NOT \setupletterlayer. Per http://wiki.contextgarden.net/Letter#Setup)
A couple more questions. (1) is there a more efficient way to indent only the content of the letter:
\setupindenting[yes,small] \setuplettersection[opening][indenting=no] \setuplettersection[subject][indenting=no] \setuplettersection[closing][indenting=no] \setuplettersection[signature][indenting=no]
You can use \setupletteroptions[indenting=…] which only passed to the content section.
(2) The following did not properly left-justify the date (the date was towards the left but was not perfectly aligned with the other left-justified text): \setupletterlayer[reference][alternative=e]
This should be alternative c and not e. \usemodule[letter] \setupletterlayer[reference][alternative=c] %\setupletterlayer[reference][alternative=c,list=reference] % default: list=date %\setupletter[reference=\currentdate] \setupletteroptions[indenting={yes,medium,next}] \startletter \input knuth \stopletter Wolfgang