ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan BRASLAU <alan.braslau@cea.fr>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: \setuphead [bodypartlabel=]
Date: Tue, 26 Mar 2013 19:15:24 +0100	[thread overview]
Message-ID: <20130326191524.0f3b3a86@iram-hb-003386.extra.cea.fr> (raw)

\setuplabeltext [chapter=Chapter ]

enables a label in chapter headings.

Sometimes, one wants to have an unnumbered chapter-level structure that
otherwise appears in the table of contents, bookmarks, marking, etc.
without having to make many special definitions.

One suggests:
\definehead [NOchapter] [chapter]
\setuphead [NOchapter] [incrementnumber=no,number=no,bodypartlabel=]

\starttext
\startNOchapter [title=Introduction]
\stopNOchapter
\startchapter [title=First chapter]
\stopchapter
\stoptext

And then adding NOchapter to the contents combined list, to the
bookmarks, and so on, not to speak about marking. Ugh!

Much easier would be the occasional use of
\startchapter [title=Introduction,incrementnumber=no,number=no,bodypartlabel=]
\stopchapter
but this does not work! One gets: "Chapter Introduction".
That this does not work I suppose might be somewhat of a bug...

Even better, more coherent, more logical, would be
\startchapter [title=Introduction,incrementnumber=no,number=no,label=no]
\stopchapter
(Note that "label=no" is used for lists).

This would also have the advantage of allowing the chapter labeltext to be defined
for each language, rather than be empty, so that it could then be simply turned on or off.
In fact, label=no would be the default setup.

Alan

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


             reply	other threads:[~2013-03-26 18:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-26 18:15 Alan BRASLAU [this message]
2013-03-26 18:25 ` Wolfgang Schuster
2013-03-26 18:54   ` Alan BRASLAU
2013-03-26 19:10     ` Wolfgang Schuster
2013-03-27  8:39       ` Willi Egger

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=20130326191524.0f3b3a86@iram-hb-003386.extra.cea.fr \
    --to=alan.braslau@cea.fr \
    --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).