This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]