Davide P. Cervone
|
38ccfc4cbe
|
One more place tht unEm should not have been used.
|
2012-08-24 06:53:28 -04:00 |
|
Davide P. Cervone
|
3e0f993d7f
|
Put back parseFloat in one place that unEm() was incorrectly used.
|
2012-08-23 09:07:10 -04:00 |
|
Davide P. Cervone
|
17738b2bcd
|
Merge branch 'issue254' into develop
|
2012-08-23 09:03:50 -04:00 |
|
Davide P. Cervone
|
cba02baaba
|
Merge branch 'issue237' into develop
|
2012-08-22 17:55:14 -04:00 |
|
Davide P. Cervone
|
b5931896a5
|
All browsers seem to need the zeroWidthBug fix, so remove check and assume true. Should fix Fred's latest problem with issue #237.
|
2012-08-22 12:08:41 -04:00 |
|
Davide P. Cervone
|
6e4f6f00cd
|
Merge branch 'issue267' into develop
|
2012-08-22 09:39:38 -04:00 |
|
Davide P. Cervone
|
87c8d378e5
|
Force final math span to have width in pixels, which makes it work if a minimum font size is set. Resolves issue #254.
|
2012-08-22 09:02:47 -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
|
1f23972b00
|
Force final math span to be remeasured so that we are sure the container is the right size. Resolves issue #272.
|
2012-08-22 06:54:48 -04:00 |
|
Davide P. Cervone
|
34fa4ad062
|
Merge branch 'issue237' into develop
|
2012-08-22 06:26:12 -04:00 |
|
Davide P. Cervone
|
0573683989
|
Merge branch 'issue294' into develop
|
2012-08-22 06:24:28 -04:00 |
|
Davide P. Cervone
|
905cf229eb
|
Make an HTMLCSS.unEm() function to undo HTMLCSS.Em(), and use that rather than parseFloat() so that the code is not dependent on the use of em's but could be converted to px, for example, if that helps some spacing issues.
|
2012-08-21 19:52:19 -04:00 |
|
Davide P. Cervone
|
1db983a31b
|
Add missing svg parameter to SVGhandleSpace() in SVG output for mmultiscripts. Resolves issue #294.
|
2012-08-21 19:47:50 -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
|
b12c2bd77c
|
Fix misplaced \vec arrows in Opera (and IE). Resolves issue #237.
|
2012-08-20 16:15:11 -04:00 |
|
Davide P. Cervone
|
f47dbc4cc0
|
Merge branch 'issue119' into develop
|
2012-08-20 10:13:25 -04:00 |
|
Davide P. Cervone
|
91df5dae5b
|
Combine multiple primes into single unicode characters. Issue #216.
|
2012-08-20 09:05:57 -04:00 |
|
Davide P. Cervone
|
c1097dc29c
|
Merge branch 'issue213' into develop
|
2012-08-20 08:49:35 -04:00 |
|
Davide P. Cervone
|
e325cf9acf
|
Merge branch 'issue229' into develop
|
2012-08-20 08:49:18 -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
|
939c1dc034
|
Bump version, repack, and recombine previous commit. Issue #213.
|
2012-08-19 09:12:06 -04:00 |
|
Davide P. Cervone
|
085ecf46b2
|
Bump version, pack and recombine previous commit
|
2012-08-19 09:04:07 -04:00 |
|
Davide P. Cervone
|
98b39eca90
|
For stretchy characters that don't have a single-character version in the MathJax fonts, make sure they are properly sized when not stretched or stretched to a small size. Also, make vertical ones stand on the baseline, and improve spacing of some stretchy chars. Resolves issue #213.
|
2012-08-19 08:08:15 -04:00 |
|
Davide P. Cervone
|
9fe3f9eb15
|
Merge branch 'issue226' into develop
|
2012-08-18 19:33:33 -04:00 |
|
Davide P. Cervone
|
1fc8929667
|
Repack and recombine (missed a packing somewhere along the line). Fixes the problem Fred reports with tests using packed versions.
|
2012-08-18 08:43:44 -04:00 |
|
Davide P. Cervone
|
4f722d050f
|
Make mtextFontInherit use the style and weight indicated in the math, so that \textbf and \textit will work properly. Resolves issue #226.
|
2012-08-17 19:35:50 -04:00 |
|
Davide P. Cervone
|
f8e3f3557f
|
Use variant form for more primes in SVG output (match HTML-CSS output). Resolves problem identified by Fred in issue #268.
|
2012-08-17 10:35:46 -04:00 |
|
Davide P. Cervone
|
c8b9755caf
|
Fix for problem reported by Fred in issue #278.
|
2012-08-16 14:18:09 -04:00 |
|
Davide P. Cervone
|
332dad309c
|
Merge 'issue268' into develop
|
2012-08-16 11:39:47 -04:00 |
|
Davide P. Cervone
|
b40ca8cde4
|
Make the changes to font handling to SVG (just like HTML-CSS) so that ′ will be displayed better in AsciiMath output.
|
2012-08-16 11:35:14 -04:00 |
|
Davide P. Cervone
|
d914f42563
|
Merge branch 'issue244' into develop
|
2012-08-16 09:20:17 -04:00 |
|
Davide P. Cervone
|
8709200381
|
Merge 'issue234' into develop
|
2012-08-16 09:19:34 -04:00 |
|
Davide P. Cervone
|
bb7f76158c
|
Bump version number and recombine after prevous pull from Fred
|
2012-08-16 09:12:23 -04:00 |
|
Frédéric Wang
|
1120b713a4
|
Merge branch 'develop' into issue214
Conflicts:
jax/output/NativeMML/jax.js
|
2012-08-16 14:48:07 +02:00 |
|
Davide P. Cervone
|
c5de4397a4
|
Merge 'issue209' into develop
|
2012-08-15 15:52:40 -04:00 |
|
Davide P. Cervone
|
888140d34d
|
Properly handle the scale configuration parameter. (Resolves issue #244.)
|
2012-08-15 14:59:12 -04:00 |
|
Davide P. Cervone
|
a51c306dc1
|
Be sure to keep initial + when converting em's to mu's. Resolves issue #285.
|
2012-08-15 12:58:45 -04:00 |
|
Davide P. Cervone
|
26fb134eea
|
Merge branch 'issue219' into develop
|
2012-08-15 11:03:48 -04:00 |
|
Davide P. Cervone
|
46f2941d5a
|
Merge branch 'issue230' into 'develop'
|
2012-08-15 11:03:01 -04:00 |
|
Davide P. Cervone
|
f71f84e35b
|
Merge branch 'issue242' into 'develop'
|
2012-08-15 11:00:52 -04:00 |
|
Davide P. Cervone
|
e86153d59b
|
Merge branch 'issue263' into 'develop'
|
2012-08-15 10:57:52 -04:00 |
|
Davide P. Cervone
|
eb2afc8dec
|
Merge branch 'issue268' into 'develop'
|
2012-08-15 10:54:32 -04:00 |
|
Davide P. Cervone
|
0a65cac0a1
|
Merge branch 'issue274' into develop
|
2012-08-15 10:51:34 -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
|
2932430f34
|
Fixed problem where \\ with whitespace followed by [ would incorrectly be interpretted as \\[dimen]. Resolves issue #230.
|
2012-08-14 17:04:31 -04:00 |
|
Davide P. Cervone
|
e2cb0b7042
|
Fix problem with SVG handling of \liminf and \limsup. Resolves issue #219.
|
2012-08-14 16:50:50 -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 |
|