-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
479 changed files
with
7,925 additions
and
4,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
{ | ||
"component": "inpu/mml", | ||
"targets": ["input/mathml.ts", "input/mathml"] | ||
"targets": [ | ||
"input/mathml.ts", | ||
"input/mathml" | ||
], | ||
"excludeSubdirs": "true" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/mml/extensions/mml3", | ||
"targets": ["input/mathml/mml3"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"to": "../../../../../../es5/input/mml/extensions", | ||
"from": "../../../../../../ts/input/mathml/mml3", | ||
"copy": [ | ||
"mml3.sef.json" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import './lib/mml3.js'; | ||
|
||
import {Mml3Handler} from '../../../../../../js/input/mathml/mml3/mml3.js'; | ||
|
||
if (MathJax.startup) { | ||
MathJax.startup.extendHandler(handler => Mml3Handler(handler)); | ||
} |
11 changes: 11 additions & 0 deletions
11
components/src/input/mml/extensions/mml3/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/mml/extensions/mml3', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/mml/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
import './lib/amscd.js'; | ||
import {rename} from '../rename.js'; | ||
|
||
rename('amsCd', 'amscd', true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/cases", | ||
"targets": ["input/tex/cases"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/cases.js'; |
14 changes: 14 additions & 0 deletions
14
components/src/input/tex/extensions/cases/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'cases', // the package to build | ||
'../../../../../js', // location of the compiled js files | ||
[ // packages to link to (relative to Mathjax components) | ||
'components/src/input/tex-base/lib', | ||
'components/src/input/tex/extensions/ams/lib', | ||
'components/src/input/tex/extensions/empheq/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/centernot", | ||
"targets": ["input/tex/centernot"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/centernot.js'; |
11 changes: 11 additions & 0 deletions
11
components/src/input/tex/extensions/centernot/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/centernot', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/colortbl", | ||
"targets": ["input/tex/colortbl"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/colortbl.js'; |
11 changes: 11 additions & 0 deletions
11
components/src/input/tex/extensions/colortbl/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/colortbl', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
import './lib/colorv2.js'; | ||
import {rename} from '../rename.js'; | ||
|
||
rename('colorV2', 'colorv2', false); |
3 changes: 0 additions & 3 deletions
3
components/src/input/tex/extensions/configmacros/configmacros.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
import './lib/configmacros.js'; | ||
import {rename} from '../rename.js'; | ||
|
||
rename('configMacros', 'configmacros', false); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/empheq", | ||
"targets": ["input/tex/empheq"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/empheq.js'; |
12 changes: 12 additions & 0 deletions
12
components/src/input/tex/extensions/empheq/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'empheq', // the package to build | ||
'../../../../../js', // location of the compiled js files | ||
[ // packages to link to | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/gensymb", | ||
"targets": ["input/tex/gensymb"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/gensymb.js'; |
11 changes: 11 additions & 0 deletions
11
components/src/input/tex/extensions/gensymb/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/gensymb', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/mathtools", | ||
"targets": ["input/tex/mathtools"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/mathtools.js'; |
13 changes: 13 additions & 0 deletions
13
components/src/input/tex/extensions/mathtools/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/mathtools', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex/extensions/ams/lib', | ||
'components/src/input/tex/extensions/newcommand/lib', | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/setoptions", | ||
"targets": ["input/tex/setoptions"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/setoptions.js'; |
11 changes: 11 additions & 0 deletions
11
components/src/input/tex/extensions/setoptions/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/setoptions', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
import './lib/tagformat.js'; | ||
import {rename} from '../rename.js'; | ||
|
||
rename('tagFormat', 'tagformat', true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"component": "input/tex/extensions/textcomp", | ||
"targets": ["input/tex/textcomp"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './lib/textcomp.js'; |
12 changes: 12 additions & 0 deletions
12
components/src/input/tex/extensions/textcomp/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
const PACKAGE = require('../../../../../webpack.common.js'); | ||
|
||
module.exports = PACKAGE( | ||
'input/tex/extensions/textcomp', // the package to build | ||
'../../../../../../js', // location of the MathJax js library | ||
[ // packages to link to | ||
'components/src/input/tex/extensions/textmacros/lib', | ||
'components/src/input/tex-base/lib', | ||
'components/src/core/lib' | ||
], | ||
__dirname // our directory | ||
); |
Oops, something went wrong.