Links to other entries
Since: 3.5
JabRef supports following fields to jump to other entries.
Following fields are supported:
cites
- comma separated list of BibTeX keys which are cited by this entrycrossref
- single entry which is cross referenced.related
- comma separated list of BibTeX keys which are in some kind related to this entry. The type of all relations can be specified by a singlerelatedtype
(see https://github.com/plk/biblatex/issues/475#issuecomment-246931180). Note: Biblatex prints this information ifrelated
is active at the biblatex package.
To use the crossref
field, navigate to the general tab and insert the Crossref at the top.
To use cites
and related
, follow these steps:
Navigate to BibTeX source
Insert
related = {bibtexkey},
Close the entry editor
Open the entry editor
Navigate to "Other fields"
There, you now see "related" with the possibilities to (i) navigate to the entry, (ii) add new related entries, (iii) remove related entries.
Notes
If you use crossref
, JabRef will move these entries first in the bibliography as otherwise bibtex cannot use the information of the cross-referenced fields. See also http://tex.stackexchange.com/a/148978/9075.
Please note that BibLaTeX treats crossref differently than BibTeX.
Unsupported fields:
citedBy
- this is the opposite ofcites
. Usecites
instead.relations
- this would introduce a complicated field similar to our save actions. A simple key/value is enoughreferences
- stores all references in plain text (PRVV plugin). Thus, we do not use it.
Further information
See https://github.com/koppor/jabref/issues/14 for the developer's discussion on the fields.
Last updated