From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33838 Path: news.gmane.org!not-for-mail From: Oliver Buerschaper Newsgroups: gmane.comp.tex.context Subject: Re: Grid and footnotes [repost] Date: Tue, 13 Mar 2007 23:37:30 +0100 Message-ID: References: <0A10D64C-D49B-48CB-A3AE-07E917271BDC@mpq.mpg.de> <45F6DF45.7000109@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.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 1173825477 2107 80.91.229.12 (13 Mar 2007 22:37:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 22:37:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 13 23:37:51 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HRFct-0001mx-Ej for gctc-ntg-context-518@m.gmane.org; Tue, 13 Mar 2007 23:37:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D68991FCB1; Tue, 13 Mar 2007 23:32:39 +0100 (CET) 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 03912-07; Tue, 13 Mar 2007 23:32:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F34520198; Tue, 13 Mar 2007 23:32:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1856C20198 for ; Tue, 13 Mar 2007 23:32:26 +0100 (CET) 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 03917-08 for ; Tue, 13 Mar 2007 23:32:18 +0100 (CET) Original-Received: from post.rzg.mpg.de (post.rzg.mpg.de [130.183.7.21]) by ronja.ntg.nl (Postfix) with ESMTP id 9D6BC20192 for ; Tue, 13 Mar 2007 23:32:17 +0100 (CET) Original-Received: from [172.20.3.3] (gateway.maximilianeum.mhn.de [129.187.19.245]) by post.rzg.mpg.de (8.9.2/8.9.2) with ESMTP id XAA659480 for ; Tue, 13 Mar 2007 23:37:25 +0100 X-Envelope-To: In-Reply-To: <45F6DF45.7000109@wxs.nl> 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.9 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:33838 Archived-At: >> As long as the grid is turned off, the footnote block perfectly >> aligns with the bodytext frame. However, turn the grid on and the >> footnote block suddenly jumps about a line downwards. What's going on >> here? >> > > in core-one: change the getnoflines call into > > \ifbottomnotes > \ifgridsnapping > \ifcase\layoutlines % todo: make macro of this > \getrawnoflines\textheight > \else > \noflines\layoutlines > \fi > % \getnoflines\textheight > > and remake the format > > usual rounding errors mess > > Hans Following Willi's hint I patched the right file and ... it works like a charm! Thanks so much! Now there's just the linespacing thing left ;-) Oliver