From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29960 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Specify the part/chapter number Date: Thu, 3 Aug 2006 21:48:15 -0400 (EDT) Message-ID: References: <7a884c7c0608031826ve8c5b4l426ce28b8ab6ed13@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154656155 15520 80.91.229.2 (4 Aug 2006 01:49:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Aug 2006 01:49:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 04 03:49:07 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8onp-0002RY-NW for gctc-ntg-context-518@m.gmane.org; Fri, 04 Aug 2006 03:48:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 517A51FF75; Fri, 4 Aug 2006 03:48:40 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06930-03; Fri, 4 Aug 2006 03:48:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7A51E1FF6E; Fri, 4 Aug 2006 03:48:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6693E1FF6E for ; Fri, 4 Aug 2006 03:48:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07247-01 for ; Fri, 4 Aug 2006 03:48:21 +0200 (CEST) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with SMTP id B1AFD1FF6A for ; Fri, 4 Aug 2006 03:48:18 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 44D2A761.72F9E.6790 ; 3 Aug 2006 21:48:17 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <7a884c7c0608031826ve8c5b4l426ce28b8ab6ed13@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:29960 Archived-At: On Thu, 3 Aug 2006, Confused Scientist wrote: > Hello, > > I'm working on a project with a few other people and we are each responsible > for writing a single chapter/component of a larger document. I am, for > example, responsible for chapters 2 and 6. Unfortunately, when I run pdftex > on my component, the chapter number always begins from 1 which means all my > sections, equations, figures, and tables are all numbered as 1.x.x.x. Is > there a way to force a component to use a different chapter number? \setuphead[chapter][ownnumber=yes] \chapter{2}{Chapter Title} Aditya