ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Sectioning from 0?
Date: Tue, 5 Nov 2013 23:31:25 +0100	[thread overview]
Message-ID: <67A7C3DF-0552-46D9-8E7A-EA25990C5F32@gmail.com> (raw)
In-Reply-To: <op.w52sm6xytpjj8f@lpr>


Am 05.11.2013 um 13:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o. <LPr@pontex.cz>:

> Hello,
> 
> I noticed now that:
> 
> ----
> \starttext
>  \startsection[ownnumber=0,title=A]
>    bla
>  \stopsection
> 
>  \startsection[title=B]
>    bla
>  \stopsection
> \stoptext
> ----
> 
> gives:
> 
> "
> 0 A
> 
> bla
> 
> 2 B	<- 1 should be here instead of 2; automatically
> 
> bla
> "
> 
> instead of:
> 
> "
> 0 A
> 
> bla
> 
> 1 B
> 
> bla
> "
> 
> So my original question remains:
> 
> How to start counting sections (locally) from 0, not from 1?

\defineexpandable[1]\PreviousNumber{\number\numexpr#1-1\relax}

\defineconversion[PreviousNumber][\PreviousNumber]

\setuphead[section][conversion=PreviousNumber]

\starttext

\startsection[title=A]
bla
\stopsection

\startsection[title=B]
bla
\stopsection

\stoptext

Wolfgang
___________________________________________________________________________________
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-11-05 22:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-04 14:04 Procházka Lukáš Ing. - Pontex s. r. o.
2013-10-04 14:11 ` Peter Münster
2013-10-04 14:25   ` Procházka Lukáš Ing. - Pontex s. r. o.
2013-10-04 14:53   ` Mari Voipio
2013-10-04 19:21     ` Peter Münster
2013-10-06 18:22     ` Lukáš Procházka
2013-11-05 12:22   ` Procházka Lukáš Ing. - Pontex s. r. o.
2013-11-05 22:31     ` Wolfgang Schuster [this message]
2013-11-06  9:29       ` Procházka Lukáš Ing. - Pontex s. r. o.

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=67A7C3DF-0552-46D9-8E7A-EA25990C5F32@gmail.com \
    --to=wolfgang.schuster@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).