From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12696 Path: main.gmane.org!not-for-mail From: sebastian.rooks@free.fr Newsgroups: gmane.comp.tex.context Subject: Re: bodymatter and alternative=doublesided, XML documentation Date: Fri, 25 Jul 2003 17:39:41 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <1059147581.3f214f3dce9f3@impt2-1.free.fr> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1059147975 18188 80.91.224.249 (25 Jul 2003 15:46:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2003 15:46:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jul 25 17:46:12 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19g4j9-0004X8-00 for ; Fri, 25 Jul 2003 17:43:27 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 76A1910B32; Fri, 25 Jul 2003 17:44:40 +0200 (MEST) Original-Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by ref.ntg.nl (Postfix) with ESMTP id 2FF0C10B30 for ; Fri, 25 Jul 2003 17:39:42 +0200 (MEST) Original-Received: from impt2-1.proxad.net (impt2-1.free.fr [213.228.0.80]) by postfix3-2.free.fr (Postfix) with ESMTP id EA1F0C211 for ; Fri, 25 Jul 2003 17:39:41 +0200 (CEST) Original-Received: by impt2-1.proxad.net (Postfix, from userid 33) id E350EC7B7; Fri, 25 Jul 2003 17:39:41 +0200 (MEST) Original-Received: from upsn104.u-psud.fr (upsn104.u-psud.fr [193.55.10.104]) by impt2-1.free.fr (IMP) with HTTP for ; Fri, 25 Jul 2003 17:39:41 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: User-Agent: Internet Messaging Program (IMP) 3.2.1 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12696 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12696 Selon Tobias Burnus : > Hi, [...] > Is there a nice way to setup > frontmatter to use roman numerals and bodymatter "arabic" numerals > starting from 1? > > I know I can use \setupsectionblock[][before=\bgroup\setup...] > but is there something nicer? What's wrong with this : \starttext \setuppagenumbering[conversion=romannumerals] \startfrontmatter \completecontent \stopfrontmatter % \setuppagenumber[number=1] % Uncomment to restart numbering \setuppagenumbering[conversion=numbers] \startbodymatter \chapter{First} \dorecurse{5}{\input tufte\par \input knuth\par} \chapter{Second} \dorecurse{5}{\input tufte\par \input knuth\par} \stopbodymatter \stoptext Seb.