Document new link-bibliography metadata field.
This affects whether hyperlinks are added to the bibliography by citeproc.
This commit is contained in:
parent
2e9a8935fb
commit
10dfd81000
1 changed files with 10 additions and 3 deletions
13
MANUAL.txt
13
MANUAL.txt
|
@ -5655,9 +5655,16 @@ or BibLaTeX (for `--biblatex`) format.
|
||||||
A few other metadata fields affect bibliography formatting:
|
A few other metadata fields affect bibliography formatting:
|
||||||
|
|
||||||
`link-citations`
|
`link-citations`
|
||||||
: If true, citations will be
|
: If true, citations will be hyperlinked to the
|
||||||
hyperlinked to the corresponding bibliography entries
|
corresponding bibliography entries (for author-date and
|
||||||
(for author-date and numerical styles only).
|
numerical styles only). Defaults to false.
|
||||||
|
|
||||||
|
`link-bibliography`
|
||||||
|
: If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will
|
||||||
|
be rendered as hyperlinks. (If an entry contains a DOI, PMCID,
|
||||||
|
PMID, or URL, but none of these fields are rendered by the style,
|
||||||
|
then the title, or in the absence of a title the whole entry, will
|
||||||
|
be hyperlinked.) Defaults to true.
|
||||||
|
|
||||||
`lang`
|
`lang`
|
||||||
: The `lang` field will affect how the style is localized,
|
: The `lang` field will affect how the style is localized,
|
||||||
|
|
Loading…
Reference in a new issue