From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14467 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: footnotes are lost!! endnotes don't work ? (URGENT) Date: Fri, 09 Jan 2004 19:16:23 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040109191530.01e56cd8@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073672302 20039 80.91.224.253 (9 Jan 2004 18:18:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 18:18:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jan 09 19:18:19 2004 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 1Af1D9-00034z-00 for ; Fri, 09 Jan 2004 19:18:19 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9262810B3A; Fri, 9 Jan 2004 19:17:40 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 2A5DF10ABB for ; Fri, 9 Jan 2004 19:16:43 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i09IH8m17244 for ; Fri, 9 Jan 2004 19:17:08 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 7EE7C2EA57; Fri, 9 Jan 2004 19:17:15 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7B63B2EA55 for ; Fri, 9 Jan 2004 18:17:14 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: 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:14467 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14467 At 18:23 09/01/2004, you wrote: >Hi, > >as the commands "location=text" and "\placefootnotes" seemed to be >unproblematic I decided to edit a book in ConTeXt with footnotes as >endnotes - at the end of each chapter. > >Unfortunately there seems to be a bug: >My first chapter has 57 footnotes. >The first 17 footnotes fit (touching the bottom edge) on the first page >(after the chapters end) >and the following 40 are lost! > >Is this a known bug? > >Does anybody know what to do? For the moment use: \setupfootnotes[location={text,none}] \starttext \dorecurse{100}{test \footnote{test} \endgraf} \placefootnotes \stoptext else the notes get boxed and treated as a whole (so that they can have backgrounds and so). Hans