Commit Graph

2808 Commits

Author SHA1 Message Date
Davide P. Cervone
a118ca9e82 Allow percentage width to bubble up un bbox.updateFrom(cbox). Resolves issue #1499. 2016-06-02 16:33:15 -04:00
Davide P. Cervone
c0c63b1e12 Merge pull request #1475 from dpvc/issue1474
Avoid error when \overset or \underset is empty.  Resolves issue #1474.
2016-05-17 11:26:36 -04:00
Davide P. Cervone
fd223636e0 Merge pull request #1462 from dpvc/issue1441
Bubble percentage widths up while line breaking in CHTML.  Resolves issue #1441.
2016-05-17 11:25:42 -04:00
Davide P. Cervone
264981846f Merge pull request #1461 from dpvc/issue1452
Make sure 0 remains 0 when rounding to pixels (plus a bit).  Resolves issue #1452.
2016-05-17 11:24:01 -04:00
Davide P. Cervone
ce4982f34b Merge pull request #1454 from dpvc/issue831
Use full location URL for xlink references in SVG <use> elements.  Resolves issue #831.
2016-05-17 11:22:57 -04:00
Davide P. Cervone
56db9c00b8 Avoid error when \overset or \underset is empty. Resolves isue #1474. 2016-05-15 09:07:51 -04:00
Davide P. Cervone
19b813a4a7 Make Volker's suggested change. Issue #1452. 2016-05-11 20:48:29 -04:00
Davide P. Cervone
e14a8516d7 Make Volker's suggested change. Issue #831. 2016-05-11 20:39:42 -04:00
Davide P. Cervone
17cd3349c7 Merge pull request #1465 from dpvc/issue1437
Don't set role in CHTML and HTML-CSS output.   Resolves issue #1437.
2016-05-11 17:24:04 -04:00
Davide P. Cervone
ba2b068281 Merge pull request #1464 from dpvc/issue1419
Make sure resetEquationNumbers is always defined.  Resolves issue #1419.
2016-05-11 17:23:00 -04:00
Davide P. Cervone
88d1bb03d3 Merge pull request #1463 from dpvc/issue1428
Reset message strings for messageStyle=simple for each typeset.  Resolves issue #1428.
2016-05-11 17:22:01 -04:00
Davide P. Cervone
d8f89ffade Merge pull request #1460 from dpvc/issue1370
Adjust position of rule for square root when it is made via `createRule()`.  Resolves #1370.
2016-05-11 17:20:59 -04:00
Davide P. Cervone
ba600e8f35 Merge pull request #1458 from dpvc/issue1422
Fix problem with container width in SVG when math is scaled.  Resolves issue #1422.
2016-05-11 17:12:58 -04:00
Davide P. Cervone
a091415f55 Merge pull request #1457 from dpvc/issue1451
Fix problem with Plane1 not being mapped to the MathJax fonts properly.  Resolves issue #1451.
2016-05-11 17:12:02 -04:00
Davide P. Cervone
094b1391f0 Merge pull request #1456 from dpvc/issue1384
Fix problems from puzzling.SE.  #1384.
2016-05-11 17:10:02 -04:00
Davide P. Cervone
1d849674e1 Merge pull request #1455 from dpvc/environment-fix
Fix TeX.Environment() to use the correct end environment.
2016-05-11 17:08:29 -04:00
Davide P. Cervone
a63aa92102 Add a dummy resetEquationNumbers() function that is replaced by AMS. Resolves issue #1419. 2016-05-04 08:45:28 -04:00
Davide P. Cervone
c2c5d8af17 Reset message strings for messageStyle=simple for each typeset operation. Resolves issue #1428 2016-05-04 08:36:02 -04:00
Davide P. Cervone
902aa2bf7e Don't set role in CHTML and HTML-CSS output, and fix comments in other jax. Issue #1437. 2016-05-04 08:18:59 -04:00
Davide P. Cervone
715dadf23a Bubble percentage widths up while line breaking in CHTML. Resolves issue #1441. 2016-05-04 08:08:18 -04:00
Davide P. Cervone
35ca30ef4c Make sure 0 remains 0 when rounding to pixels (plus a bit). Resolves issue #1452. 2016-05-03 21:15:55 -04:00
Davide P. Cervone
5fc8bc2add Merge pull request #1448 from mathjax/issue1443
[CommonHTML] fix typo in styles
2016-05-02 19:06:49 -04:00
Davide P. Cervone
d9a64a2603 Adjust position of rule for square root when it is made via createRule(). Resolves issue #1370. 2016-04-29 19:29:54 -04:00
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
Davide P. Cervone
22c19a8186 Fix problem with Plane1 not being mapped to the MathJax fonts properly. Resolves issue #1451. 2016-04-29 09:43:00 -04:00
Peter Krautzberger
9da81b518e [CommonHTML] fix typo in styles
Fixes #1443
2016-04-21 10:06:26 +02:00
Davide P. Cervone
bd29c05f63 Merge pull request #1446 from mathjax/issue1442
[package.json] set main to unpacked/MathJax.js
2016-04-18 08:15:37 -04:00
Peter Krautzberger
6b6e2cf665 [package.json] set main to unpacked/MathJax.js
Fixes #1442
2016-04-18 09:21:02 +02:00
Davide P. Cervone
fc1d3d49f0 Remove previous output that is marked by MathJax_Processed as well as MathJax_Processing. Also could have allowed proper output in issue #1384, though it woud have replaced all the math on the page. 2016-04-08 16:17:15 -04:00
Davide P. Cervone
bab0a8dd8c Add more checks that the script tags are still in the active DOM before trying to use them. Resolves puzzling.SE issue #1384. 2016-04-08 14:03:34 -04:00
Davide P. Cervone
d698760e58 Fix TeX.Environment() to use the correct end environment. 2016-04-08 13:38:43 -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
3183eca200 Add checks to make sure that the math hasn't been removed from the page. (Resolves issue #1384.) 2016-03-20 11:48:12 -04: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
Davide P. Cervone
3473ccb613 Use full location URL for xlink references in SVG <use> elements when the page includes a <base> element. Resolves issue #831. 2016-02-22 16:58:06 +01: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