moved comment above describing element

This commit is contained in:
Erik Bernoth
2013-09-25 16:12:53 +02:00
parent 3a388148d7
commit 79191487ca

View File

@@ -1272,7 +1272,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
def visit_citation(self, node):
# TODO maybe use cite bibitems
self.bibitems.append(['', '', '', '']) # [id, txt, name, ref]
# bibitem: [citelabel, citetext, docname, citeid]
self.bibitems.append(['', '', '', ''])
self.context.append(len(self.body))
def depart_citation(self, node):
size = self.context.pop()