Startet to add some content
This commit is contained in:
commit
285d5e2147
160 changed files with 4419 additions and 0 deletions
104
static/js/mathjax/sre/mathmaps/de.js
Normal file
104
static/js/mathjax/sre/mathmaps/de.js
Normal file
File diff suppressed because one or more lines are too long
110
static/js/mathjax/sre/mathmaps/en.js
Normal file
110
static/js/mathjax/sre/mathmaps/en.js
Normal file
File diff suppressed because one or more lines are too long
104
static/js/mathjax/sre/mathmaps/es.js
Normal file
104
static/js/mathjax/sre/mathmaps/es.js
Normal file
File diff suppressed because one or more lines are too long
104
static/js/mathjax/sre/mathmaps/fr.js
Normal file
104
static/js/mathjax/sre/mathmaps/fr.js
Normal file
File diff suppressed because one or more lines are too long
518
static/js/mathjax/sre/mathmaps/mathmaps_ie.js
Normal file
518
static/js/mathjax/sre/mathmaps/mathmaps_ie.js
Normal file
File diff suppressed because one or more lines are too long
104
static/js/mathjax/sre/mathmaps/nemeth.js
Normal file
104
static/js/mathjax/sre/mathmaps/nemeth.js
Normal file
File diff suppressed because one or more lines are too long
11
static/js/mathjax/sre/sre-node.js
Normal file
11
static/js/mathjax/sre/sre-node.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var SRE = require("speech-rule-engine");
|
||||
global.SRE = SRE;
|
||||
global.sre = Object.create(SRE);
|
||||
global.sre.Engine = {
|
||||
isReady: function () {
|
||||
return SRE.engineReady();
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sre-node.js.map
|
||||
1633
static/js/mathjax/sre/sre_browser.js
Normal file
1633
static/js/mathjax/sre/sre_browser.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue