[reportlab-users] reportlab and listflowable
Henning von Bargen
H.vonBargen at t-p.com
Mon Jan 20 08:36:54 EST 2014
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
More information about the reportlab-users
mailing list