5.5 Citation rendering

command line defaults file
--citeproc
citeproc: true
--bibliography logic.bib
metadata:
  bibliography: logic.bib
--csl ieee.csl
metadata:
  csl: ieee.csl
--citation-abbreviations ab.json
metadata:
  citation-abbreviations: ab.json
--natbib
cite-method: natbib
--biblatex
cite-method: biblatex

cite-method can be citeproc, natbib, or biblatex. This only affects LaTeX output. If you want to use citeproc to format citations, you should also set ‘citeproc: true’.

If you need control over when the citeproc processing is done relative to other filters, you should instead use citeproc in the list of filters (see above).