Davide P. Cervone
|
1a895e2a7c
|
Update version numbers, repack, and recombine
|
2014-06-12 05:53:13 -04:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
1e9dcb81f8
|
Mark functions that are turned into TEXCLASS.OP so that spacing can be improved for things that look like \left...\right.
|
2014-05-04 15:27:39 -04: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
|
f6bc6fa129
|
Make \\left...\\right be of TeX class INNER. Resolves issue #746.
|
2014-02-19 19:17:28 -05:00 |
|
Davide P. Cervone
|
641d6698e8
|
Make mfenced match mrow+mo form, and make U+2223 and U+2225 stretchy in pre- and postfix positions (to match Firefox). Resolves issue #478.
|
2014-02-11 10:36:02 -05:00 |
|
Davide P. Cervone
|
e1b0093946
|
Merge branch 'issue469' into develop. Issue #469.
|
2014-02-10 08:34:25 -05:00 |
|
Davide P. Cervone
|
eb0cae8612
|
Fixed default value for mo@symmetric. Resolves issue #469.
|
2014-02-08 14:26:25 -05:00 |
|
Davide P. Cervone
|
2c2e2135b5
|
Add phasorangle notation to menclosed. Resolves issue#561.
|
2014-02-08 13:58:31 -05:00 |
|
Frédéric Wang
|
1ca86fbc6b
|
Remove extra comma. #627
|
2013-10-22 10:11:58 +02:00 |
|
Frédéric Wang
|
b73eafd431
|
Bump version numbers. #534
|
2013-10-21 13:58:46 +02:00 |
|
Frédéric Wang
|
3fee31b7e4
|
Address review comments #627
|
2013-10-21 10:04:39 +02:00 |
|
Frédéric Wang
|
932b7e8f7c
|
Experimental Bidi branch. #474, #/610, #627
|
2013-10-18 10:04:47 +02:00 |
|
Frédéric Wang
|
17508905a7
|
Fix issues reported by Davide. #357
|
2013-08-07 14:14:31 +02:00 |
|
Frédéric Wang
|
1cf685a3a2
|
Merge branch 'develop' of github.com:mathjax/MathJax into issue357
|
2013-08-05 17:33:55 +02:00 |
|
Frédéric Wang
|
bc9443b252
|
Expose some annotations to the Show Math As menu. Fix issue #357.
|
2013-06-03 17:12:11 +02:00 |
|
Frédéric Wang
|
cc34c39def
|
Replace nonstandard MJX-arrow class by an "updiagonalarrow" menclose notation. Fix issue #481.
|
2013-05-30 12:17:19 +02:00 |
|
Davide P. Cervone
|
f966b736a3
|
Part of the fix for issue #373 caused ref-test failures. This fixes that regression.
|
2013-05-03 09:45:51 -04:00 |
|
Davide P. Cervone
|
e724a2559c
|
I have made the style change and noInheritAttribute change requested in pull #433.
|
2013-05-01 15:42:46 -04:00 |
|
Davide P. Cervone
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -04:00 |
|
Davide P. Cervone
|
7db3195c0b
|
Merge branch 'issue373' into develop
Resolves issue #373.
|
2013-05-01 09:05:19 -04:00 |
|
Davide P. Cervone
|
9394d32571
|
Handle empty child nodes better.
|
2013-04-30 15:24:59 -04:00 |
|
Davide P. Cervone
|
6b43f76e6b
|
Avoid infinite loops in \mathchoice Get() calls. Resolves problems reported in issue #373.
|
2013-04-30 10:34:42 -04:00 |
|
Frédéric Wang
|
8803b00446
|
Ignore linebreak attribute on mspace when dimensional attributes are set. Fix issue #388.
|
2013-03-25 16:57:05 +01:00 |
|
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
|
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 |
|
Frédéric Wang
|
eeb63895ae
|
Fix Math Processing Error with ApplyFunction (issue 410)
|
2013-03-14 13:37:33 +01:00 |
|
Davide P. Cervone
|
aa5829849f
|
Update version numbers to v2.1
|
2012-09-24 21:06:28 -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
|
e3943746e9
|
Merge branch 'issue119' into develop
|
2012-08-28 15:26:51 -04:00 |
|
Davide P. Cervone
|
c38e683321
|
Fix TeXatom to properly handle Core, CoreMO, and isEmbellished calls, and fix CoreParent to include TeXAtom properly. This fixes a problem with \vec not producing the correct character for \vec{\mathbf{B}} for example. Issue #119.
|
2012-08-24 10:15:35 -04:00 |
|
Davide P. Cervone
|
6e4f6f00cd
|
Merge branch 'issue267' into develop
|
2012-08-22 09:39:38 -04:00 |
|
Davide P. Cervone
|
f8ae50f4e6
|
Handle U+2061 better (after making previous node an OP, skip the <mo> containing the U+2061). Resolves Fred's new comments in issue #267.
|
2012-08-22 08:52:59 -04:00 |
|
Davide P. Cervone
|
55f735c65f
|
Merge branch 'issue267' into develop
|
2012-08-21 10:41:48 -04:00 |
|
Davide P. Cervone
|
3558241ca7
|
Don't be so aggressive about turning <mi> into texClass OP. Change back if followed by BIN or REL, and change anything to OP if followed by U+2061.
|
2012-08-20 19:08:26 -04:00 |
|
Davide P. Cervone
|
81ce9ec446
|
Merge 'issue249' into develop
|
2012-08-20 08:41:57 -04:00 |
|
Davide P. Cervone
|
e25d84d30f
|
Make <mi> with more than one letter have tex class OP rather than ORD so it will space as a function. This takes care fo things like sin and cos, and should not interfer with other uses like variables with multi-character names. Resolves issue # 267.
|
2012-08-19 14:53:07 -04:00 |
|
Davide P. Cervone
|
9340a02d72
|
Prevent align attribute on mtable from applying to mover/munder/munderover elements. Resolves issue #249
|
2012-08-19 09:28:24 -04:00 |
|
Davide P. Cervone
|
f71f84e35b
|
Merge branch 'issue242' into 'develop'
|
2012-08-15 11:00:52 -04:00 |
|
Davide P. Cervone
|
1a09ec5ef1
|
Make sure 'embellished' function names propagate their texClass. Resolves issue #263.
|
2012-08-14 17:25:42 -04:00 |
|
Davide P. Cervone
|
8ff5b925d8
|
Fix setTeXclass for TeXatom so that it handles the spacing for relations correctly. Resolves issue #242.
|
2012-08-14 15:52:38 -04:00 |
|
Davide P. Cervone
|
9f1656df09
|
Bump version numbers and make packed/combined files for last two commits
|
2012-08-14 08:41:44 -04:00 |
|
Davide P. Cervone
|
cd20355729
|
Remove unneeded reference to iNode (same line appears several lines below)
|
2012-08-14 08:03:43 -04:00 |
|
Davide P. Cervone
|
49e7bc5e9e
|
Handle mode='display' attribute on math elements properly, now that is has been moved to a separate attr property internally
|
2012-02-07 09:59:36 -05:00 |
|
Davide P. Cervone
|
0d2d066b37
|
Make \ulcorner, etc. use more approprate unicode positions, and remap those positions to the locations in the MathJax_AMS fonts.
|
2012-02-01 16:15:30 -05:00 |
|
Davide P. Cervone
|
02909ecba4
|
Update copyright dates and set version numbers to 2.0; repack and recombine
|
2012-01-25 09:23:45 -05:00 |
|
Davide P. Cervone
|
2a9287b06a
|
Fix texClass for <mo> elements that should be class OP, and make ^ and + be stretchy accents in infix mode
|
2012-01-16 15:44:02 -05:00 |
|
Davide P. Cervone
|
bb35eb004c
|
Add full support for unicode planes 1 through 10 (both in \unicode{}, as input, and in HTML-CSS and SVG output)
|
2012-01-13 12:29:44 -05:00 |
|
Davide P. Cervone
|
52755c4c3d
|
Merge SVG branch into v2.0-candidate (no need to continue to keep them separated)
|
2012-01-12 07:39:53 -05:00 |
|