Quote:
Originally Posted by JSWolf
The big margin for chapter headers is in the CSS. The xpgt file can only set outside margins.
As for the big chater header margins, I tents to change them to .8em top and bottom because I don't like all that wasted screen space that does nothing for me. It doesn't even look good.
|
Not quite true.
Code:
<fo:layout-master-set>
<fo:simple-page-master master-name="single_column" margin-bottom="2em"
margin-top="2em" margin-left="2em" margin-right="2em">
<fo:region-body/>
</fo:simple-page-master>
Regards,
David