Handle substitution definition node.

This commit is contained in:
Georg Brandl 2008-04-21 16:32:24 +00:00
parent a34cb429cc
commit f86f8fde25

View File

@ -808,6 +808,9 @@ class LaTeXTranslator(nodes.NodeVisitor):
def depart_description(self, node):
pass
def visit_substitution_definition(self, node):
raise nodes.SkipNode
# text handling
replacements = [