Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Wolfgang Schuster

Am 27.01.2013 um 02:45 schrieb Troy Henderson thend...@gmail.com:

 How can I suppress a single (one particular) chapter from being printed in 
 the Table of Contents?

\startchapter[title=…,saveinlist=no]

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson

 \startchapter[title=…,saveinlist=no]


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.

Troy
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson

 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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson
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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Suppress a Single Chapter from ToC

2013-01-26 Thread Troy Henderson
How can I suppress a single (one particular) chapter from being printed in
the Table of Contents?

Troy
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___