How can I suppress a single (one particular) chapter from being printed in the Table of Contents? Troy
Unfortunately, this removes the PDF bookmark for this chapter. I would like to keep the "left side" bookmark but not show it in the Table of Contents.
What I would like is to have my title page followed by my table of contents both have PDF bookmarks and neither listed in the actual table of contents. Currently, I'm (badly) faking it by \startchapter[title={Title Page},list={\mbox{}}] ... \stopchapter \startchapter[title={Table of Contents},list={\mbox{}}] ... \placecontent[criterium=all] \stopchapter This does create bookmarks for both pages, but it creates a very narrow link to these pages on the ToC page. I don't want any evidence of those "chapters" listed on the ToC page. Troy
I apologize for the multiple messages, but it seems that I solved my problem with \placebookmarks[chapter,section,subsection][chapter,section][force=yes] The "force=yes" was the key to forcing bookmark generation of those chapters not listed in the ToC with "saveinlist=no". Troy
participants (2)
-
Troy Henderson
-
Wolfgang Schuster