-
Notifications
You must be signed in to change notification settings - Fork 7
/
phys2.js
21 lines (20 loc) · 869 Bytes
/
phys2.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//MathJax.Hub.Register.StartupHook('Arabic TeX Startup', function () {
// var ArabicText = MathJax.Arabic.ArabicText;
// var ArabicTeX = MathJax.Arabic.ArabicTeX;
// var ArabicSymbols = MathJax.Arabic.ArabicSymbols;
//
// MathJax.Arabic.AugmentDict({
// // Solar Energy Course Part #2
// //'mass': 'MaterialMassAr', 'm', 'ك',
// //'capacity': 'CapacityAr': 'C', 'ح',
// //'materialheat': 'MaterialHeat': 'p', 'ن',
// //'temperature': 'Temperature': 'T', 'د',
// //'latentheat': 'LatentHeat': 'Q', 'ح_ك',
// //'latentenergy': 'LatentEnergy': '\\lambda', 'ط_ك',
// //'heatflux': 'HeatFlux': 'Q_\\text{cond}', 'ح_ت',
// //'thermalconduct': 'ThermalConductivity': 'K', 'ت_ح',
// //'area': 'Area': 'A', 'م',
// //'heattransfcoeff': 'HeatTransferCoefficient': 'h', 'م.ح',
// });
//});
MathJax.Ajax.loadComplete("[Test]/phys2.js");