fix Sandbox documentation to avoid overflowing the footer on even pages
-----------------------------------------------------------------------
Key: UIMA-991
URL: https://issues.apache.org/jira/browse/UIMA-991
Project: UIMA
Issue Type: Improvement
Components: Sandbox
Reporter: Michael Baessler
Assignee: Michael Baessler
Priority: Minor
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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.