From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/51162 Path: news.gmane.org!not-for-mail From: "Bowen Alan C." Newsgroups: gmane.comp.tex.context Subject: Tables query (notes, MKII) Date: Tue, 09 Jun 2009 11:43:46 -0400 Message-ID: <71D1CB9E-C8E6-4D2D-9224-0F8AE36BA5C6@Princeton.EDU> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: multipart/mixed; boundary="===============0655110452==" X-Trace: ger.gmane.org 1244565151 30550 80.91.229.12 (9 Jun 2009 16:32:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 16:32:31 +0000 (UTC) To: mailing ConTeXt users list for Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 09 18:32:29 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1ME4FP-0000a9-Bq for gctc-ntg-context-518@m.gmane.org; Tue, 09 Jun 2009 18:32:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D3BB1FB77; Tue, 9 Jun 2009 18:32:26 +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 05529-03-4; Tue, 9 Jun 2009 18:31:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DCD501FA4C; Tue, 9 Jun 2009 18:31:45 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3E08E1FA41 for ; Tue, 9 Jun 2009 18:31:45 +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 05529-03-3 for ; Tue, 9 Jun 2009 18:31:37 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by ronja.ntg.nl (Postfix) with ESMTP id 1A4001FA4C for ; Tue, 9 Jun 2009 18:31:37 +0200 (CEST) Original-Received: from vms173017pub.verizon.net (vms173017pub.verizon.net [206.46.173.17]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5) with ESMTP id n59GVZoj011371 for ; Tue, 9 Jun 2009 18:31:36 +0200 Original-Received: from new-host-2.home ([72.82.250.115]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KKZ00CS8ACYAW90@vms173017.mailsrvcs.net> for ntg-context@ntg.nl; Tue, 09 Jun 2009 10:43:47 -0500 (CDT) X-Mailer: Apple Mail (2.935.3) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=206.46.173.17; country=US; region=TX; city=Grapevine; postalcode=76051; latitude=32.9234; longitude=-97.0810; metrocode=623; areacode=817; http://maps.google.com/maps?q=32.9234,-97.0810&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 240207519 - 379dcb0ad135 - 20090609 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:51162 Archived-At: --===============0655110452== Content-type: multipart/alternative; boundary=Apple-Mail-1--32945508 --Apple-Mail-1--32945508 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I need a table that has local notes, but have not been able to get them into the proper position (at the left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes[conversion=character] \placetable[][] {} \placelegend {\starttables[|p|p|p|p|p|p|] \NC numbers \NC (*) \footnote{This is the first footnote.} \NC stuff \footnote{This is the second footnote.} \NC stuff\footnote{This is the third footnote.} \NC more stuff\footnote{This is the fourth footnote} \NC and yet more \NC\SR \HL \stoptables} {\placelocalfootnotes} \stoplocalfootnotes \stoptext Alan --Apple-Mail-1--32945508 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I need a table that has local = notes, but have not been able to get them into the proper position (at = the left margin of the table) or  the the proper length ( extending = full length of table if needed). What am I missing in the following = reduced example?

\starttext

\startlocalfootnotes[conversion=3Dcharacter]
\placetable[][]
{}
\placelegend
{\starttables[|p|p|p|p|p|p|]
\NC = numbers
= \NC (*) \footnote{This is the first = footnote.}
\NC stuff = \footnote{This is the second footnote.} =
\NC = stuff\footnote{This is the third = footnote.}
\NC more = stuff\footnote{This is the fourth footnote} =
\NC and yet = more \NC\SR
 \HL
\stoptables}
{\placelocalfootnotes}
\stoplocalfootnotes

\stoptext

Alan


= --Apple-Mail-1--32945508-- --===============0655110452== 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0655110452==--