Aditya Mahajan via ntg-context schrieb am 19.12.2022 um 16:01:
On Sun, 18 Dec 2022, Alan Braslau via ntg-context wrote:

On Fri, 16 Dec 2022 16:14:33 +0000
Jethro Djan via ntg-context <ntg-context@ntg.nl> wrote:

2. How do I get CoTeXt to recognise the ref.bib file when I run the
components not the product?

For context, I don’t want the references printed at the end of each
chapter but I would like the in-text citation to work (if that is
possible). If not, is it possible compile the whole product but only
output a certain page range?
You need to include the \usebtxdataset [ref.bib] in an environment file
that gets read each run.

A limitation, or rather a design goal, of the bibliography subsystem is
that citations will not work unless you render the bibliography list.
You can, of course, cheat:

     \setbox\scratchbox\vbox{\placelistofpublications}

There is a ConTeXt mechanism for this:

\startnointerference
    \placelistofpublications
\stopnointerference

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Reply via email to