Angus Leeming wrote:
> Jean-Marc Lasgouttes wrote:
>> Juergen> Angus Leeming wrote:
>>>> I notice that counters on the LyX screen are broken in the koma
>>>> letter class. All itemize entries begin '0. '.
>> 
>> Juergen> Fix attached. OK to apply to 1.3 and 1.4? J�rgen.
> 
> Bug still exists. This is scrlttr, not scrlttr2.

Jean-Marc, here's the patch for your list of patches.

-- 
Angus
Index: status.13x
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/Attic/status.13x,v
retrieving revision 1.1.2.181
diff -u -p -r1.1.2.181 status.13x
--- status.13x	3 May 2004 09:47:18 -0000	1.1.2.181
+++ status.13x	3 May 2004 14:16:04 -0000
@@ -47,7 +47,7 @@ What's new
 - fix handling of floats and counters in  svjog and svprobth
   textclasses [bug #1430]
   
-- fix handling of counters in the scrlttr2 class.
+- fix handling of counters in the scrlettr and scrlttr2 classes.
 
 * User Interface:
 
Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.363.2.71
diff -u -p -r1.363.2.71 ChangeLog
--- lib/ChangeLog	3 May 2004 11:41:11 -0000	1.363.2.71
+++ lib/ChangeLog	3 May 2004 14:16:08 -0000
@@ -1,6 +1,10 @@
+2004-05-03  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* layouts/scrlettr.layout: include counters.
+
 2004-05-03  Jos� Matos  <[EMAIL PROTECTED]>
 
-        * reLyX/MakePreamble.pm(translate_preamble): use a saner method
+	* reLyX/MakePreamble.pm(translate_preamble): use a saner method
         to translate \usepackage from the preamble, fix #1584.
 
 2004-05-03  J�rgen Spitzm�ller  <[EMAIL PROTECTED]>
Index: lib/layouts/scrlettr.layout
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/layouts/scrlettr.layout,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 scrlettr.layout
--- lib/layouts/scrlettr.layout	27 Sep 1999 18:44:34 -0000	1.1.1.1
+++ lib/layouts/scrlettr.layout	3 May 2004 14:16:10 -0000
@@ -22,6 +22,8 @@ End
 # Delete List
 NoStyle List
 
+Input stdcounters.inc
+
 # Labeling style definition
 Style Labeling
   Margin		Manual

Reply via email to