ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setuphead [bodypartlabel=]
@ 2013-03-26 18:15 Alan BRASLAU
  2013-03-26 18:25 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Alan BRASLAU @ 2013-03-26 18:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-27  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 18:15 \setuphead [bodypartlabel=] Alan BRASLAU
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

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).