From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27690 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes lost in description terms Date: Sun, 07 May 2006 20:16:26 +0200 Message-ID: References: <445C558A.3050801@wxs.nl> <445E33D7.5000605@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=----------GbWtApyzOjyVWDqPkXaDWT X-Trace: sea.gmane.org 1147025588 13047 80.91.229.2 (7 May 2006 18:13:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 May 2006 18:13:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun May 07 20:13:07 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 1Fcnkb-0003BZ-J1 for gctc-ntg-context-518@m.gmane.org; Sun, 07 May 2006 20:13:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5C4DA127CA; Sun, 7 May 2006 20:13:01 +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 07617-01-3; Sun, 7 May 2006 20:12:57 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F328A127C4; Sun, 7 May 2006 20:12:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1706E127C4 for ; Sun, 7 May 2006 20:12: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 07617-01-2 for ; Sun, 7 May 2006 20:12:54 +0200 (CEST) Original-Received: from swip.net (mailfe04.tele2.fr [212.247.154.108]) by ronja.ntg.nl (Postfix) with SMTP id 34F01127C0 for ; Sun, 7 May 2006 20:12:53 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.177.212.128] (HELO localhost) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 190125778 for ntg-context@ntg.nl; Sun, 07 May 2006 20:12:52 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <445E33D7.5000605@wxs.nl> 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:27690 Archived-At: ------------GbWtApyzOjyVWDqPkXaDWT Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On Sun, 07 May 2006 19:52:23 +0200, Hans Hagen wrote: >> Thanks, it works fine. >> >> But as a side effect (not introduced by the patch) it seems that putti= ng >> footnotes in a term sets a fixed width to this term: in the example th= e >> term wraps, even if I set width=3Dbroad in the description definition.= If >> the term does not contain a footnote, it is not wrapped. >> > send me a test file showing both Here it is. The first and third description terms containing footnotes ar= e =20 wrapped. The second term does not contain footnote and is not wrapped =20 (it's the file committed in contexttest). Regards, BG ------------GbWtApyzOjyVWDqPkXaDWT Content-Disposition: attachment; filename=test-002.tex Content-Type: application/x-tex; name=test-002.tex Content-Transfer-Encoding: quoted-printable % % Test some footnotes in descriptions. Enough descriptions so that it % covers several pages. % \definedescription[descr][ headstyle=3Dbold,style=3Dnormal,align=3Dleft,location=3Dhanging, width=3Dbroad,margin=3D1cm] \setupwhitespace[medium] \starttext \startbuffer \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?} th= at talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr \startdescr{This term does not contain any footnote, and is longer} This is a shorter item label, and some text\footnote{Another one in text}= 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 \stopbuffer Here is a footnote\footnote{In a simple paragraph}. \dorecurse{8}{\getbuffer} Here is a footnote\footnote{After the descriptions}. \stoptext ------------GbWtApyzOjyVWDqPkXaDWT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context ------------GbWtApyzOjyVWDqPkXaDWT--