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