[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: title.margin.left bug
Hi All, I think there is a bug in the new handling of title.margin.left in version 1.62.4 of the XSL stylesheets. The page master for index pages looks like: <fo:simple-page-master master-name="index-first" page-width="{$page.width}" page-height="{$page.height}" margin-top="{$page.margin.top}" margin-bottom="{$page.margin.bottom}" margin-left="{$page.margin.inner}" margin-right="{$page.margin.outer}"> Yet the page master for draft mode looks like: <fo:simple-page-master master-name="index-first-draft" page-width="{$page.width}" page-height="{$page.height}" margin-top="{$page.margin.top}" margin-bottom="{$page.margin.bottom}" margin-left="{$page.margin.inner} - {$title.margin.left}" margin-right="{$page.margin.outer}"> Note that margin-left takes account of the title.margin.left parameter here - wrongly, I think. On this subject, it would be useful to be able to control title.margin.left for each page-sequence-master; if you have a relatively large value for it (I use -6pc) title pages that have centred titles look very odd, as the page "centre" is offset. You can do customised page masters, of course, but it would be nice not to have to for this... Best wishes, Nick. ---------------------------------------- Nick Hunt nick@magmouse.demon.co.uk
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]