On Fri, Apr 08, 2005 at 05:52:20PM +0200, Juergen Spitzmueller wrote:
> Jean-Marc Lasgouttes wrote:
> > Helge> Numbering of subsubsections are displayed wrong in lyx. I have
> > Helge> set things up so chapters, sections and subsections are
> > Helge> numbered, and the output reflects that. But inside lyx, the
> > Helge> subsubsections are also numbered and that is irritating to look
> > Helge> at. They should be unnumbered, as they are in the output. It is
> > Helge> nice that lyx 1.4 shows the correct numbering inside lyx, but
> > Helge> it is a bit overdone when even unnumbered section levels gets
> > Helge> numbers.
> >
> > This is indeed a problem with the new counter code.
> 
> It works for chapter labels, but not for sectioning labels.
> 
> > What happens is that the QListView by default sorts on the first
> > column. This means that the items inserted in the list are set in
> > alphabetical order, and the setSorting(-1) which is done later happens
> > too late.
> >
> > I guess what should be done is to remove the individual entries from
> > the QListView in NumberingModuleBase.ui, and add them by hand _after_
> > setting sorting to -1.
> 
> Patch attached. OK?

The numering & TOC dialog is fine now!

The problem with "1.1.1 subsubsection" on screen when I set up for 
unnumbered "subsection" remains. The output is fine though.

Helge Hafting

Reply via email to