Hi,
I've just been trying to use the envlab latex package with a letter in
lyx. "envlab" is available from CTAN and prints envelope labels.
I was thinking that all I needed to do was to insert :
\usepackage{envlab}
\makelabels
in the latex preamble, but this didn't work. When I exported to latex,
I found that the letter began
\letter{address 1\\
address 2\\
...
}
When I changed this to
\begin{letter}{address 1\\
address 2\\
...
}
and inserted an \end{letter} at the end, I got the envelope label.
Is there a way to tell LyX to use \begin{letter} instead of \letter?
Thanks, James