On 2009-01-08, Uwe Stöhr wrote: > Ignacio García schrieb: >> I make a suggestion: As the User Guide manual is a koma-script >> document, when an user is reading either 3.3.6 or 3.3.6.5 he cannot >> see the List environment in the paragraph layout box, because List is >> named Labeling. Perhaps to add a note with a warning about this?
> I added a note about this now in sec. 3.3.6.5. "The right thing"™ would be to use one common name for list/labeling in both KOMA and non-KOMA documents. --- /usr/share/lyx/layouts/scrclass.inc 2008-12-14 17:58:14.000000000 +0100 +++ /home/milde/.lyx/layouts/scrclass.inc 2008-12-04 14:59:48.000000000 +0100 @@ -3,9 +3,9 @@ # Bernd Rellermeyer <[email protected]>, 1998/7/23. # Update for Koma Script Release >=2.8q # Juergen Spitzmueller <[email protected]>, 2003/2/08. -# Mapped List to Labeling -# Guenter Milde <g.milde web.de> - +# Mapped List to Labeling. +# Mapped Labeling to List to keep LyX Styles consistent, 2008-12-04 +# Guenter Milde <[email protected]> Format 11 SecNumDepth 2 @@ -30,15 +30,14 @@ EndFont End -Style Labeling - CopyStyle List +Style List LatexName labeling # overwrite the preamble code definition Preamble EndPreamble End -Style List +Style Labeling Obsoletedby Labeling End
