From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55844 Path: news.gmane.org!not-for-mail From: Tad Ashlock Newsgroups: gmane.comp.tex.context Subject: Split Table Footnotes Problem Date: Fri, 29 Jan 2010 16:41:44 -0700 Message-ID: <2b4e76bb1001291541v3fd1329aj6ce0eb028aa3e629@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=000e0cd75fd29b9863047e562da4 X-Trace: ger.gmane.org 1264808525 8515 80.91.229.12 (29 Jan 2010 23:42:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2010 23:42:05 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 30 00:42:02 2010 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.69) (envelope-from ) id 1Nb0TO-0004Jn-Kh for gctc-ntg-context-518@m.gmane.org; Sat, 30 Jan 2010 00:41:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5342CC9C33; Sat, 30 Jan 2010 00:42:33 +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 2nTfv5JYSvxx; Sat, 30 Jan 2010 00:42:30 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ACD22C9BD1; Sat, 30 Jan 2010 00:42:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 32AA9C9BD1 for ; Sat, 30 Jan 2010 00:42:26 +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 iUwktgE27meZ for ; Sat, 30 Jan 2010 00:42:22 +0100 (CET) Original-Received: from mail-yw0-f194.google.com (mail-yw0-f194.google.com [209.85.211.194]) by balder.ntg.nl (Postfix) with ESMTP id CE53DC9B41 for ; Sat, 30 Jan 2010 00:42:20 +0100 (CET) Original-Received: by ywh32 with SMTP id 32so1716449ywh.14 for ; Fri, 29 Jan 2010 15:41:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=gNELh5aZcQUGyGrvkKlyARM1xabeDYE28yq0omfAOuo=; b=uTP8oOL6V9CmMJlM+TeegpbbQtDxNdtSWTOZisx8nuqoK56q77BtSJo6ku0um/ducv Pd5onOjbAGXCK+n20XVnlGbsrh8taIe1xd5Uz7DIJ0i1pi2i3CYRolbI2iRhw/1ffXP4 ydC+VWJpkScs48roYSMmuA1KbHn16XrBZrYiU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Vm/aDgkNOrg5yYBQTWWXAOAWNs28aEqs8011kyQYw9mE/xkGL1iOf8G8VL7ZyUjCPR OdN7uxGI7dZbEpcg8NbEswzvmWw0XCzvLMTv9TXICPR33UKJNd+iW1nz6aOQydZWSf4C gdf5yAK5g99pNwhJO3hjHkqOQV/qqfq3zU3B4= Original-Received: by 10.150.193.3 with SMTP id q3mr866287ybf.221.1264808504301; Fri, 29 Jan 2010 15:41:44 -0800 (PST) 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:55844 Archived-At: --000e0cd75fd29b9863047e562da4 Content-Type: text/plain; charset=ISO-8859-1 Hi All, If a split table includes a footnote then the footnote is constrained to the same width as the first column of the table, not the page width. Example (also attached as tadtest5.tex): ============================================================ \automigrateinserts % or else footnotes don't show up at all \starttext \dorecurse{3}{\input knuth\par} \placetable[split]{Table Caption}% { \bTABLE[split=repeat]% \bTR\bTD table cell with footnote\footnote{This footnote is constrained to the width of the first table column.} \eTD \dorecurse{3}{\bTD table cell \eTD}\eTR \dorecurse{10}{\bTR\dorecurse{4}{\bTD table cell \eTD}\eTR} \bTR\bTD table cell footnote 2\footnote{This is another footnote that is constrained to the width of the first table column.} \eTD \dorecurse{3}{\bTD table cell \eTD}\eTR \eTABLE} \stoptext ============================================================ Does this have something to do with the \automigrateinserts command or is there something I'm not doing right? Thanks, Tad --000e0cd75fd29b9863047e562da4 Content-Type: application/x-tex; name="tadtest5.tex" Content-Disposition: attachment; filename="tadtest5.tex" Content-Transfer-Encoding: base64 X-Attachment-Id: f_g51maghn0 XGF1dG9taWdyYXRlaW5zZXJ0cyAlIG9yIGVsc2UgZm9vdG5vdGVzIGRvbid0IHNob3cgdXAgYXQg YWxsDQoNClxzdGFydHRleHQNCg0KXGRvcmVjdXJzZXszfXtcaW5wdXQga251dGhccGFyfQ0KDQpc cGxhY2V0YWJsZVtzcGxpdF17VGFibGUgQ2FwdGlvbn0lDQp7IFxiVEFCTEVbc3BsaXQ9cmVwZWF0 XSUNCiAgXGJUUlxiVEQgdGFibGUgY2VsbCB3aXRoIGZvb3Rub3RlXGZvb3Rub3Rle1RoaXMgZm9v dG5vdGUgaXMNCiAgICBjb25zdHJhaW5lZCB0byB0aGUgd2lkdGggb2YgdGhlIGZpcnN0IHRhYmxl IGNvbHVtbi59IFxlVEQNCiAgXGRvcmVjdXJzZXszfXtcYlREIHRhYmxlIGNlbGwgXGVURH1cZVRS DQogIFxkb3JlY3Vyc2V7MTB9e1xiVFJcZG9yZWN1cnNlezR9e1xiVEQgdGFibGUgY2VsbCBcZVRE fVxlVFJ9DQogIFxiVFJcYlREIHRhYmxlIGNlbGwgZm9vdG5vdGUgMlxmb290bm90ZXtUaGlzIGlz IGFub3RoZXINCiAgICBmb290bm90ZSB0aGF0IGlzIGNvbnN0cmFpbmVkIHRvIHRoZSB3aWR0aCBv ZiB0aGUgZmlyc3QNCiAgICB0YWJsZSBjb2x1bW4ufSBcZVREDQogIFxkb3JlY3Vyc2V7M317XGJU RCB0YWJsZSBjZWxsIFxlVER9XGVUUg0KICBcZVRBQkxFfQ0KDQpcc3RvcHRleHQNCg== --000e0cd75fd29b9863047e562da4 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --000e0cd75fd29b9863047e562da4--