Other.js (2295B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js 4 * 5 * Copyright (c) 2009-2015 The MathJax Consortium 6 * 7 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * you may not use this file except in compliance with the License. 9 * You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, software 14 * distributed under the License is distributed on an "AS IS" BASIS, 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 * See the License for the specific language governing permissions and 17 * limitations under the License. 18 * 19 */ 20 21 MathJax.Hub.Insert( 22 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_SansSerif-italic'], 23 { 24 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 25 0x131: [444,0,239,74,258], // LATIN SMALL LETTER DOTLESS I 26 0x237: [444,204,267,-96,286], // LATIN SMALL LETTER DOTLESS J 27 0x393: [691,0,542,87,646], // GREEK CAPITAL LETTER GAMMA 28 0x394: [694,0,833,42,790], // GREEK CAPITAL LETTER DELTA 29 0x398: [715,22,778,119,804], // GREEK CAPITAL LETTER THETA 30 0x39B: [694,0,611,28,582], // GREEK CAPITAL LETTER LAMDA 31 0x39E: [688,0,667,42,765], // GREEK CAPITAL LETTER XI 32 0x3A0: [691,0,708,86,768], // GREEK CAPITAL LETTER PI 33 0x3A3: [694,0,722,55,813], // GREEK CAPITAL LETTER SIGMA 34 0x3A5: [716,0,778,173,843], // GREEK CAPITAL LETTER UPSILON 35 0x3A6: [694,0,722,124,743], // GREEK CAPITAL LETTER PHI 36 0x3A8: [694,0,778,171,854], // GREEK CAPITAL LETTER PSI 37 0x3A9: [716,0,722,44,769], // GREEK CAPITAL LETTER OMEGA 38 0x2013: [312,-236,500,50,565], // EN DASH 39 0x2014: [312,-236,1000,50,1065], // EM DASH 40 0x2018: [694,-471,278,190,336], // LEFT SINGLE QUOTATION MARK 41 0x2019: [694,-471,278,190,335], // RIGHT SINGLE QUOTATION MARK 42 0x201C: [694,-471,500,274,614], // LEFT DOUBLE QUOTATION MARK 43 0x201D: [694,-471,500,133,472] // RIGHT DOUBLE QUOTATION MARK 44 } 45 ); 46 47 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SansSerif/Italic/Other.js");