Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 2.04 KB

File metadata and controls

81 lines (47 loc) · 2.04 KB

Bibliography

Bibliography commands.

This directory contains make rules for managing the project bibliography.

Usage

Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]

Commands

citation-reference

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.