asciidoctor / asciidoctor-bibtex

Add bibtex citation support for asciidoc documents
Other
69 stars 27 forks source link

CitationProcessor searches for bibtex-file in working dir instead of document basedir #67

Closed slonopotamus closed 4 years ago

slonopotamus commented 4 years ago

https://github.com/asciidoctor/asciidoctor-bibtex/blob/409b1a1a22f4c92bd808d2322f93149a2f00d744/lib/asciidoctor-bibtex/extensions.rb#L73-L75

I believe it should pass document.basedir instead of .

ProgramFan commented 4 years ago

I agree.