From 02a53a7c44f1479772b7e92a9201fc47e9e5cc30 Mon Sep 17 00:00:00 2001 From: Jason Zedlitz Date: Thu, 23 Aug 2001 13:27:47 +0000 Subject: [PATCH] LaTeXDoc can handle tables now svn: r360 --- src/FindDoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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