On Sat, May 31, 2008 at 12:51 PM, Hans Hagen
Wolfgang Schuster wrote:
Hi Hans,
I got yesterday a bug report for my letter module if the \startletter command takes no arguments.
The following example show the problem without the module.
\def\startletter {\dosingleempty\dostartletter}
\def\dostartletter[#1]% {\dostartbuffer[letter][startletter][stopletter]}
either use \definebuffer, or do
Did not work in my case.
\def\startletter {\bgroup\obeylines\dosingleempty\dostartletter}
\def\dostartletter[#1]% {\egroup\dostartbuffer[letter][startletter][stopletter]}
This has the unwanted side effect I expected to allow the argument only on the same line as the \startletter command or is otherwise shown in the output. I will now include a modified version from the \flushbufferline macro with my package in will look for the first person with a problem. Greetings Wolfgang