ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Adam Reviczky <reviczky@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Interaction references with Reference List and Bibliography
Date: Wed, 10 Jun 2020 17:49:27 +0100	[thread overview]
Message-ID: <CABaoHuuHyg26LxBG418VdyfP6Um13BFfBrKZkH3yc7nRWzi90A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1272 bytes --]

Hi,

When I try to create a "Reference List" (for cited references in the
document) followed by a "Bibliography" (for the rest of literature, not
cited) I get wrong references linked back in the document when citing a
reference multiple times, although the citation in the text is always fine.

See MWE:
---
\setupinteraction[state=start]

\usebtxdataset[sample.bib]
\usebtxdefinitions[apa]

\starttext
\input tufte \cite[hh2010a]
\input zapf \cite[hh2010a]

\title{Reference List}
\placelistofpublications[criterium=all]

\title{Bibliography}
\placelistofpublications[method=dataset]
\stoptext
---

Publications taken from (https://wiki.contextgarden.net/Sample_bib) as
sample.bib.

The outcome is correctly cited (Hagen, 2010a) including the interaction to
the reference list, but the second citation is also linked to the first
item in the bibliography Eijkhout, V. (1991) rather than the reference list
entry again. If I cite the item again, then the second item in the
bibliography is referenced and so on.

"aps" doesn't seem to create an interactive back reference, so the issue is
only with "apa".

Is this because I mix both references and bibliography with
placelistofpublications? Any other way to achieve this keeping interaction
links in place?

Thanks,
Adam

[-- Attachment #1.2: Type: text/html, Size: 1675 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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:[~2020-06-10 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CABaoHuuHyg26LxBG418VdyfP6Um13BFfBrKZkH3yc7nRWzi90A@mail.gmail.com \
    --to=reviczky@gmail.com \
    --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).