ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <hraban@fiee.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chapter without number but in table of contents
Date: Sat, 15 Dec 2007 18:58:12 +0100	[thread overview]
Message-ID: <ECA1918F-4E20-410B-A03C-1F31DE9F98F6@fiee.net> (raw)
In-Reply-To: <m0lk7vapff.fsf@levana.de>

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	other threads:[~2007-12-15 17:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-15 15:26 Patrick Gundlach
2007-12-15 15:48 ` Wolfgang Schuster
2007-12-15 16:33   ` Patrick Gundlach
2007-12-15 17:58     ` Henning Hraban Ramm [this message]
2007-12-17 12:55     ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ECA1918F-4E20-410B-A03C-1F31DE9F98F6@fiee.net \
    --to=hraban@fiee.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).