collective / bibliograph.rendering

Renderers for different bibliographic formats (bibtex, endnote, pdf, xml (mods), and ris)
0 stars 2 forks source link

bibliograph.rendering

Package contains renderers for different bibliographic formats. It uses an adapter to extract data from Zope/Plone-objects and provides utilities to call the renderers. Currently supported formats are: bibtex, endnote, pdf, xml (mods), and ris.

Transforms

Only the bibtex bibliography is rendered from scratch. pdf is rendered with pdflatex. All other formats (EndNote, XML, RIS, ...) are transformed using external tools from bibutils. At the time of writing I used version 3.38 of the tools. See the following table for a list of dependencies:

+--------+-------------------------+ | Format | Dependency | +========+=========================+ | bibtex | none (builtin) | +--------+-------------------------+ | pdf | latex, bibtex, pdflatex | +--------+-------------------------+ | others | bibutils | +--------+-------------------------+

.. _bibutils: http://sourceforge.net/p/bibutils/home/Bibutils/ .. _pdflatex: http://www.latex-project.org/

Resources