Bug 640485
| Summary: | Want sub-section in a different page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Shikha <snansi> | ||||
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 1.6 | CC: | belong, jfearn, mmcallis, publican-list, rlandman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-10-06 04:16:42 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Hi Shikha, You can control how publican splits up the pages in the HTML output by adjusting the chunk_section_depth parameter in your publican.cfg. Here is an excerpt from the Publican User Guide (http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation/1/html/Users_Guide/) that covers this parameter: """ chunk_section_depth controls the point at which Publican no longer splits sub-subsections onto a new page when rendering HTML. By default, this value is set to 4. """ Add the following line to your publican config (or tweak the existing parameter if already defined) """ chunk_section_depth: 5 """ and rebuild your book to check how changing this parameter effects your output. cheers, ryanlerch |
Created attachment 451782 [details] It has all the files to build the User guide for Beaker Description of problem: I am working on this book and it has a lot of sub-sections under one section. The pages get broken by chapter and sections only. I want them to be broken for sub-section as well. Version-Release number of selected component (if applicable): 1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: subsections on one page Expected results: subsections on individual pages Additional info: