ibibproc is a bibliography processor similar to BibTeX. Its primary distinguishing features are:
ibibproc-announce is a low-traffic mailing list for ibibproc announements. See the subscription page and archives.
There are no (unstable or stable) releases yet.
The project is hosted by SourceForge. See the project page for details about anononymous CVS access.
ibibproc is still only available from CVS, but if you are eager to see what it can do, check out the current revision of the module ibibproc in CVS and install it as described in the README file. Below are shown two ways of getting started using ibibproc, one using ibibproc macros in LaTeX, and one for emulating BibTeX in LaTeX.
Download the example reference database file examples.xml and the sample LaTeX file ex-latex.tex.
Do the following to build the document:
$ latex ex-latex $ ibibproc -b tex -f tex \ --database examples.xml \ --citation ex-latex.aux \ --bblfile ex-latex.bbl $ latex ex-latex
Download the example reference database file examples.xml and the sample LaTeX file ex-bibtex.tex that uses BibTeX-style bibliography macros.
Do the following to build the document:
$ latex ex-bibtex $ ibibproctex ex-bibtex $ latex ex-bibtex
Written by Marius Jøhndal <mariuslj at users.sourceforge.net>. Last modified June 29, 2003. |