annProg / PanBook

Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
BSD 3-Clause "New" or "Revised" License
263 stars 28 forks source link

can't find pandoc-citeproc.exe in the latest pandoc #36

Closed sean-xia closed 3 years ago

sean-xia commented 3 years ago

As the title describedl I can't find the pandoc-citeproc.exe in the latest version of pandoc(2.13), how can i solve this problem?

annProg commented 3 years ago

since version 2.11 no external pandoc-citeproc needed

Add --citeproc (-C) option to trigger built-in citation processing. It is no longer necessary to use the external pandoc-citeproc filter. --citeproc behaves like a filter and can be positioned relative to other filters as they appear on the command line.

https://github.com/jgm/pandoc/releases/tag/2.11