Davide P. Cervone
|
06235f4cb5
|
Merge remote-tracking branch 'fred/issue410' into develop
Resolves issue #410
|
2013-03-20 16:19:01 -04:00 |
|
Davide P. Cervone
|
0efe5e6f2c
|
Merge branch 'issue383' into develop
Resolves issue #383
|
2013-03-20 14:00:11 -04:00 |
|
Davide P. Cervone
|
3a5a0a6910
|
Remove commented code and add comment for change to Ex(). Issue #383.
|
2013-03-20 13:58:48 -04:00 |
|
Davide P. Cervone
|
7f5097436b
|
Merge remote-tracking branch 'fred/issue362' into develop
Resolves issue #362
|
2013-03-20 13:54:29 -04:00 |
|
Davide P. Cervone
|
e9b5b59de0
|
Merge branch 'issue352' into develop. Resolves issue #352.
|
2013-03-20 13:51:57 -04:00 |
|
Davide P. Cervone
|
1702034cd8
|
Merge branch 'issue351' into develop
Resolves issue #351
|
2013-03-20 13:46:12 -04:00 |
|
Davide P. Cervone
|
e6ba42a94a
|
Merge branch 'issue412' into develop
Resolves issue #412.
|
2013-03-20 13:40:52 -04:00 |
|
Davide P. Cervone
|
73d7791820
|
Merge branch 'issue414' into develop
|
2013-03-20 13:40:04 -04:00 |
|
Davide P. Cervone
|
0724a8ea06
|
Bump version number and add comments referring to issue #414.
|
2013-03-20 09:26:08 -04:00 |
|
Davide P. Cervone
|
45be328809
|
Merge branch 'issue413' into develop
|
2013-03-20 09:13:22 -04:00 |
|
Davide P. Cervone
|
fd38b7a891
|
Bump version number and add comment referencing issue #412.
|
2013-03-20 09:05:20 -04:00 |
|
Davide P. Cervone
|
990e3c6007
|
Don't scale line thickness for menclose (so lines won't disapear in scripts). Resolves issue #414.
|
2013-03-19 11:45:23 -04:00 |
|
Davide P. Cervone
|
4a024c2984
|
Wait for SVG to set the fontDir value before setting up the loadhooks or calling loadCompete. This allows fontdata.js to be included in combined configuration files. Resolves issue #413.
|
2013-03-18 19:09:54 -04:00 |
|
Davide P. Cervone
|
477e7e96d5
|
Call setTeXclass on toolips (makes sure they will format properly when rendered). Resolves issue #412.
|
2013-03-18 19:00:20 -04:00 |
|
Frédéric Wang
|
eeb63895ae
|
Fix Math Processing Error with ApplyFunction (issue 410)
|
2013-03-14 13:37:33 +01:00 |
|
Davide P. Cervone
|
fc7aa04a44
|
Merge remote-tracking branch 'fred/issue361' into develop
Resolves issue #361.
|
2013-02-12 09:32:49 -05:00 |
|
Davide P. Cervone
|
02c0e043c6
|
Merge remote-tracking branch 'fred/issue392' into develop.
Resolves issue #392.
|
2013-02-12 08:26:28 -05:00 |
|
Frédéric Wang
|
aeefb6cf5b
|
Save SVG data for an empty mtable. Fix issue392.
|
2013-02-11 15:46:16 +01:00 |
|
Davide P. Cervone
|
caa965d23d
|
Add a pixel extra around the SVG image to accommodate antialiasing pixels. Also, try to work around truncation versus rounding issue in Chrome for ex-sizes (may not work well in other browsers, though). Addresses issue #383.
|
2013-01-31 15:39:21 -05:00 |
|
Frédéric Wang
|
07c5ee1121
|
Rename AsciiMath config option "decimal" to "decimalsign".
|
2013-01-31 16:35:09 +01:00 |
|
Frédéric Wang
|
b58c14b557
|
Replace "decimal" by "decimalsign" in AsciiMath input jax. Fix issue 384.
|
2013-01-31 10:54:54 +01:00 |
|
Frédéric Wang
|
9ae9306264
|
Scan mmultiscripts children to find the first element with a spanID, as suggested by Davide.
|
2013-01-28 08:36:00 +01:00 |
|
Frédéric Wang
|
24f7626290
|
change the order again in menclose.js
|
2013-01-15 17:19:02 +01:00 |
|
Frédéric Wang
|
a84763522d
|
mmultiscripts: take into account the <none/> case (probably need a better selection of sscale)
|
2012-12-26 19:41:10 +01:00 |
|
Frédéric Wang
|
d3be78023d
|
Fix Math Processing Error for msubsup/msub/msup element.
|
2012-12-26 15:27:55 +01:00 |
|
Frédéric Wang
|
ec105af431
|
mmultiscripts/menclose: ensure that HTMLgetScale is not called before HTMLcreateSpan. Fix Math Processing errors described in issue 362.
|
2012-12-25 15:46:35 +01:00 |
|
Frédéric Wang
|
d8b99effa0
|
Follow suggestions from Davide's review comment.
|
2012-12-22 21:30:14 +01:00 |
|
Frédéric Wang
|
96dc4b2b2a
|
make toMathML.js handle non-BMP characters properly. Fix issue 361.
|
2012-12-20 17:41:40 +01:00 |
|
Davide P. Cervone
|
07a557324b
|
Bump versions, repack, and recombine previous commit.
|
2012-11-27 14:42:07 -05:00 |
|
Davide P. Cervone
|
f8d4215519
|
Try to find the document body in case document.body isn't set yet (this does seem to happen sometimes).
|
2012-11-27 14:40:22 -05:00 |
|
Davide P. Cervone
|
9f1f495fb7
|
Use hasOwnProperty() when checking file specification object (prevents problems when Object.prototype has been modified). Resolves issue #352.
|
2012-11-27 14:36:53 -05:00 |
|
Davide P. Cervone
|
081204f317
|
Bump versions, repack, and recombine previous commit
|
2012-11-27 14:34:46 -05:00 |
|
Davide P. Cervone
|
d2bbe75499
|
Allow preview to be just a plain string (rather than requiring [string]).
|
2012-11-27 14:25:32 -05:00 |
|
Davide P. Cervone
|
6ef9fb6d87
|
Make tool tips appear above zoom boxes (resolves issue #351).
|
2012-11-27 14:19:48 -05:00 |
|
Davide P. Cervone
|
ef86d63009
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into develop
|
2012-10-17 17:53:59 -04:00 |
|
Davide P. Cervone
|
e0273d1704
|
Fix problem with OS X Lion STIX font fix being applied to all platforms when Chrome is used.
|
2012-10-17 17:52:58 -04:00 |
|
Davide P. Cervone
|
669f9c223d
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into develop
|
2012-10-03 19:14:14 -04:00 |
|
Davide P. Cervone
|
5263c5e21c
|
Repack and recombine previous two commits
|
2012-10-03 06:23:02 -04:00 |
|
Davide P. Cervone
|
b1abd818bd
|
Fix problem with adding widths when child node is empty that causes linebreaking to produce math processing errors. (Reported by StackExchange community.)
|
2012-10-03 06:22:19 -04:00 |
|
Davide P. Cervone
|
235c5dc40b
|
Fix problem with table frames in IE with zero-height tables. Also fix problem with HTMLboxChild when child is is empty and the container doesn't have a bbox. Resolves issues found by Fred's test framework.
|
2012-10-03 06:20:57 -04:00 |
|
Davide P. Cervone
|
ca34855b25
|
Fix a problem with SVG linebreaking where the lines would get farther and farther apart when there are multiple breaks within an equation.
|
2012-10-01 16:56:20 -04:00 |
|
Davide P. Cervone
|
bcf7ad1807
|
Fix use of wront in-line delimiters in example file. Fixes issue #326.
|
2012-09-30 17:48:37 -04:00 |
|
Davide P. Cervone
|
c9f18c7cdb
|
Merge branch 'v2.1-latest' into develop
|
2012-09-30 10:30:55 -04:00 |
|
Davide P. Cervone
|
bf490b00de
|
Merge branch 'issue324' into v2.1-latest
|
2012-09-30 10:27:45 -04:00 |
|
Davide P. Cervone
|
5921c8cb84
|
Make IE9 and IE10 use SVG for menclose rather than SVG (when in a document mode that supports it). Resolves issue #324.
|
2012-09-29 15:54:22 -04:00 |
|
Davide P. Cervone
|
bb25a0207d
|
Don't check script src if it is null. Resolves issue #322.
|
2012-09-29 15:23:05 -04:00 |
|
Davide P. Cervone
|
e7b29726b6
|
Merge branch 'issue317' into develop
|
2012-09-29 15:06:36 -04:00 |
|
Davide P. Cervone
|
7347b532c7
|
Fix link to docs.mathjax.org rather than readthedocs
|
2012-09-25 05:49:34 -04:00 |
|
Davide P. Cervone
|
bc9fd85172
|
Removed comments that were used for testing purposes but were left in accidentally.
|
2012-09-25 05:24:00 -04:00 |
|
Davide P. Cervone
|
45a05f8bae
|
Merge branch 'v2.1-latest' into develop
|
2012-09-24 21:37:23 -04:00 |
|