Bibliographies.Limitations History
Hide minor edits - Show changes to output
Changed lines 1-6 from:
The author specifies the format of the reference within the [=(:bib:)=] block -- the recipe does not provide field-based encoding and formatting of references.
Only one [=(:bib:)=] block per page is allowed -- all references ''must'' be in a single bib block (which can include references from the bib blocks on other pages).
Only one key per cite is allowed; that is, [=cite(key)=] is valid, but [=cite(key1, key2)=] is not supported.
to:
The author specifies the format of the reference within the [=(:bib:)=] block -- the recipe does not provide field-based encoding and formatting of references. This is the top priority for enhancement, if there is sufficient demand.
Only one [=(:bib:)=] block per page is allowed -- all references ''must'' be in a single bib block (which can include references from the bib blocks on other pages, using page=`PageName).
Only one key per cite is allowed; that is, [=cite(key)=] is valid, but [=cite(key1, key2)=] is not supported -- use [=cite(key1), cite(key2)=].
Changed lines 9-10 from:
References are sorted by ''key'', which may produce incorrect results in some cases -- authors must choose keys carefully.
to:
References are sorted by ''key'', which may produce incorrect results in some cases -- authors must choose keys carefully, with sorting in mind.
Changed lines 5-6 from:
Only one key per cite is allowed; that is, [=cite(key)=] is vallid, but [=cite(key1, key2)=] is not supported.
to:
Only one key per cite is allowed; that is, [=cite(key)=] is valid, but [=cite(key1, key2)=] is not supported.
Deleted lines 10-11:
The pdf processor currently does not support citations and references.
Added lines 5-6:
Only one key per cite is allowed; that is, [=cite(key)=] is vallid, but [=cite(key1, key2)=] is not supported.
Added lines 7-8:
References are sorted by ''key'', which may produce incorrect results in some cases -- authors must choose keys carefully.
Added line 11:
Added lines 1-9:
The author specifies the format of the reference within the [=(:bib:)=] block -- the recipe does not provide field-based encoding and formatting of references.
Only one [=(:bib:)=] block per page is allowed -- all references ''must'' be in a single bib block (which can include references from the bib blocks on other pages).
If cite markup starts a bullet list item, there ''must'' be a space between the * and cite -- otherwise *cite is treated as a request to suppress automatic contraction of 3 or more authors into et al.
The pdf processor currently does not support citations and references.