-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Hi!
I'm testing out this package for our academic purposes, and I came across this issue.
In the documents, it says that I should be able to enter the desired bibliography file as follows:
<bibtex src="test.bib"></bibtex>
<bibtex src="text1.bib"></bibtex>
or
<textarea id="bibtex_input" style="display:none;">
@book{book1,
author = "Donald Knuth",
title = "Concrete Mathematics"
}
</textarea>
However, the first option doesn't seem to work for me for a local file placed at the current working directory. For example, "test.bib" does not render, neither does anything else I place in the project dir tree.
That being said, if I add the contents of test.bib in the textarea tags, that works. Also, I am able to visualize the default demo libraries that are hosted on GitHub. It just doesn't seem to work for .bibs that I place inside the project. Any insight?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels