Commit Graph

2776 Commits

Author SHA1 Message Date
Davide P. Cervone
b7385f44d2 Fix problem with container width in SVG when math is scaled. Resolves issue #1422. 2016-04-29 10:32:23 -04:00
Peter Krautzberger
288e4f476d Update CONTRIBUTING.md
Fix link to test framework; fixes #1430
2016-04-06 10:33:33 +02:00
Davide P. Cervone
11cd99bd7c Merge pull request #1396 from uhoreg/check-script-parentnode
Don't die if script has been removed from document
2016-03-20 09:11:39 -04:00
Hubert Chathi
6e7530d253 Don't die if script has been removed from document 2016-02-22 11:42:04 -05:00
Peter Krautzberger
e213c8454c Merge pull request #1381 from mathjax/issue1346
package.json: bump version to 2.6.1
2016-02-08 17:33:55 +01:00
Peter Krautzberger
6f4638759a package.json: bump version to 2.6.1 2016-02-08 16:30:50 +01:00
Davide P. Cervone
d739bf80b8 Merge pull request #1380 from mathjax/issue1346
package.json: bump version to 2.6.1-rc.1
2016-02-08 10:20:11 -05:00
Peter Krautzberger
688017dff1 npm: bump version to 2.6.1-rc.1 2016-02-08 15:54:51 +01:00
Peter Krautzberger
9900cba932 Merge pull request #1379 from mathjax/issue1346
Continuous Integration: update npm API key
2016-02-08 15:48:57 +01:00
Peter Krautzberger
b00c69bf57 Continuous Integration: update enpm API key 2016-02-08 15:38:49 +01:00
Davide P. Cervone
8a89555d84 Repack and recombine for 2.6.1 2016-02-07 15:48:33 -05:00
Davide P. Cervone
7a03186c26 Fix missing comma spotted by minifier. 2016-02-07 15:42:34 -05:00
Davide P. Cervone
11b5897959 Update version numbers of changed files 2016-02-07 15:34:12 -05:00
Davide P. Cervone
fdd0b7787f Set some menuSettings to null so that the defaults work properly, but they still appear in the list so people know about them. 2016-02-07 14:11:52 -05:00
Davide P. Cervone
581ff4daae Merge pull request #1373 from mathjax/issue1346
npm publish via continuous integration
2016-02-07 07:46:50 -05:00
Davide P. Cervone
d0ecea125f Merge branch 'menu-patch' into develop 2016-02-06 19:28:43 -05:00
Davide P. Cervone
beb8efaa04 Use correct event handler for keypress, and delete previous error if we are reprocessing the scripts. 2016-02-06 17:44:25 -05:00
Peter Krautzberger
1c2a3966e1 Continuous Integration: simplify regex for allowed branches and tags 2016-02-06 22:24:52 +01:00
Davide P. Cervone
78fce5d3dc Fix [Math Processing Error] objects to work with new menu code in 2.6.0. 2016-02-06 13:42:16 -05:00
Davide P. Cervone
6000aa1d78 Bring menuSettings up to date in MathJax.js and default.js, and add localization IDs for menu items where they were missing (i.e, implied). 2016-02-06 12:40:09 -05:00
Davide P. Cervone
32c540b355 Merge branch 'issue1009' into develop. Issue #1009. 2016-02-06 10:42:31 -05:00
Davide P. Cervone
0e07941eeb Merge pull request #1376 from dpvc/tabindex
Add configuration for tabIndex attribute.
2016-02-06 10:38:31 -05:00
Davide P. Cervone
d1a569c905 Add jax parameter to getTabOrder() so that, if overridden, you can identify the jax (and it asociated script). 2016-02-06 10:35:31 -05:00
Davide P. Cervone
a597f2107e Fix formatting 2016-02-06 09:26:29 -05:00
Davide P. Cervone
7df65c9d7a Fix inTabOrder menu action, change default, and factor out code for setting/unsetting the tab index (in case the page author wants to call it. 2016-02-06 09:26:29 -05:00
zorkow
a1bfe0afcf Adds configuration for excluding MathJax elements from tab order. 2016-02-06 09:26:29 -05:00
Peter Krautzberger
6b65f86a5b Continuous Integration: allow tags to trigger builds 2016-02-04 16:08:20 +01:00
Peter Krautzberger
09b2361efd Continuous Integration: add npm deployment 2016-02-04 12:38:10 +01:00
Peter Krautzberger
2ef26ad680 Continuous Integration: restrict builds to master 2016-02-04 12:37:04 +01:00
Peter Krautzberger
6ca711a811 Initial continuous integration
* Work towards resolving #1346
* package json: add empty test (run by travisCI by default)
* add minimal .travis.yml
2016-02-04 12:13:55 +01:00
Davide P. Cervone
0a33759241 Add text-rending:optimizeLegibility to integrals and other characters that extend well past their width. Resolves issue #1009 2016-02-01 11:07:25 -05:00
Davide P. Cervone
0740dd4735 Only set movablelimits for nodes of class OP 2016-01-30 08:44:31 -05:00
Davide P. Cervone
b11a9b1b65 Handle movablelimits on TeXAtom of class OP in toMathML, NativeMML, and MathML input. 2016-01-29 14:12:42 -05:00
Davide P. Cervone
b69e0a63b1 Don't need extra spacing in \varprojlim and \varinjlim now that the renderers handle the positioning better. 2016-01-28 17:14:28 -05:00
Davide P. Cervone
9ec8e34ee5 Remove lspace and rspace from being used by renderers other than NativeMML. 2016-01-28 16:52:24 -05:00
Davide P. Cervone
54ac450144 Fix spacing for operators with movablelimits that are converted to <mo> 2016-01-28 16:38:59 -05:00
Davide P. Cervone
e8186ee317 Fix #1259 for \mathop and \operatorname as well. 2016-01-27 14:52:24 -05:00
Davide P. Cervone
2b5f6103cc Merge branch 'issue1360' into develop. Issue #1360. 2016-01-27 14:40:13 -05:00
Davide P. Cervone
43cd305e02 Merge branch 'issue1348' into develop. Issue #1348. 2016-01-27 14:39:37 -05:00
Davide P. Cervone
d478573b33 Return the NODES array in getNodesByClass(). 2016-01-27 01:15:07 -05:00
Davide P. Cervone
1318ffeb88 Fix CHTML.getNode() to handle nested tags, and fix CHTMLchildNode() for munderover and msubsup elements. Resolves issue #1360 2016-01-26 14:59:32 -05:00
Davide P. Cervone
e315be2978 Reorganize fraction layout in order to align fraction lines better. (Probably should do something similar for munderover and possibly msupsub as well.) Resolves issue #1348. 2016-01-26 12:21:25 -05:00
Davide P. Cervone
24a6cf7c25 Merge branch 'issue1359' into develop. Issue #1359. 2016-01-26 11:05:34 -05:00
Davide P. Cervone
60de3854b9 Merge branch 'issue1353' into develop. Issue #1353. 2016-01-26 11:05:02 -05:00
Davide P. Cervone
1f570173b5 Merge branch 'issue1197' into develop. Issue #1197. 2016-01-25 13:55:09 -05:00
Davide P. Cervone
618f8d0466 Merge branch 'issue1259' into develop. Issue #1259. 2016-01-25 13:54:45 -05:00
Davide P. Cervone
5c4bf98e90 Merge branch 'issue1321' into develop. Issue #1321. 2016-01-25 13:54:21 -05:00
Davide P. Cervone
27d4db2424 Merge branch 'issue1350' into develop. Issue #1350. 2016-01-25 13:54:05 -05:00
Davide P. Cervone
9d3e6f378c Merge branch 'issue1358' into develop. Issue #1358. 2016-01-25 13:53:27 -05:00
Davide P. Cervone
4d0af10b8d If measurements can't be taken in getHDW(), move the test elements to the document.body instead in hopes that it is visible. Resolves issue #1353. 2016-01-25 12:02:24 -05:00