From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12697 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: bodymatter and alternative=doublesided, XML documentation Date: Fri, 25 Jul 2003 17:51:59 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <1059147581.3f214f3dce9f3@impt2-1.free.fr> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1059148954 23703 80.91.224.249 (25 Jul 2003 16:02:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2003 16:02:34 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jul 25 18:02:33 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 19g4vn-0005eY-00 for ; Fri, 25 Jul 2003 17:56:31 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D131E10B52; Fri, 25 Jul 2003 17:57:43 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id 0F59810B3B for ; Fri, 25 Jul 2003 17:52:00 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by down.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id RAA1264594; Fri, 25 Jul 2003 17:52:00 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g25.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19g4rP-0006pF-00; Fri, 25 Jul 2003 17:51:59 +0200 X-X-Sender: tburnus@g25.physik.fu-berlin.de Original-To: ntg-context@ntg.nl In-Reply-To: <1059147581.3f214f3dce9f3@impt2-1.free.fr> 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:12697 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12697 Hi, On Fri, 25 Jul 2003 sebastian.rooks@free.fr wrote: > > 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 : > \setuppagenumbering[conversion=romannumerals] > \startfrontmatter > \completecontent > \stopfrontmatter Nothing in principle, but if I do a \processXMLfilegrouped{foo.xml} which contains ... this doesn't work. Moreover I'd like to keep the content as far as possible separate from the layout. Tobias