Menu

Tree [r5] /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2007-01-24 allerkamp [r3] - BibCollect now supports include statements.
 COPYING 2006-11-30 allerkamp [r1] Initial check-in.
 Makefile 2008-10-22 allerkamp [r5] Replacement of the citedep program.
 README 2007-01-24 allerkamp [r3] - BibCollect now supports include statements.
 TODO 2006-11-30 allerkamp [r1] Initial check-in.
 bibcollect 2007-01-24 allerkamp [r3] - BibCollect now supports include statements.
 bibcollect.spec 2008-10-22 allerkamp [r5] Replacement of the citedep program.
 citedep 2008-10-22 allerkamp [r5] Replacement of the citedep program.
 citeseer2bibtex 2006-11-30 allerkamp [r1] Initial check-in.
 citeulike2bibtex 2006-11-30 allerkamp [r1] Initial check-in.
 dblp2bibtex 2006-12-01 allerkamp [r2] Added plugin for dblp.
 example.tex 2007-01-24 allerkamp [r3] - BibCollect now supports include statements.
 include.tex 2007-01-24 allerkamp [r3] - BibCollect now supports include statements.
 mathscinet2bibtex 2006-11-30 allerkamp [r1] Initial check-in.

Read Me

-------------------------------------------------------
BibCollect - an automatic generator of BibTex databases
-------------------------------------------------------

BibCollect is a free utility for the automatic download of BibTex
entries from various public databases. It searches for citations in
Latex files and automatically assembles an appropriate BibTex file.
Extending BibCollect to support new BibTex databases is
straightforward.

Current Web home: http://bibcollect.sourceforge.net/


Usage:

1. Create an auxiliary file with Latex:
   latex example.tex
2. Use BibCollect to create the BibTex file:
   bibcollect example
   (BibCollect automatically calls BibTex to create the bibliography.)
3. Rerun Latex twice:
   latex example.tex

The citations have the form \cite{<database>:<id>}.


Supported databases:

* citeseer - http://citeseer.ist.psu.edu/
* citeulike - http://www.citeulike.org
* dblp - http://dblp.uni-trier.de/
* mathscinet - http://www.ams.org/mathscinet/


Installation:

Edit the Makefile according to your needs and run "make install".


Requirements:

* bash
* wget
* sed
* awk

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.