书目呈现器

bibliograph.rendering的Python项目详细描述


主页:http://pypi.python.org/pypi/bibliograph.rendering

代码库:http://svn.plone.org/svn/collective/bibliograph.rendering/

Change history

1.0.2 (2010-07-22)

  • 修复了XML呈现器中不必要的UTF-8转换 导致非ascii内容的不正确输出

1.0.1 (2010-07-22)

  • 导出独立于特定内容类型的所有标识符 “源字段”配置(可能不完整)

1.0.0 (2010-03-19)

  • 最终版本

1.0.0c3 (2010-03-09)

  • 修复了PDF呈现程序中的Unicode问题

1.0.0c2 (2010-03-09)

  • 在Linux上返回到os.system(),因为我们多次遇到 subprocess.popen()只会挂起进行一些导入的问题 文件和类似“end2xml xml2bib”的管道

1.0.0c1 (2010-03-03)

  • 释放候选者

1.0.0b3 (2010-02-08)

  • 增加了对导出单个书目项目的支持

1.0.0b2 (2010-01-29)

  • 小修
  • 解决与产品愚蠢的不兼容问题。BiFoFrutFrimiLabVIEW

1.0.0b1 (2010-01-28)

  • 新的编号模式
  • 切换到UTF-8输出编码

0.4.2 (2009-12-12)

  • added support for publication_month in BibTeX export

0.4.1 (2009-12-0)

  • fixed some tests related to the new unicode -> TeX mapping table of bibliograph.core

0.4.0 (2009-12-04)

  • identifier import/export support for BibTeX
  • various fixes and cleanup
  • Bibutils 4.6 is now a minimum requirement

0.3.1 (2009-09-24)

  • Added a named adapter for IBibliographicReference

0.3 (2009-08-26)

  • Support additional fields in the bibtex renderer (but special characters should be avoided in keys as they are escaped) [raphael]
  • Fixed author, editor inconsistency in bibtex-renderer [tom_gross]
  • Fixed name of PDF render-view [tom_gross]
  • PDF render utility now can be passed a list of objects or a container providing IBibliographyExport [tom_gross]
  • allow a custom latex-template to be specified when calling processSource of PDF render view [tom_gross]
  • changed os.system calls of latex to subprocess ones [tom_gross]
  • call pdflatex in nonstopmode [tom_gross]

0.2.1 (2008-12-10)

  • Made bibtex-render view pluggable [tom_gross]

0.2.0 (2008-09-15)

  • Moved _getCommand/_hasCommand functions relating to bibutils from bibliograph.rendering to bibliograph.core [tim2p].
  • Adjust code relating to IBibContainerIterator so that it uses the new IBibliography interface from bibliograph.core, instead [tim2p].
  • Renamed several interfaces so that they are more naturally understood and consistent, i.e. IBibliographyRenderer -> IReferenceRenderer, IBibliographyExporter -> IBibliographyRenderer [tim2p].
  • Added an optional omit_fields (and omit_fields_mapping for the utilities) to renderers so that certain fields will not be rendered [tim2p].
  • Adjusted some of the doctests so that they are in the doc strings of implementations rather than separate files so as to keep things a little closer together [tim2p].
  • Adjusted some test code so that it is Windows-aware, i.e. stripping out ‘r’ from strings before comparing to expected values [tim2p].

0.1.0 (2008-05-02)

  • Created recipe with ZopeSkel [tom_gross].
  • Ported renderer from Products.CMFBibliographyAT

Detailed Documentation

书目.呈现包自述

Overview

从plone内容中呈现书目信息。

Transforms

只有bibtex书目是从头开始呈现的。呈现PDF 与pdflatex[2]一起使用。所有其他格式(尾注、XML、RIS等)都被转换 使用Bibutils[1]提供的外部工具。在我写作的时候 工具版本3.38。有关依赖项的列表,请参见下表:

FormatDependency
bibtexnone (builtin)
pdflatex, bibtex, pdflatex
othersbibutils
[1]http://bibutils.refbase.org/
[2]http://www.latex-project.org/

Contributors

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
用于批量操作的java RESTful API分块响应   java读取在线存储的文本文件   在Java ME中将双精度舍入到小数点后5位   java查找一个数字的最接近因子   java更改JMenuBar的字体   java Kmeans聚类算法运行时间和复杂性   java是否可以阻止try catch返回null   java内容解析器指向具有正确URI的错误表   java Android Kotlin插装测试未被识别为插装测试   java TestNG@Dataprovider   在forloop和print语句中声明变量时发生java错误   java在Android Studio 3中设置JNI