Am Freitag, 8. August 2003 10:45 schrieb Juergen Spitzmueller:
> Michael-E. Voges wrote:
> > it's a bug: the layout-skript of LyX is wrong. There ist anywhere - I
> > just don't remember where - an "e" which doesn't to be there. Since I
> > fixed it for my own changing the former code I do not know where it was.
> > I guess it was in the second line: change "scrlettr" into "scrlttr2" and
> > it should work.
>
> This fix is wrong. Note that the old koma-letter class is still supported.
> That one is called scrlettr.cls. The new one is called scrlttr2.cls.
> So the correct fix is to add a new layout for scrlttr2 *besides*
> scrlettr.cls. Maybe you have an older version of LyX (i.e., before 1.3.2
> AFAIR) which doesn't support scrlltr2 yet.
>
> Juergen.
Juergen ist right: My "first try to fix" is wrong.
but:
at the layout-file of scrlttr2 (scrlttr2.layout) - second line:
\DeclareLaTeXClass[scrlettr2]{letter (koma-script v.2)}
That's wrong!
It should be without the "e" in scrlttr2
Micha-E.