--- loncom/xml/lontable.pm 2009/01/26 09:39:19 1.9 +++ loncom/xml/lontable.pm 2009/04/17 20:17:48 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Generating TeX tables. # -# $Id: lontable.pm,v 1.9 2009/01/26 09:39:19 bisitz Exp $ +# $Id: lontable.pm,v 1.10 2009/04/17 20:17:48 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -55,7 +55,7 @@ package Apache::lontable; use strict; -# use LaTeX::Table; +use LaTeX::Table; use Apache::lonnet; # for trace logging. my $tracing = 0; # Set to 1 to enable log tracing. 2 for local sub tracing.