From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29779 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: setuphead Date: Fri, 28 Jul 2006 22:09:29 +0200 Message-ID: <615E0F2E-E279-418F-AF2D-E9101B0C52E7@st.estfiles.de> References: <7CFEB498-476B-4E80-A3F5-1EDA9852A912@st.estfiles.de> <44C8DA80.9020608@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154117393 24313 80.91.229.2 (28 Jul 2006 20:09:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Jul 2006 20:09:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 28 22:09:51 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 1G6YeW-00029d-OY for gctc-ntg-context-518@m.gmane.org; Fri, 28 Jul 2006 22:09:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B99C91FE8D; Fri, 28 Jul 2006 22:09:43 +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 13522-03-6; Fri, 28 Jul 2006 22:09:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C41191FE87; Fri, 28 Jul 2006 22:09:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C87E91FE87 for ; Fri, 28 Jul 2006 22:09:34 +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 13522-03-5 for ; Fri, 28 Jul 2006 22:09:32 +0200 (CEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by ronja.ntg.nl (Postfix) with SMTP id 4D0C61FE86 for ; Fri, 28 Jul 2006 22:09:32 +0200 (CEST) Original-Received: (qmail 12422 invoked from network); 28 Jul 2006 20:09:31 -0000 Original-Received: from unknown (HELO [62.180.164.69]) (698580@[62.180.164.69]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 28 Jul 2006 20:09:31 -0000 In-Reply-To: <44C8DA80.9020608@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:29779 Archived-At: No, I don't mean "header" I mean heading, title, name of a section! Steffen On 27.07.2006, at 17:23, Hans Hagen wrote: > Steffen Wolfrum wrote: >> Hi, >> >> I was sure it should be quite standard, but I couldn't figure our how >> to set a heading like this: >> >> "Chapter label/number" (centered,small,italic) >> (linebreak) >> "Chapter titel" (centered,bigger,bold) >> >> Is there a command=... to be written, or could it be achieved by >> combining the various options that setuphead has predefined? >> > \setupheadertexts[\setups{header}] > > \startsetups header > \framed > [align=middle,strut=no,offset=overlay] > {\start > \switchtobodyfont[small]\it > Chapter \getmarking[chapternumber]\par > \stop > \start > \bf > \getmarking[chapter] > \stop} > \stopsetups > > etc etc > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >