From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27666 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Footnotes lost in description terms Date: Fri, 05 May 2006 22:48:14 +0200 Message-ID: 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 1146861902 21273 80.91.229.2 (5 May 2006 20:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 May 2006 20:45:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri May 05 22:44:58 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 1Fc7AN-0000YE-7n for gctc-ntg-context-518@m.gmane.org; Fri, 05 May 2006 22:44:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CB467127C5; Fri, 5 May 2006 22:44:46 +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 19430-01; Fri, 5 May 2006 22:44:41 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 22004127BC; Fri, 5 May 2006 22:44:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C3D2127BC for ; Fri, 5 May 2006 22:44:39 +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 19429-01-6 for ; Fri, 5 May 2006 22:44:37 +0200 (CEST) Original-Received: from swip.net (mailfe11.tele2.fr [212.247.155.76]) by ronja.ntg.nl (Postfix) with SMTP id 2F581127BA for ; Fri, 5 May 2006 22:44:36 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.177.242.92] (HELO localhost) by mailfe11.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 21610693 for ntg-context@ntg.nl; Fri, 05 May 2006 22:44:34 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:27666 Archived-At: Hello, When some footnotes are put in description terms, their number appears in the terms but their text don't appear at the bottom of the page. Is it a known limitation? Here is an example: \definedescription[descr][ headstyle=bold,style=normal,align=left,location=hanging, width=broad,margin=1cm] \setupwhitespace[medium] \starttext Here is a footnote\footnote{In a simple paragraph}. \startdescr{This\footnote{A footnote} term contains\footnote{Another one} a footnote} This is a shorter item label, and some text\footnote{What about this?} that talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr \startdescr{This\footnote{More footnotes} term contains\footnote{Another again} a footnote} This is a shorter item label, and some text that talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr Here is a footnote\footnote{After the descriptions}. \stoptext Regards, BG