Next in thread → Next in month →

Re: [docbook-apps] vertical-align / copyright

From
"=?JRN-8859-1?P?Gran=F7ois_Cadier?="
Date
2008-04-16T16:55:47+00:00
ID
Thread
Re: [docbook-apps] vertical-align / copyright
I needed the same thing once and wanted to avoid the table layout.
Here is a block-container method ; works nicely with XEP.

<fo:block-container display-align="after" block-progression-dimension="100%">
 <fo:block>legal notice</fo:block>
</fo:block-container>

Regards
Next in thread → Next in month →