LaTeXDoc can handle tables now

svn: r360
This commit is contained in:
Jason Zedlitz 2001-08-23 13:27:47 +00:00
parent 4e4289743e
commit 45abe182bb

View File

@ -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