Davide P. Cervone
|
69a57f4da4
|
Make displaystyle and scriptlevel be forced only if they are in the list of default properties. Resolves issue #912 better than before.
|
2014-10-12 16:57:18 -04:00 |
|
Davide P. Cervone
|
e0a81d5f7c
|
Force displaystyle and scriptstyle to be included in toMathML output, since the defaults for these are complicated. Resolves issue #912.
|
2014-09-11 13:53:49 -04:00 |
|
Davide P. Cervone
|
89c6f10cea
|
Use \bigg or \big for the delimiters for \binom and other such constructs, rather than stretchy delimiters, as is done in TeX. Resolves isue #776.
|
2014-08-22 11:47:04 -04:00 |
|
Davide P. Cervone
|
b33ed4c54b
|
Update use of RegExp.$n to account for Firefoxs change from empty string to undefined for unmatched groups. Resolves issue #891.
|
2014-08-19 13:35:11 -04:00 |
|
Davide P. Cervone
|
5391986006
|
Allow \newenvironment to provide an optional argument. Issue #881
|
2014-08-18 13:46:43 -04:00 |
|
Peter Krautzberger
|
682bc7969e
|
fixes #863 -- math.cloneNode should be set to true
|
2014-07-10 12:47:30 +02:00 |
|
Davide P. Cervone
|
1a895e2a7c
|
Update version numbers, repack, and recombine
|
2014-06-12 05:53:13 -04:00 |
|
Davide P. Cervone
|
3a8afa4dcb
|
Add support for semantics annotations to toMathML, and use a menu item to control it.
|
2014-05-29 15:37:59 -04:00 |
|
Davide P. Cervone
|
713d536a68
|
Handle spacing for AMS alignments better (0 space between columns, but add space to left of operators.
|
2014-05-12 15:43:50 -04:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
1424afb792
|
Fix up variable issues identified by packer
|
2014-05-07 16:01:13 -04:00 |
|
Davide P. Cervone
|
db87f413bb
|
Avoid IE10 compatibility mode (which says v7.0) but documentMode = 9 problem with transformNode() call.
|
2014-05-04 15:52:53 -04:00 |
|
Davide P. Cervone
|
061fe3488b
|
Fix \enclose{}[arrow=1]{} to add updiagonalarrow.
|
2014-04-27 09:02:01 -04:00 |
|
Davide P. Cervone
|
a9d11e1b92
|
Combine ctop.xsl and mml3mml2.xsl into one, but remove svg tranformation for summation. Issue #799.
|
2014-04-24 21:10:38 -04:00 |
|
Davide P. Cervone
|
c6d73f4689
|
Fix several loading issues with localization files (don't add menu div until files are loaded, and properly handle empty callbacks in loadDomain).
|
2014-04-22 12:31:03 -04:00 |
|
Davide P. Cervone
|
25bab8f05c
|
Make \newenvironment perform the end substitution BEFORE testing if \end matches the corresponding \begin. This allows \newcommand to use \begin and \end in the substititions. Resolves issue #793.
|
2014-04-20 14:45:54 -04:00 |
|
Davide P. Cervone
|
1e8ae72201
|
Merge branch 'zoom-fix' into develop. Issues #749, #460, #423.
|
2014-04-11 07:56:49 -04:00 |
|
Davide P. Cervone
|
0c083deb4f
|
Merge branch 'issue777' into develop. Issue #777.
|
2014-04-11 07:56:05 -04:00 |
|
Davide P. Cervone
|
d2620501da
|
Get border size properly in IE < 10.
|
2014-04-11 07:36:40 -04:00 |
|
Davide P. Cervone
|
f8ad843365
|
Avoid warning about deprecated event.returnValue.
|
2014-04-10 22:49:49 -04:00 |
|
Davide P. Cervone
|
46ba400ad6
|
Work around WebKit bug with SVG sizes. Resolves issue #749.
|
2014-04-10 22:45:35 -04:00 |
|
Davide P. Cervone
|
4c2f7ac7c9
|
Handle resizing better (it flickered when shrinking windows), and take original size into account when changing visibility.
|
2014-04-10 20:10:28 -04:00 |
|
Davide P. Cervone
|
26775b9520
|
Make zoom box fit inside closest parent with overflow clipping (if any). Also make the clicable background fit the area properly (it is restricted to that parent element).
|
2014-04-10 06:40:47 -04:00 |
|
Davide P. Cervone
|
432f5eba69
|
Move submenus to the left for RTL languages, and make menus open to the left as well. Resolves issue #777.
|
2014-04-09 17:23:03 -04:00 |
|
Davide P. Cervone
|
982d9f92f7
|
Merge remote-tracking branch 'dpvc/issue691' into develop. Issue #691.
|
2014-03-20 05:49:37 -04:00 |
|
Davide P. Cervone
|
86388a5965
|
Clear \label even if there is no \tag or equation number. Resolves issue #691.
|
2014-03-19 12:32:48 -04:00 |
|
Davide P. Cervone
|
6b93c17d9c
|
Update version of ctop.xsl used in content-mathml extension. Issue #692.
|
2014-03-19 09:38:35 -04:00 |
|
Davide P. Cervone
|
63bbb8f28c
|
Add cache-breaking values (when needed) for all javascript, font, and image files loaded from the CDN. Cache-breaking can be controlled on a file-by-file or global basis. Resolves issue #751.
|
2014-03-14 10:48:13 -04:00 |
|
Davide P. Cervone
|
d553f18625
|
Merge branch 'issue576' into develop. Issue #576.
|
2014-02-22 08:33:41 -05:00 |
|
Davide P. Cervone
|
e67c01ca0b
|
Merge branch 'issue376' into develop. Issue #376.
|
2014-02-21 10:53:07 -05:00 |
|
Davide P. Cervone
|
dfcc8ca0f7
|
Merge branch 'issue738' into develop. Issue #7348.
|
2014-02-21 10:52:43 -05:00 |
|
Davide P. Cervone
|
f38dc200fc
|
Make annotation NOT be a token element, by adding a new isChars flag to force its contents to be a chars node rather than an mtext node (which is why it was labelled isToken originally). Resolves issue #376.
|
2014-02-20 15:38:14 -05:00 |
|
Davide P. Cervone
|
8ed9207668
|
Don't use MathJax_MSIE_Frame for those vesions of IE that suppor position:fixed (7 and above, as it turns out). Resolves issue #738.
|
2014-02-20 14:29:31 -05:00 |
|
Davide P. Cervone
|
3118eeb9d7
|
Compress close and menu images, and only pre-load menu arrow when discoverability is requested. Resolves issue #734.
|
2014-02-20 12:59:28 -05:00 |
|
Davide P. Cervone
|
9bed669135
|
Merge branch 'issue240' into develop. Issue #240.
|
2014-02-17 11:28:30 -05:00 |
|
Davide P. Cervone
|
a5f09d01f6
|
Fix string character reference to work with IE7. Resolves issue #624.
|
2014-02-15 17:49:16 -05:00 |
|
Davide P. Cervone
|
2927bbfc34
|
Merge branch 'issue470' into develop. Issue #470.
|
2014-02-15 12:38:21 -05:00 |
|
Davide P. Cervone
|
6d6eccead0
|
Keep track of ID's uses on the page, and make unique ones if there are repeats. Resolves issue #240.
|
2014-02-15 11:15:07 -05:00 |
|
Davide P. Cervone
|
59c351a143
|
Improve layout for CD environment. HTML and SVG is improved; NativeMML is better, but still has some problems. Issue #470.
|
2014-02-15 08:21:03 -05:00 |
|
Davide P. Cervone
|
c5e1e43f1c
|
Skip _moz-math-* attributes in Firefox. Resolves issue #328 for now.
|
2014-02-14 14:29:41 -05:00 |
|
Davide P. Cervone
|
cba90fb584
|
Fix use of limits in operatorname and DeclareMathOperator. Resolves issue #739.
|
2014-02-13 07:22:41 -05:00 |
|
Davide P. Cervone
|
d26490a4db
|
Merge branch 'issue389' into develop. Issue #389.
|
2014-02-10 08:43:41 -05:00 |
|
Davide P. Cervone
|
dd59bcff82
|
Correct condition for skipping empty braces.
|
2014-02-10 08:43:18 -05:00 |
|
Davide P. Cervone
|
61f671710e
|
Make routine to skip initial spaces, and have it also skip empty braces. Issue #389.
|
2014-02-09 06:20:23 -05:00 |
|
Davide P. Cervone
|
5b1655a2fe
|
Treat initial <mo> of split and multline (and other related environments) as infix (but remove initial space). Not sure this exactly matches LaTeX, but is closer than current behavior. Resolves issue #389.
|
2014-02-09 05:52:24 -05:00 |
|
Davide P. Cervone
|
c7be71b554
|
Put checking for screenX into try...catch for IE8 (grr). Resolves issue #348.
|
2014-02-08 15:55:21 -05:00 |
|
Davide P. Cervone
|
7bd8f9edb4
|
Fix use if for...in to avoid problems with elements added to Array.prototype. Resolves issue #667
|
2014-02-06 14:17:04 -05:00 |
|
Davide P. Cervone
|
2c5ecf6303
|
Make sure measuring spans are removed from all elements (including the ones that were changed). Resolves second half of issue #576.
|
2014-02-06 11:54:26 -05:00 |
|
Davide P. Cervone
|
d4fe0fdac2
|
Push math nodes onto mathArray individually to avoid problem in IE < 9 where push.apply doesn't work on a nodeList. Also, avoid duplicate elements in the array by checking for namespace prefixes. This needs to work for both HTML and XHTML. Resolves issue #672.
|
2013-11-21 08:49:43 -05:00 |
|
Frédéric Wang
|
0b753f67ad
|
MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. #656
|
2013-11-05 16:10:04 +01:00 |
|