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: Unnumbered chapters (title), numbered appendices
Date: Tue, 9 Apr 2013 12:53:33 +0200	[thread overview]
Message-ID: <20130409125333.68e89008@sole> (raw)

Hello,

I am having difficulties with the use of unnumbered chapters (\title)
as well as the use of appendices.

http://wiki.contextgarden.net/Titles#Unnumbered_titles_in_table_of_contents
gives a few recipes for the use of unnumbered titles and their inclusion in
the table of contents. Unfortunately, they do not work!

\definehead [intro] [chapter] \setuphead [intro] [number=no]
will increment the chapter number, as does 
\setuphead [title] [incrementnumber=yes,number=no]

trying "coupling=no" gives missing number errors (in the toc).

Furthermore, placing chapters into \frontmatter and \backmatter might not always be a solution.



In a document structured in *parts*, one might want to have an introduction
(and other "front matter") as well as conclusions (and other "back matter").
One needs a means of switching section blocks, for example, without resetting everything.
Maybe this can become an option in
\startfrontmatter [reset=no]
\startappendices [reset=no]
\startbackmatter [reset=no]
for example, or else:
\setupsectionblock [appendix] [resetnumber=no] % number=yes|no


Another route could be through the use of the *mysterious* structureresetset
\definestructureresetset [default] [0,0] [1] % do not reset parts and chapters
\setuphead [part,chapter] [sectionresetset=default]
coupled somehow to the section blocks.

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-04-09 10:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 10:53 Alan BRASLAU [this message]
2013-04-09 11:17 ` Wolfgang Schuster
2013-04-09 11:57   ` Alan BRASLAU
2013-04-09 21:22     ` 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=20130409125333.68e89008@sole \
    --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).