ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: footnotes and tables
Date: Tue, 07 Sep 2004 20:27:27 +0200	[thread overview]
Message-ID: <413DFD8F.5060306@boede.nl> (raw)
In-Reply-To: <Pine.LNX.4.58.0409072005450.23267@gaston.free.fr>

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=0]
\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ünster wrote:

> Hello,
> is there a possibility to use footnotes in tables?
> Unfortunately, the table gets printed over the footnote in the following
> example:
> 
> \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
> 
> TIA for any help, Peter
> 

  reply	other threads:[~2004-09-07 18:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07 18:09 Peter Münster
2004-09-07 18:27 ` Willi Egger [this message]
2004-09-07 18:39   ` Peter Münster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=413DFD8F.5060306@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).