Davide P. Cervone
|
fd38b7a891
|
Bump version number and add comment referencing issue #412.
|
2013-03-20 09:05:20 -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 |
|
Davide P. Cervone
|
fc7aa04a44
|
Merge remote-tracking branch 'fred/issue361' into develop
Resolves issue #361.
|
2013-02-12 09:32:49 -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
aa5829849f
|
Update version numbers to v2.1
|
2012-09-24 21:06:28 -04:00 |
|
Davide P. Cervone
|
173911d606
|
Make About box show 'woff or otf' when otf fonts are used (since both are requested).
|
2012-09-24 20:46:43 -04:00 |
|
Davide P. Cervone
|
beff612f53
|
Use web-fonts by default for unknown browsers. Addresses issue #317.
|
2012-09-24 20:19:11 -04:00 |
|
Davide P. Cervone
|
be28147f2d
|
Merge branch 'issue233' into develop
|
2012-09-11 08:46:24 -04:00 |
|
Davide P. Cervone
|
8ef21276b4
|
Merge issue 'issue296' into develop
|
2012-09-10 19:14:49 -04:00 |
|
Davide P. Cervone
|
8d0b6f5189
|
Merge branch 'issue305' into develop
|
2012-09-10 19:12:39 -04:00 |
|
Davide P. Cervone
|
278d7f2e12
|
Merge branch 'issue309' into develop
|
2012-09-10 19:10:39 -04:00 |
|
Davide P. Cervone
|
544f16042a
|
Bump version number and repack previous commit
|
2012-09-09 07:05:38 -04:00 |
|
Davide P. Cervone
|
af2ae01e9b
|
Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296
|
2012-09-09 07:04:19 -04:00 |
|
Davide P. Cervone
|
9025855ce2
|
Merge branch 'issue310' into develop
|
2012-09-09 06:56:22 -04:00 |
|
Davide P. Cervone
|
1abbc73414
|
Merge branch 'issue236' into develop
|
2012-09-09 06:51:47 -04:00 |
|
Davide P. Cervone
|
064e053140
|
Fix problem with potential infinite loop when an mspace is an embellished operator that causes a linebreak to occur. Also fix alignment problem in msubsup where svg.y wasn't taken into account (after a removeable group is removed). Might need similar treatment in moverunder and perhaps others as well. Issue #305.
|
2012-09-09 00:19:35 -04:00 |
|
Davide P. Cervone
|
0ed7629df9
|
Fix an undeclared variable (notices by the packer).
|
2012-09-08 21:32:24 -04:00 |
|
Davide P. Cervone
|
5d69614718
|
Allow linebreaks within the base of msubsup to work so that the super and subscripts stay with the last line of the base. Resolves issue #235.
|
2012-09-08 21:29:29 -04:00 |
|
Davide P. Cervone
|
983dd18b69
|
Allow negative dimensions for \\[] but clip to 0 since this isn't really allowed in MathML. I will need to figure out something better for the future, but for now this will prevent the error message. Issue #236.
|
2012-09-08 15:31:07 -04:00 |
|
Davide P. Cervone
|
23c8dcc8d3
|
Delay sizing and positioning of Show Source window to give WebKit time to get the dimensions worked out. Also make sure we don't use negative width or height (which I think was the problem with Chrome). Resolves issues #245 and #221.
|
2012-09-08 14:27:03 -04:00 |
|
Davide P. Cervone
|
27d3b1ea80
|
Force Opera to redraw zoomed expressions in SVG output. Resolves issue #309.
|
2012-09-08 11:14:06 -04:00 |
|
Davide P. Cervone
|
0ed5d463e5
|
Merge branch 'issue217' into develop
|
2012-09-08 10:36:30 -04:00 |
|
Davide P. Cervone
|
0ad314bdf6
|
Bump version and repack previous commit
|
2012-09-08 10:29:42 -04:00 |
|
Davide P. Cervone
|
18dd75657c
|
Use bold-italic font rather than italic for bold-script when STIX fonts are used. Resolves issue #310.
|
2012-09-08 10:28:51 -04:00 |
|
Davide P. Cervone
|
d9e019b790
|
Merge branch 'issue297' into develop
|
2012-09-06 11:10:50 -04:00 |
|
Davide P. Cervone
|
38c2f569f9
|
Merge branch 'issue239' into develop
|
2012-09-06 10:13:11 -04:00 |
|
Davide P. Cervone
|
7ea6ce84b1
|
Merge branch 'issue304' into develop
|
2012-09-06 10:08:01 -04:00 |
|
Davide P. Cervone
|
b1c41f4107
|
Merge branch 'issue308' into develop
|
2012-09-06 10:04:33 -04:00 |
|
Davide P. Cervone
|
c7e80eca6f
|
Work around Chrome bug with MathJax web fonts that affects some combining characters. Add support for spacing characters (and in particular, negative spacing) to make that easier to do. Resolves issue #239.
|
2012-09-04 16:34:26 -04:00 |
|
Davide P. Cervone
|
bf680988b9
|
Merge branch 'develop' into IE10
|
2012-09-04 09:33:06 -04:00 |
|
Davide P. Cervone
|
a30d9067fe
|
Handle positioning to a hash URL when the link is to an element within SVG output. Resolves remainder of issue #297.
|
2012-09-04 08:53:20 -04:00 |
|
Davide P. Cervone
|
7aedaa973f
|
Fix processing error when rowalign has a bad value. Fixes problem reported by Fred in issue #304.
|
2012-09-04 07:28:33 -04:00 |
|
Davide P. Cervone
|
574e060463
|
Use MathJax message area rather than window status line for mactaion with actiontype='statusline' to avoid security restrictions in some browsers. Resolves issue #308.
|
2012-09-04 06:20:26 -04:00 |
|
Davide P. Cervone
|
0772d97a6a
|
Merge branch 'issue210' into develop
|
2012-09-04 06:08:15 -04:00 |
|