Re: [NTG-context] Supressing a heading from the table of contents

2013-04-28 Thread lance.c.lar...@gmail.com
Thanks Wolfgang. This is just what I needed. This will solve the issue. Much 
appreciated.

 

-Lance

 


 Can anyone tell me how to suppress individual numbered 
 chapter/section/subsection/etc. from the table of contents?

The only reliable method at the moment is to create a clone of \chapter.

 Also how do you set the last heading level included in the table of contents. 
 I think I came across this, but am having trouble finding it again.
  

You can use \placelist where list only the headings which should appear, e.g.

  \placelist[chapter,section]

or you change the list for the \completecontent.

  \setupcombinedlist[content][list={chapter,section}]

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] Supressing a heading from the table of contents

2013-04-27 Thread Wolfgang Schuster

Am 26.04.2013 um 18:07 schrieb Lance Larsen lance.c.lar...@gmail.com:

 Can anyone tell me how to suppress individual numbered 
 chapter/section/subsection/etc. from the table of contents?

The only reliable method at the moment is to create a clone of \chapter.

 Also how do you set the last heading level included in the table of contents. 
 I think I came across this, but am having trouble finding it again.
  

You can use \placelist where list only the headings which should appear, e.g.

  \placelist[chapter,section]

or you change the list for the \completecontent.

  \setupcombinedlist[content][list={chapter,section}]

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
___

[NTG-context] Supressing a heading from the table of contents

2013-04-26 Thread Lance Larsen
Can anyone tell me how to suppress individual numbered
chapter/section/subsection/etc. from the table of contents? Also how do you
set the last heading level included in the table of contents. I think I came
across this, but am having trouble finding it again.

 

Lance Larsen

___
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
___