[system] / branches / gage_dev / pg / macros / PGmatrixmacros.pl Repository:
ViewVC logotype

Diff of /branches/gage_dev/pg/macros/PGmatrixmacros.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 6905 Revision 6906
455 } 455 }
456 456
457 if($char eq "{") {$char = '\lbrace';} 457 if($char eq "{") {$char = '\lbrace';}
458 if($char eq "}") {$char = '\rbrace';} 458 if($char eq "}") {$char = '\rbrace';}
459 $out .= '\(\left.\vphantom{\begin{array}{c}'; 459 $out .= '\(\left.\vphantom{\begin{array}{c}';
460 for($j=0;$j<=$numRows;$j++) { $out .= '\! \\\\'; } 460 for($j=0;$j<=$numRows;$j++) { $out .= '\!\strut\\\\'; }
461 $out .= '\end{array}}\right'.$char.'\)'; 461 $out .= '\end{array}}\right'.$char.'\)';
462 return($out); 462 return($out);
463} 463}
464 464
465# Basically uses a table of special characters and simple 465# Basically uses a table of special characters and simple

Legend:
Removed from v.6905  
changed lines
  Added in v.6906

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9