ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chapter numbering
Date: Thu, 08 Oct 2015 12:35:57 +0200	[thread overview]
Message-ID: <5616470D.7080800@gmail.com> (raw)
In-Reply-To: <C3DDC8CB-17D8-42DF-B60B-BCF6872345AE@uva.nl>


[-- Attachment #1.1: Type: text/plain, Size: 891 bytes --]

> Meer, Hans van der <mailto:H.vanderMeer@uva.nl>
> 8. Oktober 2015 um 12:13
> The reference manual explains that one can set individual numbers on a 
> chapter:
> \setuphead[subsection][ownnumber=yes]
> \subsection{399}{The old number}
>
> So I tried \setuphead[chapter][ownnumber=yes] but then I am in the 
> dark how to use this.
> The reference manual (september 2013 -- latest?) was of no help 
> because it does treat \chapter but not yet explains \startchapter. 
> Neither did the ConTeXt Commands (July 2015 version) offer me I clue.
>
> I tried \startchapter[number=6] but this doesn't work.
> How to?
You need \setuphead[chapter][ownnumber=yes] only when you want to use 
the \chapter command but not when you use \startchapter.

\starttext

\startchapter[title=Knuth]
\input knuth
\stopchapter

\startchapter[title=Zapf,ownnumber=11]
\input zapf
\stopchapter

\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1922 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2015-10-08 10:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 10:13 Meer, Hans van der
2015-10-08 10:35 ` Wolfgang Schuster [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-05-09 10:36 Chapter numbering Michal Kvasnicka
2000-05-10 23:10 ` Hans Hagen

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=5616470D.7080800@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --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).