ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnotes in ConteXt in table head
@ 2000-12-24  7:48 Peter van Summeren
  2000-12-27  8:34 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Peter van Summeren @ 2000-12-24  7:48 UTC (permalink / raw)


Hello,
I want to put footnotes the table heads in tabular flow in ConteXt. Now
the footnotes come out double  at the end of the text (and not the
page), and sometimes not at all.
\starttabulate[|l|p|]
\HL
\NC \bf item1  \NC \bf item2 \footnote[]{bla, bla} \NC \NR
\HL
(etc)
Any suggestions?
with friendly greetings,
Peter van Summeren


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

* Re: footnotes in ConteXt in table head
  2000-12-24  7:48 footnotes in ConteXt in table head Peter van Summeren
@ 2000-12-27  8:34 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-12-27  8:34 UTC (permalink / raw)
  Cc: ntg-context

At 08:48 AM 12/24/00 +0100, Peter van Summeren wrote:

>I want to put footnotes the table heads in tabular flow in ConteXt. Now
>the footnotes come out double  at the end of the text (and not the
>page), and sometimes not at all.
>\starttabulate[|l|p|]
>\HL
>\NC \bf item1  \NC \bf item2 \footnote[]{bla, bla} \NC \NR
>\HL
>(etc)
>Any suggestions?
>with friendly greetings,

Footnotes kind of conflict with floating bodies since tex has to take them
into account when breaking a page. Another problem is that deeply buried
footnotes [inserts] don't migrate to the outer level. For this reason,
context postpones them in some circumstances [a few month ago i patched
this a bit]. 

For tables, a decent solution is to use local footnotes

\startlocalfootnotes
.....

\placefootnotes
\stoplocalfootnotes

You can then attach the notes to the table. Btw, the [] in your example is
redundant. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2000-12-27  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-24  7:48 footnotes in ConteXt in table head Peter van Summeren
2000-12-27  8:34 ` Hans Hagen

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