From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30436 Path: news.gmane.org!not-for-mail From: Ricard Roca Newsgroups: gmane.comp.tex.context Subject: footnotes and variable rules Date: Tue, 22 Aug 2006 11:47:37 +0000 Message-ID: <200608221147.37396.ricardroca@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156247585 24544 80.91.229.2 (22 Aug 2006 11:53:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 11:53:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 22 13:53:03 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 1GFUoT-0000R3-0M for gctc-ntg-context-518@m.gmane.org; Tue, 22 Aug 2006 13:52:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF3B61FD26; Tue, 22 Aug 2006 13:52:55 +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 29476-04; Tue, 22 Aug 2006 13:52:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F44C1FD2A; Tue, 22 Aug 2006 13:52:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5491C1FD2A for ; Tue, 22 Aug 2006 13:52:45 +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 29475-03-3 for ; Tue, 22 Aug 2006 13:52:40 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by ronja.ntg.nl (Postfix) with SMTP id 654D31FD26 for ; Tue, 22 Aug 2006 13:52:39 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so32672nfe for ; Tue, 22 Aug 2006 04:52:39 -0700 (PDT) Original-Received: by 10.48.202.19 with SMTP id z19mr281888nff; Tue, 22 Aug 2006 04:52:38 -0700 (PDT) Original-Received: from ?192.168.1.3? ( [84.77.158.203]) by mx.gmail.com with ESMTP id 36sm709887huc.2006.08.22.04.52.38; Tue, 22 Aug 2006 04:52:38 -0700 (PDT) Original-To: mailing list for ConTeXt users User-Agent: KMail/1.8.3 Content-Disposition: inline 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:30436 Archived-At: Hi to all, In some countries it is traditional that footnote rules have the following behaviour: When a footnote doesn't fit entirely in one page, and has to be continued in the next one, the footnote rule in the second page has to be longer, to show that the footnote doesn't start there, but in the preceeding page. So, if you normally use a e.g. 20%\textwidth rule, the rule in the following page has to be longer, typically 100%\textwidth; if you don't use footnote rule, the following page has to have a e.g. 20%\textwidth rule. In LaTeX this can be done with the footmisc package. Can this be done with ConTeXt, e.g. redefining \normalnoterule? Thanks in advance, Ricard