--- loncom/interface/lonsyllabus.pm 2004/06/11 16:28:14 1.36 +++ loncom/interface/lonsyllabus.pm 2004/06/11 16:37:42 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.36 2004/06/11 16:28:14 sakharuk Exp $ +# $Id: lonsyllabus.pm,v 1.37 2004/06/11 16:37:42 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,7 +122,7 @@ ENDDOCUMENT if ($target ne 'tex') { $r->print(''); } else { - $r->print('\begin{tabular}{|c|c|}\hline'); + $r->print('\begin{tabular}{|p{0.45\textwidth}|p{0.45\textwidth}|}\hline'); } foreach my $element (sort keys %coursepersonnel) { if ($target ne 'tex') {