mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 10:37:00 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*************************************************************
 | |
|  *
 | |
|  *  MathJax/jax/output/HTML-CSS/entities/scr.js
 | |
|  *
 | |
|  *  Copyright (c) 2010-2015 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.
 | |
|  *
 | |
|  */
 | |
| 
 | |
| (function (MATHML) {
 | |
|   MathJax.Hub.Insert(MATHML.Parse.Entity,{
 | |
|     'Ascr': '\uD835\uDC9C',
 | |
|     'Bscr': '\u212C',
 | |
|     'Cscr': '\uD835\uDC9E',
 | |
|     'Dscr': '\uD835\uDC9F',
 | |
|     'Escr': '\u2130',
 | |
|     'Fscr': '\u2131',
 | |
|     'Gscr': '\uD835\uDCA2',
 | |
|     'Hscr': '\u210B',
 | |
|     'Iscr': '\u2110',
 | |
|     'Jscr': '\uD835\uDCA5',
 | |
|     'Kscr': '\uD835\uDCA6',
 | |
|     'Lscr': '\u2112',
 | |
|     'Mscr': '\u2133',
 | |
|     'Nscr': '\uD835\uDCA9',
 | |
|     'Oscr': '\uD835\uDCAA',
 | |
|     'Pscr': '\uD835\uDCAB',
 | |
|     'Qscr': '\uD835\uDCAC',
 | |
|     'Rscr': '\u211B',
 | |
|     'Sscr': '\uD835\uDCAE',
 | |
|     'Tscr': '\uD835\uDCAF',
 | |
|     'Uscr': '\uD835\uDCB0',
 | |
|     'Vscr': '\uD835\uDCB1',
 | |
|     'Wscr': '\uD835\uDCB2',
 | |
|     'Xscr': '\uD835\uDCB3',
 | |
|     'Yscr': '\uD835\uDCB4',
 | |
|     'Zscr': '\uD835\uDCB5',
 | |
|     'ascr': '\uD835\uDCB6',
 | |
|     'bscr': '\uD835\uDCB7',
 | |
|     'cscr': '\uD835\uDCB8',
 | |
|     'dscr': '\uD835\uDCB9',
 | |
|     'escr': '\u212F',
 | |
|     'fscr': '\uD835\uDCBB',
 | |
|     'gscr': '\u210A',
 | |
|     'hscr': '\uD835\uDCBD',
 | |
|     'iscr': '\uD835\uDCBE',
 | |
|     'jscr': '\uD835\uDCBF',
 | |
|     'kscr': '\uD835\uDCC0',
 | |
|     'lscr': '\uD835\uDCC1',
 | |
|     'mscr': '\uD835\uDCC2',
 | |
|     'nscr': '\uD835\uDCC3',
 | |
|     'oscr': '\u2134',
 | |
|     'pscr': '\uD835\uDCC5',
 | |
|     'qscr': '\uD835\uDCC6',
 | |
|     'rscr': '\uD835\uDCC7',
 | |
|     'sscr': '\uD835\uDCC8',
 | |
|     'tscr': '\uD835\uDCC9',
 | |
|     'uscr': '\uD835\uDCCA',
 | |
|     'vscr': '\uD835\uDCCB',
 | |
|     'wscr': '\uD835\uDCCC',
 | |
|     'xscr': '\uD835\uDCCD',
 | |
|     'yscr': '\uD835\uDCCE',
 | |
|     'zscr': '\uD835\uDCCF'
 | |
|   });
 | |
| 
 | |
|   MathJax.Ajax.loadComplete(MATHML.entityDir+"/scr.js");
 | |
| 
 | |
| })(MathJax.InputJax.MathML);
 |