|
Bugzilla – Full Text Bug Listing |
| Summary: | FOP: Issues with Table of Contents | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Tanja Roth <taroth> |
| Component: | Documentation | Assignee: | Thomas Schraitle <thomas.schraitle> |
| Status: | VERIFIED FIXED | QA Contact: | Karl Eichwalder <ke> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 702276 | ||
| Attachments: | HA Guide, built with FOP | ||
|
Description
Tanja Roth
2011-07-01 14:46:16 UTC
Created attachment 438015 [details]
HA Guide, built with FOP
Comment on attachment 438015 [details] HA Guide, built with FOP sorry, wrong attachment, see instead: https://bugzilla.novell.com/attachment.cgi?id=437718 (In reply to comment #0) > > 1. preface "About This Guide" appears on separate side in TOC, should appear on > same side as the rest of the contents. This is fixed in revision 1255 now. Implementation detail: The preface, chapter, and appendix titles contained a fo:block with a "keep-with-next.within-line" attribute/property. Unfortunately, FOP has got (still) only minor support for keep properties. In this situation, FOP didn't find any break opportunities and moved the complete blocks to the next page. Solution: I've added the keep property only, when fop1.extensions parameter is not set (or in other words: this is only inserted, when we use XEP). > 2. page numbers for chapters and sections have different distances [...] Still working on this... I had to take a different approach and completely revamped the TOC mechanism. I've tested it on the DAPS User Guide, Studio Guides, and HA. Can you have a look and test it with your manual(s) please? The current implementation now solves all the reported issues. Thanks to Tanja for helping me. |