mfenner / pandoc-jats

A Lua custom writer for Pandoc generating JATS XML
GNU General Public License v2.0
74 stars 19 forks source link

Pandoc-citeproc error:Reference xxx not found #4

Closed VidhyaApple closed 9 years ago

VidhyaApple commented 9 years ago

Pandoc-1.13 Pandoc-citeproc-0.6

I have ex.bib file and ex.md file in the same folder. When I run pandoc ex.md --filter pandoc-citeproc --bibliography=ex.bib --csl=apa.csl -t JATS.lua -o ex.xml am getting the following error but xml is getting created with xref tags.

Error: pandoc-citeproc:reference xyz not found

mfenner commented 9 years ago

Seems that this was already covered in https://github.com/jgm/pandoc/issues/1804, i.e. make sure you use the correct keys for your references.