ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: ntg-context@ntg.nl
Subject: Re: referencing a footnote (and getting the right number)
Date: Mon, 13 Aug 2018 17:39:19 +0200	[thread overview]
Message-ID: <e8f41246-66ef-311c-da2b-214622ff406c@gmx.es> (raw)
In-Reply-To: <AF11F48B-44BB-4A06-ACA9-A64F7500F3F3@zydenbos.net>

On 08/12/2018 10:10 PM, Robert Zydenbos wrote:
> [...] 
> What does disturb me, however, is that I have this one chapter where
> the wrong note number is indicated (note 19 is referred to as note
> '18'), and I do not know why. Could it be that this is because earlier
> in the chapter I have also used

I wasn’t able to compile your source, but this works fine:

    \starttext
    \dorecurse{30}{a\footnote{Zapf.} }

    \startlocalfootnotes[n=0,conversion=characters,location=none]
    \bTABLE
    \bTR \bTD 1 \footnote{\dorecurse{10}{abcd }} \eTD \bTD 2 \eTD \eTR
    \bTR \bTD 3 4 5 6 7 8 9 \eTD \bTD 10 \eTD \eTR
    \eTABLE
    \placelocalfootnotes
    \stoplocalfootnotes

    \dorecurse{30}{e\footnote{Other.} }
    \footnote[uvu-avu]{These two suffixes […]}
    \dorecurse{30}{b\footnote{Knuth.} }
    …
    \footnote{See n.~\in[uvu-avu] on p.~\at[uvu-avu].}
    \stoptext

> and that this somehow interferes with the referencing of other
> footnotes? That is the only difference I see between this chapter and
> the others.

Without the source, all I can say is that it shouldn’t interfere.

A simple way to check it would be to comment out the fragment with the
local footnotes, compile and see what happens with the referenced number.

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2018-08-13 15:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-12 14:34 referencing a footnote Robert Zydenbos
2018-08-12 15:38 ` Pablo Rodriguez
2018-08-12 15:52   ` Pablo Rodriguez
2018-08-12 19:48     ` Robert Zydenbos
2018-08-12 20:10   ` referencing a footnote (and getting the right number) Robert Zydenbos
2018-08-13 15:39     ` Pablo Rodriguez [this message]

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=e8f41246-66ef-311c-da2b-214622ff406c@gmx.es \
    --to=oinos@gmx.es \
    --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).