On Thu, 16 Sep 1999, Jose Abilio Oliveira Matos wrote:

> On Thu, Sep 16, 1999 at 02:03:01PM +0100, Horst G Kausch wrote:
> > 
> > Note that this is different from the case I raised previously. Then I
> > wanted to have an *empty* first-level item which contained only a
> > second-level list. Here, there is a valid first level entry which contains
> > in its body a second level list. The output should be:
> 
>  From the code point of view those cases are equal... 
> 
> > * Expand the number of layouts (example, note, ...)
> > * Compose other layout files, besides article
> >   + book 
> >   + set (very unlikely)
> 
>  
> > as is specified in the .lyx file. This seems broken regardless of your
> > previous objection.
> > 

Are you then making the new code the default? If not, can you produce a
.lyx file which corresponds to the above pattern of nested itemized lists.
This is clearly legal docbook as you can see from the example for
ItemizedList in the Reference for the DocBook V3.0 DTD found at
http://www.oasis-open.org/docbook/documentation/reference/dbhref.zip 

>From the documentation it also seems to me that it is legal to have a
ListItem which contains just another ItemizedList, the case you objected
to earlier. An example:

* item 1
* + item 2.1
  + item 2.2
* item 3

Horst

Reply via email to