-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
I have a Vuejs project and I try to export my JSON to BibTex.
So I get my result as bibtex like this:
const bibtex = new Cite(myJSON, { output: { type: 'string', style: 'bibtex' } })
It works correctly but I want all of my infos and I have seen in the demo page that the biblatex format give me all of my infos.
How can I use it here ? I tried to put biblatex in style but it doesn't work :(
Thank you for you help :)