Davide P. Cervone
|
73d7791820
|
Merge branch 'issue414' into develop
|
2013-03-20 13:40:04 -04:00 |
|
Frédéric Wang
|
95c01baaa1
|
Fix Core and CoreMO functions for TeXmathchoice.
|
2013-03-20 16:03:26 +01: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 |
|
Frédéric Wang
|
f0aea1669d
|
Use UA string sniffing for isFirefox ; check for "Mobile" to include FirefoxOS among Mobile platforms.
|
2013-03-08 10:37:52 +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 |
|
Frédéric Wang
|
d0b024243b
|
Better construct empty frames when maction@selection is invalid
|
2013-02-11 14:29:09 +01:00 |
|
Frédéric Wang
|
4fefa49080
|
Do not display maction when the selection is out of range. Fix issue 365.
|
2013-02-08 16:32:24 +01:00 |
|
Frédéric Wang
|
65c9b8234e
|
Better handle mathvariant for unknown/invalid values or values not supported by generic fonts.
|
2013-02-06 18:10:33 +01:00 |
|
Frédéric Wang
|
b9e919499b
|
Add a HTMLCSS.maxStretchyParts property.
|
2013-02-06 14:29:26 +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
|
b7bf3be64e
|
workaround for issue366: limit the number of repetition to build stretchy chars in HTML-CSS
|
2012-12-26 12:23:21 +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
|
c52a35e7a2
|
Bump versions, repack, and recombine previous commit
|
2012-11-27 14:43:34 -05: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
|
86c5f1bb56
|
Make \big and its relatives use script or scriptscript fonts (although size is still absolute, as it is in TeX) so that it balances the text weight in scripts. Resolves issue #350.
|
2012-11-27 14:21:54 -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
|
9207aa2841
|
Remove branch file README file (it's supposed to make the branch be separate from master)
|
2012-10-28 18:28:36 -04:00 |
|
Davide P. Cervone
|
e843094650
|
Merge branch 'v2.1-latest'
|
2012-10-28 18:24:20 -04:00 |
|
Davide P. Cervone
|
cd6be82f13
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into v2.1-latest
|
2012-10-17 17:54:40 -04: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
|
ec8b2cfe62
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into v2.1-latest
|
2012-10-03 19:13:19 -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
|
f3fe1c0be0
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into v2.1-latest
|
2012-10-01 16:57:09 -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
|
a6ce8e0c7b
|
Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into v2.1-latest
|
2012-09-30 17:50:27 -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 |
|