From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13746 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes Date: Mon, 6 Oct 2003 17:25:48 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1065454700 29422 80.91.224.253 (6 Oct 2003 15:38:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 15:38:20 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Oct 06 17:38:19 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6XRD-0003Ze-00 for ; Mon, 06 Oct 2003 17:38:19 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E9E3C10B31; Mon, 6 Oct 2003 17:38:15 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id 25F4A10B30 for ; Mon, 6 Oct 2003 17:26:01 +0200 (MEST) Original-Received: (qmail 29169 invoked from network); 6 Oct 2003 15:25:58 -0000 Original-Received: from unknown (HELO [217.184.17.14]) (159967@[217.184.17.51]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 6 Oct 2003 15:25:58 -0000 X-Sender: 159967 Original-To: ntg-context@ntg.nl 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:13746 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13746 Hi, Albrecht Kauffmann wrote: > Hi all, > > does anyone know how to expand the distance between the last text line on > a page and the first footnote? > > With many thanks for any hint > Albrecht you can use the rule option: \def\MyRule{\blackrule[width=0.5\textwidth,height=0.4pt]\blank[15pt]} \setupfootnotes[rule=\MyRule] Steffen