From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35035 Path: news.gmane.org!not-for-mail From: Dave Newsgroups: gmane.comp.tex.context Subject: Re: Tables & localfootnote alignment Date: Fri, 15 Jun 2007 09:56:47 -0400 Message-ID: <7a884c7c0706150656t140beb74h9b5e788fe44633d9@mail.gmail.com> References: <7a884c7c0706141104s1369ce34r6cea639fe218ffb4@mail.gmail.com> <46727C7C.3020300@gmx.net> <115224fb0706150519w8bd5803s89458ed4ea7a47a7@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="===============2059973493==" X-Trace: sea.gmane.org 1181915958 18615 80.91.229.12 (15 Jun 2007 13:59:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 13:59:18 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 15 15:59:16 2007 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 1HzCKV-00049j-QQ for gctc-ntg-context-518@m.gmane.org; Fri, 15 Jun 2007 15:59:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D1631FEE4; Fri, 15 Jun 2007 15:59:11 +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 24148-01; Fri, 15 Jun 2007 15:59:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 62AD11FEEA; Fri, 15 Jun 2007 15:56:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63FBD1FEEA for ; Fri, 15 Jun 2007 15:56:54 +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 22599-01-5 for ; Fri, 15 Jun 2007 15:56:50 +0200 (CEST) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by ronja.ntg.nl (Postfix) with ESMTP id 4A5C91FEE4 for ; Fri, 15 Jun 2007 15:56:49 +0200 (CEST) Original-Received: by nz-out-0506.google.com with SMTP id o1so1008111nzf for ; Fri, 15 Jun 2007 06:56:48 -0700 (PDT) Original-Received: by 10.114.160.1 with SMTP id i1mr3055625wae.1181915808035; Fri, 15 Jun 2007 06:56:48 -0700 (PDT) Original-Received: by 10.115.16.20 with HTTP; Fri, 15 Jun 2007 06:56:47 -0700 (PDT) In-Reply-To: <115224fb0706150519w8bd5803s89458ed4ea7a47a7@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:35035 Archived-At: --===============2059973493== Content-Type: multipart/alternative; boundary="----=_Part_52652_13439118.1181915807998" ------=_Part_52652_13439118.1181915807998 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you both for your replies! I've updated the footnote page on the wiki with Wolfgang's suggestion. Dave On 6/15/07, Wolfgang Schuster wrote: > > 2007/6/15, Peter Rolf : > > Hi Dave, > > > > I don't know enough about it, to give you a clean solution. Just ignore > > the rest, if someone gives a better (more general) solution. > > > > Peter > > > > Dave schrieb: > > > Hi all, > > > > > > I am trying to add footnotes to a table but need for them to be > aligned > > > on the left (flush) edge of the table. I've tried everything I can > > > think of but I'm stuck (with deadlines looming). Below is a quick > > > example.... > > > > > > Many thanks, > > > Dave > > Hi David, > > Peter gave you the first hint with the width-key in \framed and the \hbox. > I can give a better solution for your problem but you have to write the > commands in the right way to get it working, what I mean is you should > put braces around \placelegend. > > \defineframed[noteframed] > \setupframed > [noteframed] > [width=\hsize, > align=right, > %height=fit, > top=\hbox\bgroup, > bottom=\egroup] > > \starttext > > \startlocalfootnotes[n=0] > \placetable > {Caption} > {\placelegend > {\bTABLE[width=6cm] > \bTR\bTD A\footnote{a} \eTD\bTD B\footnote{b} \eTD\eTR > \eTABLE} > {\noteframed{\placelocalfootnotes}}} > \stoplocalfootnotes > > \stoptext > > Wolfgang > > ___________________________________________________________________________________ > 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 > > ___________________________________________________________________________________ > ------=_Part_52652_13439118.1181915807998 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you both for your replies!  I've updated the footnote page on the wiki with Wolfgang's suggestion.

Dave

On 6/15/07, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:
2007/6/15, Peter Rolf <indiego@gmx.net>:
> Hi Dave,
>
> I don't know enough about it, to give you a clean solution. Just ignore
> the rest, if someone gives a better (more general) solution.
>
> Peter
>
> Dave schrieb:
> > Hi all,
> >
> > I am trying to add footnotes to a table but need for them to be aligned
> > on the left (flush) edge of the table.  I've tried everything I can
> > think of but I'm stuck (with deadlines looming).  Below is a quick
> > example....
> >
> > Many thanks,
> > Dave

Hi David,

Peter gave you the first hint with the width-key in \framed and the \hbox.
I can give a better solution for your problem but you have to write the
commands in the right way to get it working, what I mean is you should
put braces around \placelegend.

\defineframed[noteframed]
\setupframed
  [noteframed]
  [width=\hsize,
   align=right,
   %height=fit,
   top=\hbox\bgroup,
   bottom=\egroup]

\starttext

\startlocalfootnotes[n=0]
\placetable
{Caption}
{\placelegend
{\bTABLE[width=6cm]
  \bTR\bTD A\footnote{a} \eTD\bTD B\footnote{b} \eTD\eTR
  \eTABLE}
{\noteframed{\placelocalfootnotes}}}
\stoplocalfootnotes

\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

------=_Part_52652_13439118.1181915807998-- --===============2059973493== 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 ___________________________________________________________________________________ --===============2059973493==--