Main.js (2312B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.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.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_Size3'] = { 22 directory: 'Size3/Regular', 23 family: 'MathJax_Size3', 24 testString: "() [] {}", 25 0x20: [0,0,250,0,0], // SPACE 26 0x28: [1450,949,736,209,701], // LEFT PARENTHESIS 27 0x29: [1450,949,736,34,526], // RIGHT PARENTHESIS 28 0x2F: [1450,949,1044,55,989], // SOLIDUS 29 0x5B: [1450,949,528,247,516], // LEFT SQUARE BRACKET 30 0x5C: [1450,949,1044,56,988], // REVERSE SOLIDUS 31 0x5D: [1450,949,528,11,280], // RIGHT SQUARE BRACKET 32 0x7B: [1450,949,750,130,618], // LEFT CURLY BRACKET 33 0x7D: [1450,949,750,131,618], // RIGHT CURLY BRACKET 34 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 35 0x2C6: [772,-564,1444,-4,1447], // MODIFIER LETTER CIRCUMFLEX ACCENT 36 0x2DC: [749,-610,1444,1,1442], // SMALL TILDE 37 0x302: [772,-564,0,-1448,3], // COMBINING CIRCUMFLEX ACCENT 38 0x303: [749,-610,0,-1443,-2], // COMBINING TILDE 39 0x221A: [1450,950,1000,111,1020], // SQUARE ROOT 40 0x2308: [1450,949,583,246,571], // LEFT CEILING 41 0x2309: [1450,949,583,11,336], // RIGHT CEILING 42 0x230A: [1450,949,583,246,571], // LEFT FLOOR 43 0x230B: [1450,949,583,11,336], // RIGHT FLOOR 44 0x27E8: [1450,950,750,126,654], // MATHEMATICAL LEFT ANGLE BRACKET 45 0x27E9: [1450,949,750,94,623] // MATHEMATICAL RIGHT ANGLE BRACKET 46 }; 47 48 MathJax.Callback.Queue( 49 ["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Size3"], 50 ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Size3/Regular/Main.js"] 51 );