BibliographyCitation
class BibliographyCitation(val citationKeys: List<String>) : ReferenceNode<BibliographyCitation, Pair<List<BibliographyEntry>, BibliographyView>>
Represents a citation to one or more bibliography entries. Multiple keys produce a single combined label (e.g. [1, 3] or (Einstein, 1905; Hawking, 1988)), according to the active citation style.
Parameters
citationKeys
the keys used to identify the bibliography entries
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard
Registers the given definition as the definition associated with this reference within the document handled by context.
Link copied to clipboard