Opened 16 years ago
Closed 16 years ago
#4345 closed enhancement (fixed)
optionally skip toc macro when not inline
Reported by: | izzy | Owned by: | Diorgenes Felipe Grzesiuk |
---|---|---|---|
Priority: | normal | Component: | TracWikiToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
We use the TOC macro a lot. Exporting a complete book (i.e. a collection of pages), the interpretation of the generated TOC on each and every page makes the generated PDF hard to handle sometimes - since the TOC is not rendered as it is on the page, but full-screen (like "inline") instead. Here it would be very helpful to turn the TOC macro off for the PDF export: The block to cut-off then is easily selectable by its DIV CLASS "wiki-toc"
.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:3 Changed 16 years ago by
Well - that's a bunch of patches attached to that ticket. Do I have to install all of them? Is the last one "cumulative"? Will they be integrated into the repository code in the nearer future?
comment:4 Changed 16 years ago by
I must learn reading - you said "the last one". After downloading it and fixing the files syntax, I applied the patch - and it solves this issue, thank you! Hope it will be integrated soon...
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The current version in svn (2.3.0) has the patch added.
The last patch in #3493 will always exclude the TOC macro. It might be worth it to have a look at what that patch provides.