From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30508 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: part Date: Fri, 25 Aug 2006 23:46:36 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1156564017 15275 80.91.229.2 (26 Aug 2006 03:46:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Aug 2006 03:46:57 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Aug 26 05:46:55 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 1GGp8H-0006xC-NB for gctc-ntg-context-518@m.gmane.org; Sat, 26 Aug 2006 05:46:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3062C1FE85; Sat, 26 Aug 2006 05:46:51 +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 04447-09; Sat, 26 Aug 2006 05:46:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D896A1FE6B; Sat, 26 Aug 2006 05:46:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0AFF1FE6B for ; Sat, 26 Aug 2006 05:46:37 +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 11778-04 for ; Sat, 26 Aug 2006 05:46:35 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id 0698E1FE2C for ; Sat, 26 Aug 2006 05:46:34 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 44EFC417.45DA3.14393 ; 25 Aug 2006 23:46:32 -0400 Original-To: Horacio Suarez In-Reply-To: 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:30508 Archived-At: On Thu, 24 Aug 2006, Horacio Suarez wrote: > Hello > > I need a head type, a Part. > > Centered > With some space abobe > As big as \chapter or bigger \setuphead[part][align=3Dmiddle,style=3D\tfd] Chapter style is defined to be \tfc, incase you want the part style to = be as big as chater, set style=3D\tfc. > Appear in that part left page headers I do now understand what you want here. > Should I Define a new head \part based? I can=B4t erase the part number i= n the = > header. Appears the partnumber-pagenumber. \setuppagenumbering[way=3Dbytext] Aditya