我正在尝试使用一些 pandocs 模板,但它抛出一个错误并且我无法纠正它。
要求已安装,但可以运行make
或手动安装:
pandoc -o build/paper.pdf --bibliography=bibliography.bib --csl=bibliography.csl --filter pandoc-citeproc -s -f markdown --template=template.latex paper.md metadata.yaml
但这会导致下一个错误
! LaTeX Error: Environment cslreferences undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.145 \begin{cslreferences}
Bibtex 已安装,但我不知道第 145 行 cslreferebces 是什么文件,该如何修复?谢谢。