Am 2007-12-15 um 17:33 schrieb Patrick Gundlach:

> \starttext
>
> \completecontent
>     [alternative=c]
>
> \chapter{chapter1}
> \chapter{chapter2}
> \chapter{chapter3}
>
> \definehead[mychapter][chapter]
> \setuphead [mychapter][number=no,incrementnumber=list]
>
> \mychapter{chapter4}
>
> \stoptext
> --------------------------------------------------
>
> I'd like to have an (unnumbered) entry for 'chapter4' in the table of
> contents.
>


I'd setup my own combinedlist on mychapter.

 From my last project:

\setuphead[Titel][style={\hw\tfa}, page=yes, number=no, textcommand= 
\TitelFrame]
\setuphead[TitelNoToc][style={\hw\tfa}, page=yes, number=no,  
textcommand=\TitelFrame]
\setuphead[TitelNoPage][style={\hw\tfa}, page=no, number=no,  
textcommand=\TitelFrame]
\setuphead[TitelKlein][style={\hw\tfb}, page=no, number=no,  
textcommand=\TitelFrameKlein]

% define combined table of contents
\definecombinedlist     [inhalt]
                        [Titel, TitelKlein, TitelNoPage]
                        [level=Titel, placehead=yes, criterium=all,
                        alternative=b,
                        offset=none]
\setupcombinedlist  [inhalt] [partnumber=no]

\placeinhalt


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to