ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Damien Thiriet <damien@thiriet.web4me.fr>
To: ntg-context@ntg.nl
Subject: Biblatex \crossref equivalent in bibliographies
Date: Wed, 4 Sep 2019 21:47:44 +0200	[thread overview]
Message-ID: <20190904194743.GA65192@maroilles.home> (raw)

Hi,




With biblatex I was using crossref to shorten my .bib files, as can be
seen in this MWE

@periodical{DebatMem2002,
    title = {Le Débat},
    number = {122},
    langid = {french},
    date = {2002}
    }
@article{ChartiersurRicoeur2002,
    author = {Roger Chartier},
    title = {Le passé au présent},
    crossref = {DebatMem2002},
    pages = {4--11}
    }

Which keys should I use to achieve the same under ConTeXt? I found xcrossref
and percentcrossref keys "Bibliographies.  The ConTeXt way" but could'nt figure out
how to use them. Here is my ConTeXt MWE
as a starting point

\language [fr]
\startbuffer [bib]

@periodical{DebatMem2002,
   title = {Le Débat},
   number = {122},
   langid = {french},
   date = {2002}
}
@article{ChartiersurRicoeur2002,
   author = {Roger
   Chartier},
   title = {Le passé au présent},
   xcrossref = {DebatMem2002}, %does not work the way I would expect
   pages = {4--11}
}

\stopbuffer
\usebtxdataset[bib.buffer]
\usebtxdefinitions[apa]
\definebtxrendering
[example][apa]

\starttext
\nocite[ChartiersurRicoeur2002]
\placelistofpublications
\stoptext

Thanks,

Damien Thiriet
___________________________________________________________________________________
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:[~2019-09-04 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04 19:47 Damien Thiriet [this message]
2019-09-15 14:28 ` Aditya Mahajan

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=20190904194743.GA65192@maroilles.home \
    --to=damien@thiriet.web4me.fr \
    --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).