ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: <context@joshuamoerman.nl>
To: <ntg-context@ntg.nl>
Subject: Crossref in bibtex
Date: Thu, 12 Jul 2018 12:21:28 +0200	[thread overview]
Message-ID: <12bf01d419ca$196080b0$4c218210$@joshuamoerman.nl> (raw)

Hi all,

I am now playing around with ConTeXt to see if it fits my needs for writing
my thesis :-).

One thing which did not work for me was the use of crossref in bibtex
entries. This feature is used when generating bibtex entries via DBLP (which
is quite standard in computer science). It is used to have one single entry
for the journal/conference which the lists the editors. Consequently you can
have several paper entries referring to that, without duplicating the
editors. This has worked fine for me in LaTeX. But in ConTeXt it seems the
crossref is not used at all. Example:

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

\starttext
See \cite{PAPER}.
Version: \contextversion.
\placelistofpublications
\stoptext

@inproceedings{PAPER,
	author    = {First Last},
	title     = {PaperTitle},
	booktitle = {Conference of BlaBla},
	year      = {2017},
	crossref  = {CONF},
}

@proceedings{CONF,
	title     = {Conference on BlaBla},
	year      = {2017},
	editor    = {Edith Tor},
	publisher = {Springer},
}

Result (copied from pdf):
See (Last, 2017). Version: 2018.07.02 14:39.
Last, F. (2017). PaperTitle. In PaperTitle. Conference of BlaBla. Author.

Expected (made by manually copying editor/publisher):
See (Last, 2017). Version: 2018.07.02 14:39.
Last, F. (2017). PaperTitle. In E. Tor (Ed.) Conference of BlaBla. Springer.


Should I setup the style differently? Or is the crossref feature not
supported?

Thanks in advance,
All the best,
Joshua


___________________________________________________________________________________
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-07-12 10:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12 10:21 context [this message]
2018-07-12 16:37 ` Alan Braslau
2018-07-20 14:10   ` context
  -- strict thread matches above, loose matches on Subject: below --
2006-03-23 13:50 crossref " Ulf Martin
2006-03-23 14:48 ` Taco Hoekwater
2006-03-23 18:57   ` Bruce D'Arcus

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='12bf01d419ca$196080b0$4c218210$@joshuamoerman.nl' \
    --to=context@joshuamoerman.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).