Am 18.11.2008 um 17:47 schrieb Michael Green:
Using Wolfgang Schuster's wonderful letter module, I enter my signature with my name and title like so:
\setupletter[signature={Michael Green \\ Assistant Professor of Philosophy}]
This used to produce a line break between "Green" and "Assistant" so the output would look like this:
Michael Green Assistant Professor of Philosophy
But it no longer does. Now it comes out like this:
Michael Green Assistant Professor of Philosophy
Is there a preferred way to accomplish the effect I want?
I uploaded a new version, if you have no time update for the moment use \crlf as replacement.
Thanks!
Michael
---------- Example --------------------------------
ConTeXt ver: 2008.11.10 21:40 MKIV fmt: 2008.11.17 int: english/ english
\setuppapersize[letter][letter]
Do you need lettersize for all your letters?
\usemodule[letter][style=semiblock] \setupletter[% closing={Sincerely yours,}, signature={Michael Green \\ Assistant Professor of Philosophy}, date=\currentdate ]
\setupletter[% opening={To the Addressee,}, ]
\starttext
\startletter
Here is the content of the letter. \stopletter \stoptext
Wolfgang