Skip to content

JSON to BibLatex #231

@AntoinePy11

Description

@AntoinePy11

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions