If there is a single bibtex file, change that into an array.
This solves issue #12 -- Here is what happens: when the bibtex field in config is a single line instead of an array, the package is parsing each letter or the string as a file.
The fix is simply checking that the bibtex file is a string, and if so, create a single-element arrray
If there is a single bibtex file, change that into an array.
This solves issue #12 -- Here is what happens: when the bibtex field in config is a single line instead of an array, the package is parsing each letter or the string as a file.
The fix is simply checking that the bibtex file is a string, and if so, create a single-element arrray