Skip to main content

bibliography-as-footnote

bibliography-as-footnote(numbering: "[1]", bibliography, body)(source)

Display bibliography citations as footnotes. Place #place(hide(bibliography(...))) at the end of the document to register the bibliography entries.

Usage: #show: magic.bibliography-as-footnote.with(bibliography(title: none, "ref.bib"))

Parameters

numbering : str    default: "[1]"

The numbering format for footnote citations. Default is "[1]".

bibliography : bibliography

The bibliography element, e.g. bibliography("ref.bib").

Returns: content