软件包:libbiblio-endnotestyle-perl(0.06-3)
libbiblio-endnotestyle-perl 的相关链接
Debian 的资源:
下载源码包 libbiblio-endnotestyle-perl:
- [libbiblio-endnotestyle-perl_0.06-3.dsc]
- [libbiblio-endnotestyle-perl_0.06.orig.tar.gz]
- [libbiblio-endnotestyle-perl_0.06-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to format bibliographic references using Endnote-like templates
Biblio::EndnoteStyle 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.)