JabRef supports following fields to jump to other entries.
Following fields are supported:
cites
- comma separated list of citation keys which are cited by this entry
crossref
- single entry which is cross referenced.
related
- comma separated list of citation keys which are in some kind related to this entry. The type of all relations can be specified by a single relatedtype
(see https://github.com/plk/biblatex/issues/475#issuecomment-246931180). Note: biblatex prints this information if related
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 Bib(la)TeX source
Insert related = {citationkey},
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.
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.
citedBy
- this is the opposite of cites
. Use cites
instead.
relations
- this would introduce a complicated field similar to our save actions. A simple key/value is enough
references
- stores all references in plain text (PRVV plugin). Thus, we do not use it.
See https://github.com/koppor/jabref/issues/14 for the developer's discussion on the fields.