From: Mike G. v. a. <we...@ma...> - 2010-05-14 02:08:55
|
Log Message: ----------- minor formatting changes Modified Files: -------------- pg/macros: PGmatrixmacros.pl Revision Data ------------- Index: PGmatrixmacros.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PGmatrixmacros.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -Lmacros/PGmatrixmacros.pl -Lmacros/PGmatrixmacros.pl -u -r1.15 -r1.16 --- macros/PGmatrixmacros.pl +++ macros/PGmatrixmacros.pl @@ -175,16 +175,16 @@ $main::defaultDisplayMatrixStyle : "(s)"; set_default_options(\%opts, - '_filter_name' => 'display_matrix', - 'force_tex' => 0, - 'left' => substr($styleParams,0,1), - 'right' => substr($styleParams,2,1), - 'midrule' => substr($styleParams,1,1), - 'top_labels' => 0, - 'box'=>[-1,-1], # pair location of boxed element - 'allow_unknown_options'=> 1, - 'num_format' => "%.0f", - ); + '_filter_name' => 'display_matrix', + 'force_tex' => 0, + 'left' => substr($styleParams,0,1), + 'right' => substr($styleParams,2,1), + 'midrule' => substr($styleParams,1,1), + 'top_labels' => 0, + 'box'=>[-1,-1], # pair location of boxed element + 'allow_unknown_options'=> 1, + 'num_format' => "%.0f", + ); my ($numRows, $numCols, @myRows); @@ -616,10 +616,11 @@ } set_default_options(\%opts, - '_filter_name' => 'mbox', - 'valign' => 'middle', - 'allowbreaks' => 'no', - 'allow_unknown_options'=> 0); + '_filter_name' => 'mbox', + 'valign' => 'middle', + 'allowbreaks' => 'no', + 'allow_unknown_options'=> 0 + ); if(! $opts{'allowbreaks'}) { $opts{'allowbreaks'}='no';} my $out = ""; my $j; |