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
|
d698760e58
|
Fix TeX.Environment() to use the correct end environment.
|
2016-04-08 13:38:43 -04: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
|
11b5897959
|
Update version numbers of changed files
|
2016-02-07 15:34:12 -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
|
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
|
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 |
|
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
|
1f570173b5
|
Merge branch 'issue1197' into develop. Issue #1197.
|
2016-01-25 13:55:09 -05:00 |
|
Davide P. Cervone
|
27d4db2424
|
Merge branch 'issue1350' into develop. Issue #1350.
|
2016-01-25 13:54:05 -05:00 |
|
Davide P. Cervone
|
dc450d6bc7
|
Handle movablelimits on TeXAtom elements. Resolves issue #1197.
|
2016-01-24 18:26:50 -05:00 |
|
Davide P. Cervone
|
4182b58c14
|
Don't allow assistive MathML to become part of the selection. Resolves issue #1350.
|
2016-01-24 13:29:31 -05:00 |
|
Davide P. Cervone
|
bd817dab40
|
Combine configuration with page's configuration. Resolves issue #1358.
|
2016-01-24 11:40:27 -05:00 |
|
Davide P. Cervone
|
d0d59b6876
|
Make AssistiveMML menu item not hidden, and make it add and remove the MathML when toggled. Refactor AssistiveMML extension so that the Add and Remove functions can be called by the menu change.
|
2015-12-30 11:39:27 -05:00 |
|
Davide P. Cervone
|
db1ce61854
|
Fix \centerdot using wrong glyph (only works for MathJax TeX fonts).
|
2015-12-30 09:40:15 -05:00 |
|
Davide P. Cervone
|
ba0de5c8a0
|
Update version numbers to 2.6.0
|
2015-12-29 09:36:52 -05:00 |
|
Davide P. Cervone
|
b3f1a8afa6
|
Merge pull request #1329 from pkra/pkra-jax
New PlainSource output jax by pkra
|
2015-12-29 08:49:48 -05:00 |
|
Davide P. Cervone
|
a1460f8993
|
Update version numbers for 2.6.0-beta.2
|
2015-12-14 10:14:34 -05:00 |
|
Davide P. Cervone
|
3737c8d84b
|
Merge branch 'preview-disable' into develop
|
2015-12-11 16:14:37 -05:00 |
|
Davide P. Cervone
|
5973694116
|
Make a flag for output jax to control fast preview (so we don't have to maintain a blakc-list here).
|
2015-12-09 16:26:41 -05:00 |
|
Davide P. Cervone
|
7342aebe66
|
Allow page to enable/disable previews via API calls (for use with editor previews, for example).
|
2015-12-09 16:16:45 -05:00 |
|
Davide P. Cervone
|
e894193e51
|
Move location of assistive MathML to be more closely related to the position of the typeset math. Issue #1235.
|
2015-12-08 19:02:37 -05:00 |
|
Davide P. Cervone
|
f60da6ff0e
|
Merge pull request #1322 from mathjax/issue1235
Update AssistiveMML
|
2015-12-08 18:03:47 -05:00 |
|
Davide P. Cervone
|
a911742bd2
|
Merge branch 'issue1324' into develop. Issue #1324.
|
2015-12-04 14:37:47 -05:00 |
|
Davide P. Cervone
|
0e4b3f05e2
|
Make scaling basd on a list rather than hard-coded if-then statements. Issue #1324
|
2015-12-03 08:11:39 -05:00 |
|
Davide P. Cervone
|
1c938cc48e
|
Add CommonHTML to the 'Scale All Math' list. Issue #1324.
|
2015-12-03 08:02:08 -05:00 |
|
Davide P. Cervone
|
6a7ac1740f
|
Copy empty Presentation MathML elements verbatim rather than inserting <mi> with the name of the element, as neede for Content MathML. Resolves issue #1323.
|
2015-12-02 15:21:24 -05:00 |
|
Peter Krautzberger
|
21a10de3eb
|
Update AssistiveMML
Add `role=presentation` to root element and parent of the plain MathML
Fixes #1235
|
2015-11-30 21:34:16 +01:00 |
|
Peter Krautzberger
|
b28461f032
|
plainsource outpt: first commit
|
2015-11-18 13:47:36 +01:00 |
|
Moritz Schubotz
|
05fe60e8fa
|
Add missing symbols
Not all symbols from the class other_literals2 were supported
cf mathjax#1236
|
2015-11-06 16:52:54 +01:00 |
|
Davide P. Cervone
|
225ac4680f
|
Update version numbers of changed files
|
2015-10-08 20:52:14 -04:00 |
|
Davide P. Cervone
|
2fbc393e1a
|
Merge branch 'issue1272' into develop. Issue #1272.
|
2015-10-02 12:48:04 -04:00 |
|
Davide P. Cervone
|
fe5d05f07b
|
Fix spacing of eqnarray environment. Resolves issue #1272
|
2015-09-30 21:51:36 -04:00 |
|
Davide P. Cervone
|
7200c2e9a5
|
Add support for PreviewHTML and CommonHTML to noErrors extension. Resolves issue #1271
|
2015-09-29 23:10:12 -04:00 |
|
Davide P. Cervone
|
c83db737ec
|
Fix problems found during packing of files
|
2015-09-19 17:26:48 -04:00 |
|
Davide P. Cervone
|
2557ccedae
|
Update version number to 2.6-beta for beta release
|
2015-09-19 10:08:08 -04:00 |
|
Davide P. Cervone
|
358e79765c
|
Added support for \mathchoice now that the old CommonHTML is named PreviewHTML.
|
2015-09-18 15:58:50 -04:00 |
|
Davide P. Cervone
|
245b847abc
|
Merge pull request #1267 from mathjax/fix_separator_bug
Fixes the menu bug introduced by giving separators a role.
|
2015-09-17 06:13:56 -04:00 |
|
zorkow
|
90f77e33a5
|
Fixes the menu bug introduced by giving separators a role.
|
2015-09-16 11:31:56 +01:00 |
|
Davide P. Cervone
|
dd2ba79883
|
Change dialog close button text to be more specific
|
2015-09-15 08:27:42 -04:00 |
|
Davide P. Cervone
|
45817c1519
|
merge branch 'develop' into more-menu (fix conflicts with Volker's changes)
|
2015-09-14 07:27:21 -04:00 |
|
Davide P. Cervone
|
980091128a
|
Merge pull request #1265 from mathjax/add_more_aria
Add some more ARIA
|
2015-09-14 07:20:48 -04:00 |
|
Davide P. Cervone
|
00af8c161e
|
Use isEdge for MSEdge detection
|
2015-09-14 06:57:01 -04:00 |
|
zorkow
|
7c870b6d93
|
Cleaned code.
|
2015-09-14 11:55:50 +01:00 |
|
Davide P. Cervone
|
6a7fe67146
|
Merge branch 'develop' into issue1250. (Bring in detect-edge changes)
|
2015-09-14 06:55:05 -04:00 |
|
zorkow
|
3b099e971a
|
Fixes labelling for close buttons.
|
2015-09-14 02:03:21 +01:00 |
|
zorkow
|
e3a62c0dfe
|
Fixes the menu role.
|
2015-09-14 01:43:57 +01:00 |
|
zorkow
|
3e190fc5f4
|
Adds additional aria elements for the menu items.
|
2015-09-14 01:28:13 +01:00 |
|