示例#1
0
 def format_unpublished(self, entry):
     return toplevel.format_data(entry)
示例#2
0
 def format_misc(self, entry):
     return toplevel.format_data(entry)
示例#3
0
 def format_phdthesis(self, entry):
     return toplevel.format_data(entry)
示例#4
0
 def format_techreport(self, entry):
     return toplevel.format_data(entry)
示例#5
0
 def format_mastersthesis(self, entry):
     return toplevel.format_data(entry)
示例#6
0
 def format_incollection(self, entry):
     return toplevel.format_data(entry)
示例#7
0
 def format_inproceedings(self, entry):
     return toplevel.format_data(entry)
示例#8
0
 def format_booklet(self, entry):
     return toplevel.format_data(entry)
示例#9
0
 def format_manual(self, entry):
     return toplevel.format_data(entry)