mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
moved comment above describing element
This commit is contained in:
@@ -1272,7 +1272,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
|||||||
|
|
||||||
def visit_citation(self, node):
|
def visit_citation(self, node):
|
||||||
# TODO maybe use cite bibitems
|
# 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))
|
self.context.append(len(self.body))
|
||||||
def depart_citation(self, node):
|
def depart_citation(self, node):
|
||||||
size = self.context.pop()
|
size = self.context.pop()
|
||||||
|
|||||||
Reference in New Issue
Block a user