version 1.1, 2005/02/25 04:57:49
|
version 1.2, 2005/12/07 18:57:44
|
Line 31
|
Line 31
|
* |
* |
*/ |
*/ |
|
|
jsMath.UpdateTeXfonts({ |
jsMath.Update.TeXfonts({ |
cmr10: { |
cmr10: { |
'0': {c: 'G', tclass: 'greek'}, |
'0': {c: 'G', tclass: 'greek'}, |
'1': {c: 'D', tclass: 'greek'}, |
'1': {c: 'D', tclass: 'greek'}, |
Line 171 jsMath.UpdateTeXfonts({
|
Line 171 jsMath.UpdateTeXfonts({
|
|
|
}); |
}); |
|
|
jsMath.UpdateStyles({ |
jsMath.Update.Styles({ |
'.arrow1': 'font-family: Osaka; position: relative; top: .125em; margin: -1px', |
'.arrow1': "font-family: Osaka; position: relative; top: .125em; margin: -1px", |
'.arrow2': 'font-family: Osaka; position: relative; top: .1em; margin:-1px', |
'.arrow2': "font-family: Osaka; position: relative; top: .1em; margin:-1px", |
'.bigop1': 'font-family: Symbol; font-size: 110%; position:relative; top: .8em; margin:-.05em', |
'.bigop1': "font-family: Symbol; font-size: 110%; position:relative; top: .8em; margin:-.05em", |
'.bigop1b': 'font-family: Symbol; font-size: 140%; position: relative; top: .8em; margin:-.1em', |
'.bigop1b': "font-family: Symbol; font-size: 140%; position: relative; top: .8em; margin:-.1em", |
'.bigop1c': 'font-family: Osaka; font-size: 125%; position:relative; top: .85em; margin:-.3em', |
'.bigop1c': "font-family: Osaka; font-size: 125%; position:relative; top: .85em; margin:-.3em", |
'.bigop1cx':'font-family: Apple Chancery; font-size: 125%; position:relative; top: .7em; margin:-.1em', |
'.bigop1cx': "font-family: 'Apple Chancery'; font-size: 125%; position:relative; top: .7em; margin:-.1em", |
'.bigop2': 'font-family: Symbol; font-size: 175%; position:relative; top: .8em; margin:-.07em', |
'.bigop2': "font-family: Symbol; font-size: 175%; position:relative; top: .8em; margin:-.07em", |
'.bigop2a': 'font-family: Baskerville; font-size: 175%; position: relative; top: .65em', |
'.bigop2a': "font-family: Baskerville; font-size: 175%; position: relative; top: .65em", |
'.bigop2b': 'font-family: Symbol; font-size: 175%; position: relative; top: .8em; margin:-.07em', |
'.bigop2b': "font-family: Symbol; font-size: 175%; position: relative; top: .8em; margin:-.07em", |
'.bigop2c': 'font-family: Osaka; font-size: 230%; position:relative; top: .85em; margin:-.35em', |
'.bigop2c': "font-family: Osaka; font-size: 230%; position:relative; top: .85em; margin:-.35em", |
'.bigop2cx':'font-family: Apple Chancery; font-size: 250%; position:relative; top: .6em; margin-left:-.1em; margin-right:-.2em', |
'.bigop2cx': "font-family: 'Apple Chancery'; font-size: 250%; position:relative; top: .6em; margin-left:-.1em; margin-right:-.2em", |
'.delim1b': 'font-family: Times; font-size: 150%; position:relative; top:.8em', |
'.delim1b': "font-family: Times; font-size: 150%; position:relative; top:.8em", |
'.delim2b': 'font-family: Times; font-size: 210%; position:relative; top:.75em;', |
'.delim2b': "font-family: Times; font-size: 210%; position:relative; top:.75em;", |
'.delim3b': 'font-family: Times; font-size: 300%; position:relative; top:.7em;', |
'.delim3b': "font-family: Times; font-size: 300%; position:relative; top:.7em;", |
'.delim4b': 'font-family: Times; font-size: 400%; position:relative; top:.65em;', |
'.delim4b': "font-family: Times; font-size: 400%; position:relative; top:.65em;", |
'.symbol3': 'font-family: Symbol', |
'.symbol3': "font-family: Symbol", |
'.wide1': 'font-size: 50%; position: relative; top:-1.1em', |
'.wide1': "font-size: 50%; position: relative; top:-1.1em", |
'.wide2': 'font-size: 80%; position: relative; top:-.7em', |
'.wide2': "font-size: 80%; position: relative; top:-.7em", |
'.wide3': 'font-size: 125%; position: relative; top:-.5em', |
'.wide3': "font-size: 125%; position: relative; top:-.5em", |
'.wide1a': 'font-size: 75%; position: relative; top:-.5em', |
'.wide1a': "font-size: 75%; position: relative; top:-.5em", |
'.wide2a': 'font-size: 133%; position: relative; top: -.15em', |
'.wide2a': "font-size: 133%; position: relative; top: -.15em", |
'.wide3a': 'font-size: 200%; position: relative; top: -.05em', |
'.wide3a': "font-size: 200%; position: relative; top: -.05em", |
'.greek': 'font-family: Symbol' |
'.greek': "font-family: Symbol" |
}); |
}); |
|
|
jsMath.InitStyles(); |
jsMath.Setup.Styles(); |
|
|