| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js
- *
- * Copyright (c) 2009-2019 The MathJax Consortium
- *
- * 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['STIXGeneral-italic'],
- {
- 0x2102: [666,18,702,35,702], // stix-mathematical bold oblique double-struck capital C
- 0x2105: [676,14,855,47,808], // CARE OF
- 0x210A: [441,219,738,30,678], // SCRIPT SMALL G
- 0x210B: [687,15,997,53,991], // SCRIPT CAPITAL H
- 0x210D: [653,0,732,17,767], // stix-mathematical bold oblique double-struck capital H
- 0x210E: [668,11,513,45,483], // PLANCK CONSTANT
- 0x2110: [675,15,897,26,888], // SCRIPT CAPITAL I
- 0x2112: [687,15,946,33,931], // SCRIPT CAPITAL L
- 0x2115: [653,0,727,25,755], // stix-mathematical bold oblique double-struck capital N
- 0x2116: [668,15,1046,19,1031], // NUMERO SIGN
- 0x2119: [653,0,687,17,686], // stix-mathematical bold oblique double-struck capital P
- 0x211A: [666,71,723,35,713], // stix-mathematical bold oblique double-struck capital Q
- 0x211B: [687,15,944,34,876], // SCRIPT CAPITAL R
- 0x211D: [653,0,687,17,686], // stix-mathematical bold oblique double-struck capital R
- 0x2122: [653,-247,980,30,957], // TRADE MARK SIGN
- 0x2124: [653,0,754,7,750], // stix-mathematical bold oblique double-struck capital Z
- 0x212C: [687,15,950,34,902], // SCRIPT CAPITAL B
- 0x212F: [441,11,627,30,554], // SCRIPT SMALL E
- 0x2130: [687,15,750,100,734], // SCRIPT CAPITAL E
- 0x2131: [680,0,919,43,907], // SCRIPT CAPITAL F
- 0x2133: [674,15,1072,38,1056], // SCRIPT CAPITAL M
- 0x2134: [441,11,697,30,680], // SCRIPT SMALL O
- 0x213C: [428,12,635,40,630], // DOUBLE-STRUCK SMALL PI
- 0x213F: [653,0,750,30,780], // DOUBLE-STRUCK CAPITAL PI
- 0x2145: [653,0,713,17,703], // stix-mathematical bold double-struck capital D
- 0x2146: [683,11,581,40,634], // stix-mathematical bold double-struck small letter d
- 0x2147: [441,11,515,40,485], // stix-mathematical bold double-struck small letter e
- 0x2148: [653,0,293,27,346], // stix-mathematical bold double-struck small letter i
- 0x2149: [653,217,341,-104,394] // stix-mathematical bold double-struck small letter j
- }
- );
- MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Italic/LetterlikeSymbols.js");
|