Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.18 KB

README.rst

File metadata and controls

37 lines (27 loc) · 1.18 KB

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

Resources