Re: reportlab and listflowable

"Henning von Bargen" <[email protected]>
Newsgroups gmane.comp.python.reportlab.user
Message-ID <[email protected]>
You wrote:

-------------

|This is output:|
|
i Item no.1
ii Item no. 2
iii ? sublist item 1
    ? sublist item 2
iv Item no.4

But the proper output is this in my opinion:

i Item no.1
ii Item no. 2
      ? sublist item 1
      ? sublist item 2
iii Item no.4

So the item (|ListFlowable with sublist|) can not be numbered.

-------------

I think what ReportLab does is correct.

Probably you mean "should not be numbered". It should be possible to
just use 3 lists.

First list: For Items no.1 + 2
Second list (with extra indent) for the sublist items
Third list: For Item no. 4

For the third list you have to tell it to start with 3 instead of 1 (I
guess that's possible).

Henning
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.