ge-ne / bibtool

BibTool is a tool for manipulating BibTeX data bases. BibTeX provides a mean to integrate citations into LaTeX documents. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities -- and intentions -- of BibTeX.
GNU General Public License v2.0
207 stars 32 forks source link

feature: input BibLaTeX output BibTeX #75

Closed GeoBosh closed 4 years ago

GeoBosh commented 4 years ago

In some use scenarios it is helpful to convert BibLaTeX files to BibTeX (eg a journal citation style may require that). Assuming that it is ok to keep UTF-8 encoding, if present, is it feasible to achieve a reasonable conversion quality with the facilities offered by Bibtool?

ge-ne commented 4 years ago

BibLaTeX and BibTeX share essentially the same file format. BibTool has been written to process this format. At first sight BibTool is capable to perform the task you depiced. You have to write a resource file where you define how you expect the conversion to be performed.

GeoBosh commented 4 years ago

Indeed, I wonder if somebody has written such a file, i.e. one that produces a BibTeX file for processors that are unaware of BibLaTeX. Some of it is straightforward translation of journaltitle to journal,date to year and similar, but there are intricacies which add up and not worth the trouble iif somebody has put the effort to go through them.