/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js * * Copyright (c) 2009-2010 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_Typewriter'], { 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 0x131: [432,-1,525,71,463], // LATIN SMALL LETTER DOTLESS I 0x237: [432,228,525,48,377], // LATIN SMALL LETTER DOTLESS J 0x393: [612,1,525,25,489], // GREEK CAPITAL LETTER GAMMA 0x394: [623,0,525,35,489], // GREEK CAPITAL LETTER DELTA 0x398: [621,11,525,56,468], // GREEK CAPITAL LETTER THETA 0x39B: [623,-1,525,29,496], // GREEK CAPITAL LETTER LAMDA 0x39E: [611,-1,525,32,492], // GREEK CAPITAL LETTER XI 0x3A0: [611,-1,525,16,508], // GREEK CAPITAL LETTER PI 0x3A3: [612,-1,525,40,485], // GREEK CAPITAL LETTER SIGMA 0x3A5: [623,-1,525,38,487], // GREEK CAPITAL LETTER UPSILON 0x3A6: [611,-1,525,41,483], // GREEK CAPITAL LETTER PHI 0x3A8: [611,-1,525,36,487], // GREEK CAPITAL LETTER PSI 0x3A9: [622,0,525,31,493], // GREEK CAPITAL LETTER OMEGA 0x7E2: [611,-287,525,175,349], // ?? 0x7E3: [681,-357,525,176,350], // ?? 0x2032: [623,-334,525,211,313] // PRIME } ); MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Typewriter/Regular/Other.js");