diff --git a/src/FindDoc.py b/src/FindDoc.py index 42a614f95..ba917fec6 100644 --- a/src/FindDoc.py +++ b/src/FindDoc.py @@ -110,7 +110,7 @@ except: try: import LaTeXDoc - _textdoc.append((_LATEX, _no_tables, _paper, _no_styles)) + _textdoc.append((_LATEX, _has_tables, _paper, _no_styles)) except: pass