Commit Graph

  • 01d8fab476 Merge pull request #1790 from dpvc/issue1711 Davide P. Cervone 2017-07-10 13:18:17 -04:00
  • 9352fc67ee Merge pull request #1784 from dpvc/issue1690 Davide P. Cervone 2017-07-10 13:17:26 -04:00
  • 9cd2917179 Merge pull request #1783 from dpvc/issue1694 Davide P. Cervone 2017-07-10 13:16:21 -04:00
  • 2fa814b343 Fix positioning problem with accents. Resolves issue #1798. Davide P. Cervone 2017-07-10 11:17:24 -04:00
  • e422ddf337 Fix typo in character name Davide P. Cervone 2017-07-10 08:40:32 -04:00
  • 1a0e709b86 Merge pull request #1797 from dpvc/patch-latest Davide P. Cervone 2017-07-10 07:58:32 -04:00
  • 500ae43258 Merge pull request #1789 from dpvc/issue1712 Davide P. Cervone 2017-07-10 07:57:19 -04:00
  • fa475de939 Merge pull request #1788 from dpvc/issue1718 Davide P. Cervone 2017-07-10 07:55:52 -04:00
  • 70c0d92214 Merge pull request #1786 from dpvc/issue1626 Davide P. Cervone 2017-07-10 07:53:02 -04:00
  • a83a3954ab Merge pull request #1785 from dpvc/issue1683 Davide P. Cervone 2017-07-10 07:52:16 -04:00
  • 080dc92d5d Merge pull request #1782 from dpvc/issue1701 Davide P. Cervone 2017-07-10 07:48:19 -04:00
  • 80614f6361 Merge pull request #1781 from dpvc/issue1706 Davide P. Cervone 2017-07-10 07:47:14 -04:00
  • 10c9624ff5 Merge pull request #1776 from dpvc/issue1774 Davide P. Cervone 2017-07-10 07:45:54 -04:00
  • f04bf6dd1e Merge pull request #1775 from dpvc/issue1737 Davide P. Cervone 2017-07-10 07:44:48 -04:00
  • 4944e63151 Merge pull request #1756 from dpvc/issue1755 Davide P. Cervone 2017-07-10 07:43:34 -04:00
  • 3f6c00d260 Fix typo in function name Davide P. Cervone 2017-07-07 12:43:29 -04:00
  • 6b38a81371 Merge pull request #1673 from dpvc/issue1666 Davide P. Cervone 2017-07-07 11:45:44 -04:00
  • c75371c032 Remove unused U+EEE2 character from earlier fix. Davide P. Cervone 2017-07-07 11:39:52 -04:00
  • 86ad973ba5 Use x_height rather than explicit value. Davide P. Cervone 2017-07-07 11:32:34 -04:00
  • 9961697889 Remove trailing spaces before checking position of final brace. Davide P. Cervone 2017-07-07 11:18:04 -04:00
  • 12a53b1531 Better test for \text{} in \cases. Resolves issue #1482. Davide P. Cervone 2017-07-03 16:01:51 -04:00
  • 73c099f39f Work around problem with mover where base is unusually short. Resolves issue #1657 Davide P. Cervone 2017-07-05 17:01:06 -04:00
  • 3c02ff38db Properly handle arrays of elements in Typeset() call without callbacks (by only unpacking singleton callback arrays when the one element is a function). Resolves issue #1680. Davide P. Cervone 2017-07-05 07:17:50 -04:00
  • b50e445f78 Remove unused RULECHAR. Davide P. Cervone 2017-07-06 14:14:16 -04:00
  • 7d5a570285 Fix \underline placement issues (by switching from U+2212 (minus) to U+2013 (en dash), since minus has extra height and depth). Resolves issue #1686. Davide P. Cervone 2017-07-05 17:31:15 -04:00
  • 7f76ca5ee4 Fix CD problems by using breadth-first search in getNode(). Resolves #1691. Davide P. Cervone 2017-07-05 15:31:54 -04:00
  • 173f6f0406 Only use non-combining vector arrow for accents (allows use in \text{} or other locations as actual combining character, so browers can adjust the height) Davide P. Cervone 2017-07-06 12:08:29 -04:00
  • 3973b4db7b Add MathJax_Vector font with non-combining vector to avoid problems with combining characters in recent WebKit versions. Resolves issue #1709. Davide P. Cervone 2017-07-06 11:59:23 -04:00
  • 67b0d976c1 Pad table rows when there are row or column lines. Resolves issue #1711. Davide P. Cervone 2017-07-02 19:33:45 -04:00
  • cb9a3eaade Fix some bounding box issues with stretchy characters (by making sure bounding box changed proeprly bubble up to inferred rows). Resolves issue #1721. Davide P. Cervone 2017-07-05 15:36:19 -04:00
  • 3d84e67a74 Don't force width of large collections of text. Resolves issue #1718. Davide P. Cervone 2017-07-02 13:17:51 -04:00
  • bebef637eb Only bubble up italic correction or skew for nodes with only one child. Davide P. Cervone 2017-07-02 10:38:33 -04:00
  • afb499f970 Merge pull request #1757 from prog1dev/develop Davide P. Cervone 2017-07-07 08:12:49 -04:00
  • 81ce481447 Merge pull request #1660 from dainiak/patch-1 Davide P. Cervone 2017-07-07 08:06:30 -04:00
  • 0cf9b6cfa7 Make aligned/alignedat only fix spacing for every other column. Resolves issue #1690. Davide P. Cervone 2017-07-05 07:11:24 -04:00
  • ad3ffc25e8 Add minimum height for accents. Resolves issue #1706. Davide P. Cervone 2017-07-03 19:59:55 -04:00
  • e651c0a724 Remap newlines to spaces (consistent with TeX). Resolves issue #1694. Davide P. Cervone 2017-07-03 16:39:26 -04:00
  • b813bdd7c6 Fix typo in STIX fontdata. Resolves issue #1683. Davide P. Cervone 2017-07-03 16:15:45 -04:00
  • 3c4660744a Add space between fractions when useMMLspacing is in effect. Resolves issue #1626. Davide P. Cervone 2017-07-03 16:12:21 -04:00
  • 2d5125173a Report better error when \shoveleft or \shoveright are used outside of multline environments. Resolves issue #1701 Davide P. Cervone 2017-07-03 08:49:22 -04:00
  • e811ea3341 Handle FontFaceBug interaction with web fonts in Chrome. Resolves issue #1774. Davide P. Cervone 2017-06-24 13:53:17 -04:00
  • fa2d77579b Work around WebKit handling of combining characters. Resolves issue #1737. Davide P. Cervone 2017-06-24 13:27:27 -04:00
  • a51d96d8d4 Fix typo in localization menu ivan.filenko 2017-05-30 19:52:12 +03:00
  • 99957271c2 Fix problem with namespaces on internal element. Resolves #1755. Davide P. Cervone 2017-05-30 11:47:57 -04:00
  • 3338073cb0 Merge 2.7.1 into develop Davide P. Cervone 2017-05-30 11:44:17 -04:00
  • d71cc40666 Merge pull request #1740 from dpvc/2.7.1-rc.1 2.7.1 Peter Krautzberger 2017-04-25 10:29:36 +02:00
  • c52d3b0e8e Update a11y to 1.2.2 to fix a11y path for earcon. Davide P. Cervone 2017-04-24 15:46:28 -04:00
  • 54e3fe234d Update a11y to 1.2.1 to fix SRE path Davide P. Cervone 2017-04-24 13:26:47 -04:00
  • 9a870c1806 Update package.json version Davide P. Cervone 2017-04-24 11:28:28 -04:00
  • 380d2798de Repack and recombine Davide P. Cervone 2017-04-24 10:11:05 -04:00
  • 93e16997bb Update config files to use [a11y] for accessibility menu Davide P. Cervone 2017-04-24 10:10:47 -04:00
  • 51310e6df0 Add copyright to latest.js Davide P. Cervone 2017-04-24 09:27:00 -04:00
  • f9367aace6 Update copyright and version Davide P. Cervone 2017-04-24 09:24:28 -04:00
  • 3448400078 Merge pull request #14 from dpvc/cdnjs Davide P. Cervone 2017-04-24 08:53:04 -04:00
  • 8485788917 Update to v3.2.0 of mhchem. Davide P. Cervone 2017-04-20 09:25:04 -04:00
  • 3245058ccb Add a11y extensions, add [a11y] path, and allow MathJax to look for paths recursively. Davide P. Cervone 2017-04-18 11:30:55 -04:00
  • 513954a6d5 Add latest param in case we need MathJax.js to know it has been called from lastest.js in the future. Davide P. Cervone 2017-04-15 09:43:01 -04:00
  • 8d30a0453d Make version check a little more robust. Davide P. Cervone 2017-04-12 15:46:44 -04:00
  • 4fd69bee0f Rename CDN-latest.js to latest.js, and make a copy in the main directory, not just the unpacked one. Davide P. Cervone 2017-04-12 15:40:10 -04:00
  • d49394aca1 Don't load past version 2 (i.e., don't automatically load version 3). Davide P. Cervone 2017-04-10 19:13:04 -04:00
  • f865b6a83a Add CDN-latest.js for loading the latest copy from a cdn without knowing the version. Davide P. Cervone 2017-04-10 16:15:02 -04:00
  • 4ddd35cd1c Add mhchem version 3, and adjust legcy mhchem to load it from the correct location. Davide P. Cervone 2017-04-13 13:54:52 -04:00
  • 4d0f54d4ed Don't translate cdn.mathjax.org addresses any more. Davide P. Cervone 2017-04-13 12:20:59 -04:00
  • 650cd0f195 Add braces per Volker's request. Davide P. Cervone 2017-02-15 10:51:49 -05:00
  • 015573e246 Merge pull request #1672 from dpvc/issue1670 Davide P. Cervone 2017-02-15 10:46:34 -05:00
  • 784338c1f3 Merge pull request #1671 from dpvc/issue1664 Davide P. Cervone 2017-02-15 10:45:23 -05:00
  • 548acb9460 Make \Rule use mspace so that negative dimensions are handled; add \rule macro from LaTeX. Resolves issue #1666. Davide P. Cervone 2016-12-02 13:44:50 -05:00
  • ee08f38b7d Remove unwanted trailing comma. Resolves issue #1670. Davide P. Cervone 2016-12-02 13:18:41 -05:00
  • 25fccdec05 Fix problem with ex-height detection in some instances. Resolves #1664. Davide P. Cervone 2016-12-02 13:14:09 -05:00
  • fa081397e0 Fixed two typos in comments Alex Dainiak 2016-11-14 20:40:54 +03:00
  • 6273842a97 Merge pull request #1638 from mathjax/develop 2.7.0 Peter Krautzberger 2016-10-14 14:37:21 +02:00
  • 773c2d4d3b Merge pull request #1636 from mathjax/issue1635 Peter Krautzberger 2016-10-12 17:13:06 +02:00
  • f966934a12 [package.json] update version to 2.7.0 Peter Krautzberger 2016-10-11 11:28:26 +02:00
  • 7e3dd3f936 Repack and recombine for v2.7.0 Davide P. Cervone 2016-10-02 12:38:51 -04:00
  • efdf879406 Update version numbers to 2.7.0 Davide P. Cervone 2016-10-02 12:26:00 -04:00
  • d2a570ded8 Update AsciiMath to include changes since previous update Davide P. Cervone 2016-10-02 12:24:46 -04:00
  • 862d01bf86 Merge branch 'svg-mglyph' into develop Davide P. Cervone 2016-10-02 12:00:29 -04:00
  • 2d9cd83fe6 Use original src for mglyph image rather than full URI (better for mathjax-node). Davide P. Cervone 2016-10-02 11:59:58 -04:00
  • d1a178c027 Merge pull request #1627 from dpvc/menu-patch Davide P. Cervone 2016-10-02 11:57:32 -04:00
  • 94fdf4dc5e Move AssistiveMML and InTabOrder menus to new Accessibility submenu (coordinates with MathJax-a11y#153 to move accessibility menu items to the same location) Davide P. Cervone 2016-09-28 16:59:59 -04:00
  • ac64449847 Merge pull request #1612 from dpvc/issue1610 Davide P. Cervone 2016-09-27 18:45:54 -04:00
  • 33bcd3336c Merge pull request #1623 from basvandertol/FIX_AMSmath_ID_initilization Davide P. Cervone 2016-09-27 18:43:48 -04:00
  • e891f238f7 Fixed initilization of AMS.IDs and AMS.eqIDs Sebastiaan van der Tol 2016-09-23 10:45:25 +02:00
  • 46d6bff330 Repack font changes Davide P. Cervone 2016-09-02 13:50:47 -04:00
  • c81008858d Remap U+2016 to U+2225 in normal and bold TeX fonts, now that \| produces U+2016, and this isn't in MAIN font. Resolves issue #1610. Davide P. Cervone 2016-09-02 13:30:04 -04:00
  • e1810fe2a9 Update Contrib to always use https, and repack MathJax.js 2.7.0-beta.0 Davide P. Cervone 2016-09-01 09:15:46 -04:00
  • bccbbea5ef Fix package.json version Davide P. Cervone 2016-08-31 16:27:01 -04:00
  • 44e127f544 Add the packed version of the new diq language Davide P. Cervone 2016-08-31 12:04:25 -04:00
  • 61f4baee9c Repack and recombine for 2.7.0-beta Davide P. Cervone 2016-08-31 12:03:20 -04:00
  • 590c425e45 Localize variable that was accidentaly global. Davide P. Cervone 2016-08-31 11:44:05 -04:00
  • c59db4a65d Don't need 'var' twice for these variables. Davide P. Cervone 2016-08-31 11:42:34 -04:00
  • 24b01d336b Looks like the global variable i was removed, so no need for this line any more. Davide P. Cervone 2016-08-31 11:40:59 -04:00
  • e60c792e10 Update versions and copyrights Davide P. Cervone 2016-08-31 11:24:33 -04:00
  • aa3936a80c Add noContrib parameter to allow MathJax to be used off-line once we add the accessibility menu to the combined config files. Davide P. Cervone 2016-08-31 08:43:58 -04:00
  • 76508cce89 Merge pull request #1608 from mathjax/issue1577 Davide P. Cervone 2016-08-31 07:52:44 -04:00
  • 67ca3f36d4 [localization] add diq, lki to MathJax.js fixes #1607 Peter Krautzberger 2016-08-31 09:32:25 +02:00
  • 9f7e9917e5 Make variables local that were inadvertantly global. Davide P. Cervone 2016-08-30 10:37:02 -04:00
  • eb0f9181da Quote reserved word (fails in IE < 9). Davide P. Cervone 2016-08-30 10:21:47 -04:00
  • 351616984b Merge pull request #1606 from dpvc/issue1605 Davide P. Cervone 2016-08-29 10:19:59 -04:00
  • 64b65a655c Merge pull request #1603 from dpvc/issue1584 Davide P. Cervone 2016-08-29 10:19:05 -04:00