Hi all,
reportlab's a really nice product. Thanks.
I've run into a problem. It's probably just my own mistake.
I cannot seem to output the '&' symbol when using a paragraph:
 
The following just prints nothing on the place of the '&':
story.append(Paragraph("IC & S", styNormal)).
(the story is added to a frame which is put on a canvas).
What am I doing wrong here?
Thanks,
Ilja