Trying to make pdf with the --citeproc and receiving next error ``` Error producing PDF. ! Undefined control sequence. l.958 \citeproc ``` call: ```bash pandoc -o "$OUTPUT_FILE" "$MARKDOWN_FILE" \ --template="eisvogel" \ --listings \ --from markdown+citations \ --bibliography=bib/references.bib \ --citeproc \ --csl=bib/ieee.csl ``` `link-citations: true` is defined as part of the yaml in md