Diff for /loncom/html/adm/jsMath/jsMath-mozilla.js between versions 1.1 and 1.2

version 1.1, 2005/02/25 04:57:49 version 1.2, 2005/12/07 18:57:45
Line 32 Line 32
  *  font map to point to these   *  font map to point to these
  */   */
   
 jsMath.UpdateTeXfontCodes({  jsMath.Update.TeXfontCodes({
   cmr10: [    cmr10: [
     'Γ', 'Δ', 'Θ', 'Λ',      'Γ', 'Δ', 'Θ', 'Λ',
     'Ξ', 'Π', 'Σ', 'Υ',      'Ξ', 'Π', 'Σ', 'Υ',
Line 187  jsMath.UpdateTeXfontCodes({ Line 187  jsMath.UpdateTeXfontCodes({
  *  Adjust a few other characters as well   *  Adjust a few other characters as well
  */   */
   
 jsMath.UpdateTeXfonts({  jsMath.Update.TeXfonts({
   cmr10:  {'20': {c: 'ˇ', tclass: 'normal', w: .3}},    cmr10:  {'20': {c: 'ˇ', tclass: 'normal', w: .3}},
   cmmi10: {    cmmi10: {
     '20': {c: '<I>&kappa</I>', tclass: 'normal'},      '20': {c: '<I>&kappa</I>', tclass: 'normal'},

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>