Closes #1278: fix typo in attribute name in_production_list.

This commit is contained in:
Georg Brandl 2013-10-01 19:46:32 +02:00
parent 913c235e81
commit 33cd5e4978

View File

@ -1196,7 +1196,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
id = self.curfilestack[-1] + ':' + uri[1:]
self.body.append(self.hyperlink(id))
if self.builder.config.latex_show_pagerefs and not \
self.in_productionlist:
self.in_production_list:
self.context.append('}} (%s)' % self.hyperpageref(id))
else:
self.context.append('}}')