Cite single item
Closed this issue · 4 comments
languitar commented
Is it somehow possible to create a full citation for a single entry from a longer bibtex database with this?
pcooksey commented
Yes, this is possible but it hasn't been added to the master branch yet. This is a duplicate issue of #14. Check out this branch. Below is the usage to display a single entry (or multiple single entries throughout the page):
<bibtex src="mybibfile.bib"></bibtex>
<div class="bibtex_display" bibtexkeys="knuth1890math"></div>
<div class="bibtex_display" bibtexkeys="key2"></div>
languitar commented
Ok thank you. That looks like what I need.
davidmainzer commented
Any chance to get this feature merged into master?