On Sun, Jun 24, 2001 at 09:19:18AM +0200, Herbert Voss wrote:
> change the stdletter.inc in ~/.lyx/layouts:
> in the style "send_to_address" the line
> LatexType from "command" to "Environment"
>
I tried this but it causes errors. The problem is that when send_to_address
ends, an \end{letter} will be inserted. This is the wrong spot to end the
letter. Exporting the latex, I get:
...
\begin{letter}
address 1\\
address 2
\end{letter}
\opening{Dear Sir / Madam,}
...
Oops - looks like this has been asked before. For anyone wondering, the
answer is here:
http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg11539.html
Thanks, James