Avoiding indent after index entries in latex

This commit is contained in:
aszekMosek
2017-09-18 13:45:01 +02:00
committed by aszek
parent 666a69b286
commit 774f9d953a

View File

@@ -2006,6 +2006,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
self.body.append(r'\index{%s|see{%s}}' % (p1, p2))
else:
logger.warning('unknown index entry type %s found', type)
self.body.append('%\n')
except ValueError as err:
logger.warning(str(err))
raise nodes.SkipNode