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]

Re: [docbook-apps] FO: block - positioning


Hello, Sebastian.

I believe that in your case text at the bottom of the page will be
better positioned using static content (fo:region-after). As for "not
working" space-before - you should add space-before.conditionality="retain"
for it to be applied then following another block.

P.S.: I'm not sure if this question is appropriate for docbook-apps list.

Best regards,
Alexander Peshkov                             mailto:peshkov@renderx.com
RenderX


SF> hi,

SF> i just layout the titlepage in FO for our docbook-xml documents.
SF> first the logo should appear [1], after this some whitespace and at the end
SF> of the page, in a block [2] doc-title [3], and some revivion infos [4].
SF> how can i keep blocks [1] + [2] within page AND be sure that blcok [2] will
SF> be rendered at the bottom of the page.

SF> i tried keep.together.within-page and keep-with-next (all blocks) together
SF> with space-before.opt/min/max(block 2) but either block 2 is rendered
SF> directly after the logo (no opt, small min) or on the next page (opt set -
SF> seems like only opt is used)

SF> i also tried vertical-align=bottom/baseline .... with no effect ...

SF> im using XEP.


SF> <!--pagebreak-->
SF> <fo:block><!--[1] static content (LOGO) --></fo:block>
SF> <fo:block><!--[2] this block should appear at the bottom of the page-->
SF>    <fo:block><!--[3] dynamic content: 1-3 lines
(document-title)-->></fo:block>
SF>    <fo:block><!--[4] dynamic content, but always fits in 3
lines-->></fo:block>
SF> </fo:block>

SF> thx in advance,

SF> Sebastian



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



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]