From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25034 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: columnsets and footnotes (minimal example) Date: Mon, 9 Jan 2006 12:47:39 +0100 Message-ID: References: <43C235C1.6010801@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136808987 32170 80.91.229.2 (9 Jan 2006 12:16:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2006 12:16:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 09 13:16:24 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 1Evvwk-0000eW-R7 for gctc-ntg-context-518@m.gmane.org; Mon, 09 Jan 2006 13:16:22 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 348A612816; Mon, 9 Jan 2006 13:16:22 +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 32411-03; Mon, 9 Jan 2006 13:16:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 10D48127B3; Mon, 9 Jan 2006 12:47:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 027ED127B3 for ; Mon, 9 Jan 2006 12:47:46 +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 32200-02-2 for ; Mon, 9 Jan 2006 12:47:45 +0100 (CET) Original-Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by ronja.ntg.nl (Postfix) with SMTP id 0D0DB12791 for ; Mon, 9 Jan 2006 12:47:44 +0100 (CET) Original-Received: (qmail 3742 invoked from network); 9 Jan 2006 11:47:43 -0000 Original-Received: from unknown (HELO [83.242.63.104]) (698580@[83.242.63.104]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 9 Jan 2006 11:47:43 -0000 In-Reply-To: <43C235C1.6010801@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25034 Archived-At: Am 09.01.2006 um 11:06 schrieb Taco Hoekwater: > > > Steffen Wolfrum wrote: >> ... and here is an example that shows the problem: > > Oops, that doesn't look right at all. > > Do you really need column sets, or is "normal" columns > mode ok as well? 1) Yes, column sets would be better. > > \startcolumns[n=2] > \dorecurse{10}{\input tufte\footnote{\input ward \relax}} > \stopcolumns > > Looks about right. > > Cheers, Taco 2) When I try ... \setupfootnotes[n=3] \starttext \startcolumns[n=2] \dorecurse{10}{\input tufte\footnote{\input ward \relax}} \stopcolumns \stoptext at the bottom of page 1 there is a lot of white space before the footnote text of footnote 1-4 (the footnotemarkers 1 to 4 come up the next page). So in this example it doesn't seem to be possible to keep footnote markers and text at the same page: Wouldn't it be better in this case to fill page 1 also with the footnote text of the following footnotes? In this way the pages would look much better. Is there a way (penalty?) to express how *urgent* footnote markers and text need to be forced to the same page? Or - in other words - to loosen the connection? Thanks, Steffen