Description of problem: Main page text is running over the footer text on page 49 of this PDF: https://engineering.redhat.com/docbot/en-US/Red_Hat_Enterprise_MRG/1.0/pdf/Realtime_Tuning_Guide/ Version-Release number of selected component (if applicable): publican-0.33-0.el5 Actual results: Neither page text or footer can be read Expected results: Readable text
When URLs are displayed in footers instead of inline, either the footer isn't being set correctly or FOP can't allocate space correctly. The work around for this is to display the link URLs inline, which looks a bit weak, but is readable. I will do try to find out why this is broken. If I can't before the next release I will ensure the above work around is in place :(
Created attachment 311132 [details] Sample of this guide built with beta toolchain
I have good news and bad news about this. The bad news is that the new version of FOP (0.95), which we are moving to, does not display footnotes for ulinks that are inside lists or tables :( The good news is that footnotes it does display are displayed correctly. This will probably mean that you will have to either remove the text in the ulink, so the url is displayed inline, or you need to re-factor the XML so the ulinks are not inside links/tables :( See https://issues.apache.org/bugzilla/show_bug.cgi?id=37579