mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update a comment in latex.py
This commit is contained in:
parent
77ea9daf43
commit
3bce72f49b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user