From: dpvc v. a. <we...@ma...> - 2009-01-01 04:05:27
|
Log Message: ----------- Fixed \angle in safari. Modified Files: -------------- webwork-modperl/htdocs/jsMath/uncompressed: jsMath.js Revision Data ------------- Index: jsMath.js =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/htdocs/jsMath/uncompressed/jsMath.js,v retrieving revision 1.18 retrieving revision 1.19 diff -Lhtdocs/jsMath/uncompressed/jsMath.js -Lhtdocs/jsMath/uncompressed/jsMath.js -u -r1.18 -r1.19 --- htdocs/jsMath/uncompressed/jsMath.js +++ htdocs/jsMath/uncompressed/jsMath.js @@ -5068,7 +5068,7 @@ '_': ['Replace','ord','_','normal',-.4,.1], ' ': ['Replace','ord',' ','normal'], // angle: ['Replace','ord','∠','normal'], - angle: ['Macro','\\raise1.54pt{\\kern2.5mu\\rlap{\\scriptstyle\\char{cmsy10}{54}}\\kern1pt\\rule{.45em}{-1.2pt}{1.54pt}\\kern2.5mu}'], + angle: ['Macro','\\kern2.5mu\\raise1.54pt{\\rlap{\\scriptstyle \\char{cmsy10}{54}}\\kern1pt\\rule{.45em}{-1.2pt}{1.54pt}\\kern2.5mu}'], matrix: 'Matrix', array: 'Matrix', // ### still need to do alignment options ### |