Paketname | libbiblio-endnotestyle-perl |
Beschreibung | Reference formatting using Endnote-like templates |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.05-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 11306 Byte |
Prüfsumme MD5 | 463eebdfbf1f82e17c3c25d110f72a3e |
Prüfsumme SHA1 | 6e40222bb9659d1a8c6983cf652bd3c5cfb22439 |
Prüfsumme SHA256 | 725c04d15050384375079427fd74c967297a9404375d80c40b6f06858b190a6a |
Link zum Herunterladen | libbiblio-endnotestyle-perl_0.05-1_all.deb |
Ausführliche Beschreibung | This small module provides a way of formatting bibliographic
references using style templates similar to those used by the popular
reference management software Endnote (http://www.endnote.com/). The
API is embarrassingly simple: a formatter object is made using the
class's constructor, the new() method; format() may then be
repeatedly called on this object, using the same or different
templates.
.
(The sole purpose of the object is to cache compiled templates so that
multiple format() invocations are more efficient than they would
otherwise be. Apart from that, the API might just as well have been a
single function.)
|