From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53731 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes AFTER table ? Date: Mon, 26 Oct 2009 17:18:13 +0100 Message-ID: <4AE5CBC5.8060605@gmx.net> References: <008DA0FF-1236-4F72-B9DC-59292074EF5D@st.estfiles.de> <4AE5B498.809@gmx.net> <4522F18D-93A1-471B-89DD-4C650D33C64F@st.estfiles.de> <4AE5BD46.3060605@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256573967 7020 80.91.229.12 (26 Oct 2009 16:19:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 16:19:27 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 26 17:19:20 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2SHv-0001cS-TE for gctc-ntg-context-518@m.gmane.org; Mon, 26 Oct 2009 17:19:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 62724C9AB7; Mon, 26 Oct 2009 17:18:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8LaDxGzhzDfY; Mon, 26 Oct 2009 17:18:10 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9D685C9AC1; Mon, 26 Oct 2009 17:18:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D20E4C9AC1 for ; Mon, 26 Oct 2009 17:18:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7rWBPxn15lln for ; Mon, 26 Oct 2009 17:18:02 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by balder.ntg.nl (Postfix) with SMTP id A0BF7C9AB7 for ; Mon, 26 Oct 2009 17:18:02 +0100 (CET) Original-Received: (qmail invoked by alias); 26 Oct 2009 16:19:10 -0000 Original-Received: from i577BF262.versanet.de (EHLO [192.168.1.3]) [87.123.242.98] by mail.gmx.net (mp054) with SMTP; 26 Oct 2009 17:19:10 +0100 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX19RPD5HdepR+B6vmObEFAivfn+GJCeJ0jNHXPZi3u e3rwEvqGPKxi1S User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <4AE5BD46.3060605@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:53731 Archived-At: Peter Rolf schrieb: > Steffen Wolfrum schrieb: >> >> Am 26.10.2009 um 15:39 schrieb Peter Rolf: >> >>> Steffen Wolfrum schrieb: >>>> Hi, >>>> >>>> >>>> I have a long table (15pages) with about 150 long footnotes (NOT >>>> local notes!). >>>> The only chance to set this will be to set all footnotes after the >>>> table. >>>> >>>> My first attempt (see minimal below) failed ... >>>> >>>> Could someone help me please? >>>> >>>> >>>> Thanks >>>> >>>> Steffen >>>> >>>> --- >>>> >>>> \starttext >>>> >>>> \setupfootnotes[location=text] >>>> >>>> \postponefootnotes >>>> >>> \postponenotes >>> >>>> \bTABLE >>>> \bTR\bTD >>>> TEST\footnote{\dorecurse{10}{\input tufte \par}} >>>> \eTR\eTD >>>> \eTABLE >>>> >>>> \page >>>> Notes: >>>> \flushfootnotes >>> \placefootnotes >>> >>> >>> works here (mkiv). But I don't use these commands that often, so >>> there is a big chance, that this is not optimal ;) >> >> >> Hmm, the result looks strange: >> >> http://werksatz.com/attachments/postpone_1.pdf >> >> >> A pagebreak above? And note not split? > > oh, you use mkii. sorry, but i thought you were adapting your mkii > code to mkiv. > no page break after 'Notes:' here. donno what you mean with 'note not > split'. i'll send you the pdf in a private mail. > i have sent you two mails to your email address. just in case they were eaten up by your junk filter... try 'location=none' (looks good here) >> >> >> Steffen >> >> --- >> >> >> \showframe >> \starttext >> >> \setupfootnotes[location=text] >> >> \postponefootnotes >> >> \bTABLE >> \bTR\bTD >> TEST\footnote{\dorecurse{20}{\input tufte \par}} >> \eTR\eTD >> \eTABLE >> >> \page >> Notes:\placefootnotes >> >> \stoptext >> >> >> ___________________________________________________________________________________ >> >> If your question is of interest to others as well, please add an >> entry to the Wiki! >> >> maillist : ntg-context@ntg.nl / >> http://www.ntg.nl/mailman/listinfo/ntg-context >> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >> archive : http://foundry.supelec.fr/projects/contextrev/ >> wiki : http://contextgarden.net >> ___________________________________________________________________________________ >> >> > > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry > to the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________