bibliography

.bibliography path:{String}
style:{BibliographyStyle = BibliographyStyle.PLAIN}
title:{InlineMarkdownContent? = null}
decorativetitle:{Boolean = false}
-> Node

Generates a bibliography from a BibTeX file.

Return

a wrapped BibliographyView node

Parameters

path

path to the BibTeX file, with extension

style

bibliography style to use

Values

title

title of the bibliography. If unset, the default localized title is used

decorativetitle

whether the title, if present, should be a decorative heading, which does not trigger automatic page breaks.

Wiki page

Bibliography