ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with footnotes.
@ 2000-08-31 23:20 Slawek Zak
  2000-09-01  8:33 ` Hans Hagen
  2000-09-01 14:23 ` Berend de Boer
  0 siblings, 2 replies; 4+ messages in thread
From: Slawek Zak @ 2000-08-31 23:20 UTC (permalink / raw)


I've encountered a problem with placing footnotes inside
\startfiguretext and \starttabulate. The footnote mark (^1) apears
just fine above the commented text, but the footnote itself is not
attached at the bottom of the page.

The code is:

\starttext
\startfiguretext[right,low]
        [fig:photo]
        {none}
        {\vskip 5cm\externalfigure[testfig][width=3.3cm,frame=on]}

        \textrule[top]{Personal Information }
        \starttabulate[|r|c|l|]
                \NC Name \NC : \NC Slawomir Zak \footnote {Some footnote} \NR
                \NC XX \NC AA \NC BB \NR
        \stoptabulate
        \hairline
\stopfiguretext
\stoptext

Any ideas?

Thanks in advance, /S
-- 
hundred-and-one symptoms of being an internet addict:
245. You use Real Audio to listen to a radio station from a distant
     city rather than turn on your stereo system.
* Suavek Zak / PGP: finger://zaks@prioris.mini.pw.edu.pl


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

* Re: Problem with footnotes.
  2000-08-31 23:20 Problem with footnotes Slawek Zak
@ 2000-09-01  8:33 ` Hans Hagen
  2000-09-01 15:59   ` Slawek Zak
  2000-09-01 14:23 ` Berend de Boer
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2000-09-01  8:33 UTC (permalink / raw)
  Cc: ntg-context

At 01:20 AM 9/1/00 +0200, Slawek Zak wrote:
>I've encountered a problem with placing footnotes inside
>\startfiguretext and \starttabulate. The footnote mark (^1) apears
>just fine above the commented text, but the footnote itself is not
>attached at the bottom of the page.
>
>The code is:
>
>\starttext
>\startfiguretext[right,low]
>        [fig:photo]
>        {none}
>        {\vskip 5cm\externalfigure[testfig][width=3.3cm,frame=on]}
>
>        \textrule[top]{Personal Information }
>        \starttabulate[|r|c|l|]
>                \NC Name \NC : \NC Slawomir Zak \footnote {Some footnote} \NR
>                \NC XX \NC AA \NC BB \NR
>        \stoptabulate
>        \hairline
>\stopfiguretext
>\stoptext
>
>Any ideas?

This is tricky, since we're dealing with nested inserts and inserts burried
to deeply (a shortcoming of tex actually, but understandable since it's
conceptually complicated). I made a fix which will go into the next beta.
But, keep in mind that footnotes that are sort of saved and flushed
afterwards can end up on a different page when figures float. Such is life. 

For the moment, you can add \forgetall before your \textrule line, or even
\postponefootnotes and cross your fingers. You may consider to use local
footnotes here amd put them at the bottom of your table. See core-not.tex
(or bet amanual) for more info. 

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] 4+ messages in thread

* Re: Problem with footnotes.
  2000-08-31 23:20 Problem with footnotes Slawek Zak
  2000-09-01  8:33 ` Hans Hagen
@ 2000-09-01 14:23 ` Berend de Boer
  1 sibling, 0 replies; 4+ messages in thread
From: Berend de Boer @ 2000-09-01 14:23 UTC (permalink / raw)
  Cc: ntg-context

Slawek Zak wrote:
> 
> I've encountered a problem with placing footnotes inside
> \startfiguretext and \starttabulate. The footnote mark (^1) apears
> just fine above the commented text, but the footnote itself is not
> attached at the bottom of the page.

I suggest you surround \startfiguretext with \startlocalfootnotes ..
\stoplocalfootnotes.

Just above \stoplocalfootnotes you need a \placelocalfootnotes I think.

The footnotes will appear at the bottom of the table.

Groetjes,

Berend. (-:


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

* Re: Problem with footnotes.
  2000-09-01  8:33 ` Hans Hagen
@ 2000-09-01 15:59   ` Slawek Zak
  0 siblings, 0 replies; 4+ messages in thread
From: Slawek Zak @ 2000-09-01 15:59 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> writes:

> For the moment, you can add \forgetall before your \textrule line, or even
> \postponefootnotes and cross your fingers.

  Fingers crossed, and ... it has worked like wonder :)) Thanks Hans
  :)

> You may consider to use local footnotes here amd put them at the
> bottom of your table. See core-not.tex (or bet amanual) for more
> info.

  Hmm - I like it even better in this document. Thanks again (for you
  too Berend:)

/S
-- 
hundred-and-one symptoms of being an internet addict:
153. You find yourself staring at your "inbox" waiting for new e-mail
     to arrive.
* Suavek Zak / PGP: finger://zaks@prioris.mini.pw.edu.pl


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

end of thread, other threads:[~2000-09-01 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-31 23:20 Problem with footnotes Slawek Zak
2000-09-01  8:33 ` Hans Hagen
2000-09-01 15:59   ` Slawek Zak
2000-09-01 14:23 ` Berend de Boer

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