You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: