From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16386 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: footnotes and tables Date: Tue, 07 Sep 2004 20:27:27 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <413DFD8F.5060306@boede.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1094581665 614 80.91.224.253 (7 Sep 2004 18:27:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 18:27:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 07 20:27:34 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4kgn-0007iI-00 for ; Tue, 07 Sep 2004 20:27:33 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD6C21278E; Tue, 7 Sep 2004 20:27:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18043-01; Tue, 7 Sep 2004 20:27:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8BA31277C; Tue, 7 Sep 2004 20:27:29 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8E701277C for ; Tue, 7 Sep 2004 20:27:28 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17814-06 for ; Tue, 7 Sep 2004 20:27:28 +0200 (CEST) Original-Received: from smtp-vbr2.xs4all.nl (unknown [194.109.24.22]) by ronja.ntg.nl (Postfix) with ESMTP id 75A9812777 for ; Tue, 7 Sep 2004 20:27:28 +0200 (CEST) Original-Received: from [192.168.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id i87IRSff012013 for ; Tue, 7 Sep 2004 20:27:28 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16386 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16386 Hello Peter, may be the following is suiting your needs: \def\Line{\NC \tex{HL} \NC horizontal line \NC\AR} \starttext Here is some other text followed by a table. \blank \startlocalfootnotes[n=3D0] \starttablehead \HL \NC command \NC meaning \NC\SR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttables[|l|l|] \NC \tex{NC} \NC next column\footnote{A footnote}\NC\AR \dorecurse{20}{\Line} \stoptables {\placelocalfootnotes} \stoplocalfootnotes \blank The text proceeds here. \stoptext Willi Peter M=FCnster wrote: > Hello, > is there a possibility to use footnotes in tables? > Unfortunately, the table gets printed over the footnote in the followin= g > example: >=20 > \def\Line{\NC \tex{HL} \NC horizontal line \NC\AR} > \starttext > \starttablehead > \HL > \NC command \NC meaning \NC\SR > \HL > \stoptablehead > \starttabletail > \HL > \stoptabletail > \starttables[|l|l|] > \NC \tex{NC} \NC next column\footnote{A footnote}\NC\AR > \dorecurse{40}{\Line} > \stoptables > \stoptext >=20 > TIA for any help, Peter >=20