[reportlab-users] Whitespace at the beginning of a paragraph

Florian Reiser reportlab-users@reportlab.com
Wed, 25 Feb 2004 11:43:45 +0100


Hello,

I generate a table with paragraphs in the first column for fancy text
formatting (e.g. Δ).
Now I want to put a whitespace at the front of the string, so the text
should look like this

A
 A1
 A2
B
 B1
 B2

But the paragraph strips off the whitespace, so I end up with

A
A1
A2
B
B1
B2

How can I convince the Paragraph class to display the whitespace?
  didn't help.


Regards
Florian Reiser