== Tracbib - Version 0.1 == === Load a !BibTex File === ==== Loading from a repository: ==== {{{ [[BibAdd(path/to/bib.bib,)]] }}} To always use the newest version of the file bib.bib at the root of a svn repository: {{{ [[BibAdd(bib.bib,head)]] }}} And for a git repository: {{{ [[BibAdd(bib.bib,master)]] }}} ==== Loading from an attachment: ==== {{{ [[BibAdd(bib.bib)]] }}} === Cite an article === {{{ [[BibCite(key)]] }}} === Add an article without citation === {{{ [[BibNoCite(key)]] }}} === Inserting the bibliography === {{{ [[BibRef]] }}} == Requirements == This plugin needs the [http://pybliographer.org/ python-bibtex] package: === Gentoo === {{{ emerge python-bibtex }}} === Debian/Ubuntu === {{{ apt-get install python-bibtex }}} === Source === The source code is available on [https://sourceforge.net/project/showfiles.php?group_id=4825 Sourceforge].