--- loncom/xml/lontable.pm 2010/08/27 09:42:49 1.12 +++ loncom/xml/lontable.pm 2010/09/28 22:55:41 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Generating TeX tables. # -# $Id: lontable.pm,v 1.12 2010/08/27 09:42:49 foxr Exp $ +# $Id: lontable.pm,v 1.13 2010/09/28 22:55:41 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -799,8 +799,7 @@ sub generate { if ($halign eq 'right') { $col_align = 'r'; - $embeddedAlignStart = '\begin{flushright} '; - $embeddedAlignEnd = ' \end{flushright}'; + $embeddedAlignStart = '\raggedleft'; } if ($halign eq 'center') { $col_align = 'c';