bibliography
fun 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
title
- Optional
- Likely named
title of the bibliography. If unset, the default localized title is used
decorativetitle
- Optional
- Likely named
whether the title, if present, should be a decorative heading, which does not trigger automatic page breaks.
See also
to cite bibliography entries