I have and extensive database with references in form of an SQL database. How can I use this information in BibTeX?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
Nelson Beebe gave a talk at TUG 2009 on using SQL databases for bibliographic purposes as a replacement for BibTeX. The program is bibsql and looks very promising, but I haven't used it myself. You can read more details and examples in his paper in TUGboat 30(2); it's not publicly available to non-TUG members until 12 months after publication. |
|||
|
|
|
One idea would be to use one of the many python APIs for SQL, and pipe that to one of the python modules that output bibtex |
|||
|
|