Sha256: 185c2aad1587a8ed58c0b2e7f2a5f992c3fdc2cc09401544673c32525925daad
Contents?: true
Size: 1.67 KB
Versions: 26
Compression:
Stored size: 1.67 KB
Contents
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js * * Copyright (c) 2009 Design Science, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ MathJax.Hub.Insert( MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_Main-italic'], { 0x393: [680,0,627,54,706], // GREEK CAPITAL LETTER GAMMA 0x394: [717,1,818,70,751], // GREEK CAPITAL LETTER DELTA 0x398: [704,22,767,149,788], // GREEK CAPITAL LETTER THETA 0x39B: [717,0,692,58,646], // GREEK CAPITAL LETTER LAMDA 0x39E: [678,1,664,74,754], // GREEK CAPITAL LETTER XI 0x3A0: [680,0,743,54,859], // GREEK CAPITAL LETTER PI 0x3A3: [683,1,716,80,782], // GREEK CAPITAL LETTER SIGMA 0x3A5: [706,0,767,213,833], // GREEK CAPITAL LETTER UPSILON 0x3A6: [683,1,716,158,728], // GREEK CAPITAL LETTER PHI 0x3A8: [683,0,767,207,824], // GREEK CAPITAL LETTER PSI 0x3A9: [705,0,716,100,759] // GREEK CAPITAL LETTER OMEGA } ); MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Main/Italic/GreekAndCoptic.js");
Version data entries
26 entries across 26 versions & 4 rubygems