From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20380 Path: news.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: How to control \hrule width in header & footer Date: Sun, 15 May 2005 23:06:22 +0200 Message-ID: References: <4287B246.4070403@physik.fu-berlin.de> Reply-To: VnPenguin , 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 1116191296 6309 80.91.229.2 (15 May 2005 21:08:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 May 2005 21:08:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun May 15 23:08:14 2005 Return-path: 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 1DXQLC-0006pz-Tl for gctc-ntg-context-518@m.gmane.org; Sun, 15 May 2005 23:08:03 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 90210127E7; Sun, 15 May 2005 23:08:21 +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 25115-01; Sun, 15 May 2005 23:08:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37C35127DC; Sun, 15 May 2005 23:06:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C95E127DC for ; Sun, 15 May 2005 23:06:24 +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 24672-05-2 for ; Sun, 15 May 2005 23:06:23 +0200 (CEST) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by ronja.ntg.nl (Postfix) with ESMTP id 2F93F1276C for ; Sun, 15 May 2005 23:06:23 +0200 (CEST) Original-Received: by wproxy.gmail.com with SMTP id 36so1813531wra for ; Sun, 15 May 2005 14:06:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bm0i+3/egSghSivYpfeETqfgauzPEq2VCYuVv6WxCYzBq96tyAocCz5dyBBcoY+mZEugtwStyfVXAsDWOOw774/zJutS19Jdv1Ia6YrQHYKhSEU8/5iJyOaobSfj2tFjY+O/tcIeUSk6L4+WCK9qLH7zuuZUUYloM6PmhDeOqPQ= Original-Received: by 10.54.157.16 with SMTP id f16mr3143489wre; Sun, 15 May 2005 14:06:22 -0700 (PDT) Original-Received: by 10.54.137.1 with HTTP; Sun, 15 May 2005 14:06:22 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <4287B246.4070403@physik.fu-berlin.de> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20380 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20380 On 5/15/05, Tobias Burnus wrote: > Hello, >=20 > VnPenguin wrote: >=20 > >I'm trying to add \hrule after header and before footer. Here is the > >testing code: > >\setupheader[after=3D\hrule] > >\setupfooter[before=3D\hrule\blank] > > > > > Try \setupheader[text][...] > By the way using a \hairule or thinrule instead of a \hrule makes it > possible to use \setupthinrule. It works!=20 Thank you a lot for your help. Regards,