ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnotes and tables
@ 2004-09-07 18:09 Peter Münster
  2004-09-07 18:27 ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Münster @ 2004-09-07 18:09 UTC (permalink / raw)


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

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnotes and tables
  2004-09-07 18:09 footnotes and tables Peter Münster
@ 2004-09-07 18:27 ` Willi Egger
  2004-09-07 18:39   ` Peter Münster
  0 siblings, 1 reply; 3+ messages in thread
From: Willi Egger @ 2004-09-07 18:27 UTC (permalink / raw)


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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnotes and tables
  2004-09-07 18:27 ` Willi Egger
@ 2004-09-07 18:39   ` Peter Münster
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Münster @ 2004-09-07 18:39 UTC (permalink / raw)


On Tue, 7 Sep 2004, Willi Egger wrote:

> may be the following is suiting your needs:
> 
> {\placelocalfootnotes}

No, I'm sorry. I would like the footnote on the same page as the
footnotemark...
But anyway: thank you!

In my application, the table is several pages long.

If there is a way to place the footnotes in the footer, then I could play
with the pageheight and footerdistance etc. Perhaps, this would be the
solution?

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-07 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 18:09 footnotes and tables Peter Münster
2004-09-07 18:27 ` Willi Egger
2004-09-07 18:39   ` Peter Münster

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).