BibTeX, biblatex and biber ⇒ Tool to make single *.bib file compatible with both BibTeX and BibLaTeX
Tool to make single *.bib file compatible with both BibTeX and BibLaTeX
I'm using Zotero with the Better BibLaTeXand LyZ extensions, which add BibLaTeX-compatible items to my *.bib files. But sometimes I want to use a bib file with BibTeX.
Is there some tool or other easy way to make a bib file compatible with both BibTeX and BibLaTeX?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Tool to make single *.bib file compatible with both BibTeX and BibLaTeX
biblatex supports the
journal
field too so you can stick with it. Biblatex also supports year
and month
like BibTeX, though it has a new date
field. So for being compatible to both worlds, one should use BibTeX fields. I'm not aware of any tool that changes .bib files between the formats, but Zotero should have settings to choose either BibTeX or biblates for the export, make both so you don't need a converter.Stefan