From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20379 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: How to control \hrule width in header & footer Date: Sun, 15 May 2005 22:34:14 +0200 Message-ID: <4287B246.4070403@physik.fu-berlin.de> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116189536 1818 80.91.229.2 (15 May 2005 20:38:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 May 2005 20:38:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun May 15 22:38:54 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 1DXPsJ-0003RR-QK for gctc-ntg-context-518@m.gmane.org; Sun, 15 May 2005 22:38:11 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E7EB127E7; Sun, 15 May 2005 22:38:30 +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 24671-05; Sun, 15 May 2005 22:38:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB0F0127DC; Sun, 15 May 2005 22:34:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6699D127DC for ; Sun, 15 May 2005 22:34:52 +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 24671-03 for ; Sun, 15 May 2005 22:34:51 +0200 (CEST) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with ESMTP id A905F1279C for ; Sun, 15 May 2005 22:34:51 +0200 (CEST) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.51) id 1DXPp1-0001N0-QK; Sun, 15 May 2005 22:34:49 +0200 User-Agent: Mozilla Thunderbird 1.0+ (X11/20050512) Original-To: VnPenguin , mailing list for ConTeXt users In-Reply-To: X-Scanned: No viruses found. X-Scan-Signature: 16228c98e862e06bb5f459f38ad6bff2 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:20379 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20379 Hello, VnPenguin wrote: >I'm trying to add \hrule after header and before footer. Here is the >testing code: >\setupheader[after=\hrule] >\setupfooter[before=\hrule\blank] > > Try \setupheader[text][...] By the way using a \hairule or thinrule instead of a \hrule makes it possible to use \setupthinrule. Tobias