Update a comment in latex.py

This commit is contained in:
jfbu 2016-06-22 19:12:08 +02:00
parent 77ea9daf43
commit 3bce72f49b

View File

@ -1907,7 +1907,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
**highlight_args)
# workaround for Unicode issue
hlcode = hlcode.replace(u'', u'@texteuro[]')
# must use original Verbatim environment and "tabular" environment
# if in table raise verbatim flag to avoid "tabulary" environment
# and opt for sphinxVerbatimintable to handle caption & long lines
if self.table:
self.table.has_problematic = True
self.table.has_verbatim = True