ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chapter please ignore part
Date: Wed, 9 Nov 2011 06:24:17 +0100	[thread overview]
Message-ID: <5E179CFD-0F74-4453-8988-9B15B19F9F52@googlemail.com> (raw)
In-Reply-To: <op.v4ndewwmpw6hmh@ishamid-pc>


Am 08.11.2011 um 22:45 schrieb Idris Samawi Hamid ادريس سماوي حامد:

> Dear Knights,
> 
> I seem to remember there was a way to do this, but I can't find it. This is what i want:
> 
> Part Foo
> 
> 1 Chapter One
> 
> 2 Chapter Two
> 
> Part Foo Moo
> 
> 3 Chapter Three
> 
> 4 Chapter Four
> 
> But what I always get is, obviously
> 
> Part Foo
> 
> 1 Chapter One
> 
> 2 Chapter Two
> 
> Part Foo Moo
> 
> 1 Chapter Three
> 
> 2 Chapter Four
> 
> What is the correct setting for part and chapter to get the chapter no. to ignore the part no.? The relevant parameters seem to be
> 
> \setuphead[part][placehead=yes,		
> 		    incrementnumber=no,
>                    number=no,
>                    continue=no,
>                    ownnumber=no]
> 		
> \setuphead[chapter][continue=yes,
>                    header=empty,
>                    %ownnumber=yes]
> 
> Of course there is the workaround:
> 
> \setupheadnumber[chapter][2]
> 
> But I'd like to know if there is an automated way.

\definestructureresetset[continue][0,0][1]

\setuphead[sectionresetset=continue]
%\setuphead[sectionresetset=continue,sectionsegments=chapter:*]

\starttext

\part{Foo}

\chapter{One}

\chapter{Two}

\par{Moo}

\chapter{Three}

\chapter{Four}

\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:[~2011-11-09  5:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-08 21:45 Idris Samawi Hamid ادريس   سماوي حامد
2011-11-09  5:24 ` Wolfgang Schuster [this message]
2011-11-10  3:59   ` Idris Samawi Hamid ادريس   سماوي حامد
2011-11-10 13:59   ` \definestructureresetset Idris Samawi Hamid ادريس   سماوي حامد
2011-11-10 14:44     ` \definestructureresetset Wolfgang Schuster
2011-11-10 13:59   ` \definestructureresetset Idris Samawi Hamid ادريس   سماوي حامد

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=5E179CFD-0F74-4453-8988-9B15B19F9F52@googlemail.com \
    --to=schuster.wolfgang@googlemail.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).