| Summary: | RFE: Expose functionality to set TOC depth in PDF output | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | David O'Brien <daobrien> |
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ruediger Landmann <rlandman> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | future | CC: | aigao, daobrien, rlandman |
| Target Milestone: | 4.1 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.1.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-05 06:03:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
David O'Brien
2013-12-19 05:46:20 UTC
This should be available via the wkhtmltopdf_opts cfg parameter. e.g. add this to publican.cfg wkhtmltopdf_opts: "--outline-depth 3" Can you try this please? Tried a few variations of wkhtmltopdf_opts: "--outline-depth 3" but it only impacts the outline depth in the nav bar on the side pane (in Evince). It doesn't impact the TOC depth at all. Pass chunk_section_depth to wkhtmltopdf. To ssh://git.fedorahosted.org/git/publican.git 376ae38..58bf708 devel -> devel A fix for this shipped in Publican 4.1.0. |