コード例 #1
0
 def invoke(self, tex):
     res = chapter.invoke(self, tex)
     self.title = self.ownerDocument.createElement('bibname').expand(tex)
     self.loadBibliographyFile(tex)
     return res
コード例 #2
0
ファイル: Bibliography.py プロジェクト: rsbowman/plastex-mobi
 def invoke(self, tex):
     res = chapter.invoke(self, tex)
     self.title = self.ownerDocument.createElement("bibname").expand(tex)
     self.loadBibliographyFile(tex)
     return res