Description
The various docbook docs in the sandbox need to adopt the fix used in
other uima books to avoid overflowing the footer on even pages (minor).
I think adding this to the src/styles/top/pdf.xsl might do the trick:
<!-- width specifications: inside, center, outside -->
<!-- OVERRIDE: inside is large to accommodate large version strings
without overflowing -->
<xsl:param name="footer.column.widths">6 8 1</xsl:param>