Bibliography commands.
This directory contains make
rules for managing the project bibliography.
Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
Prints a Markdown formatted reference corresponding to a provided citation identifier.
$ make citation-reference CITATION=@marsaglia:2000a
The command supports the following environment variables:
- CITATION: citation identifier prefixed with an
@
symbol; e.g.,@marsaglia:2000a
. - CITATION_REFERENCE_DATABASE: path to a citation reference database; e.g.,
/foo/bar/baz/bib.bib
. - CITATION_REFERENCE_CSL: path to a Citation Style Language (CSL) file; e.g.,
/foo/bar/baz/style.csl
.