Next in thread →
Next in month →
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 →