Quote:
Originally Posted by EatingPie
(1) How do you set the BOTTOM MARGIN in pylrs?
Using the default Text and Page objects, the text flows beyond the end of the screen, leaving the last sentence on the page partially obscured. I've been able to set top and side margin, but not bottom. If you add more text to the formatting.py example, you will see this behaviour.
|
I use the following code to keep the text from creeping off the edges.
Code:
Book(pagestyledefault=dict(textwidth=575, textheight=747))
Alternatively, if you use the pylrs from the libprs500 svn the defaults have been fixed to prevent this.