ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Problem with footnotes.
Date: Fri, 01 Sep 2000 10:33:22 +0200	[thread overview]
Message-ID: <3.0.6.32.20000901103322.018a65d0@pop.wxs.nl> (raw)
In-Reply-To: <87ya1dxbjp.fsf@pf39.warszawa.sdi.tpnet.pl>

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


  reply	other threads:[~2000-09-01  8:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-31 23:20 Slawek Zak
2000-09-01  8:33 ` Hans Hagen [this message]
2000-09-01 15:59   ` Slawek Zak
2000-09-01 14:23 ` Berend de Boer

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=3.0.6.32.20000901103322.018a65d0@pop.wxs.nl \
    --to=pragma@wxs.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).