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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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