Davide P. Cervone
|
4e3977082d
|
Remove fonts from default VARIANT values, which where causing -smallOP to no inherit the normal fonts; this caused \int in STIX (and other fonts) not to be found, and so default to unknown character bboxes. Resolves issue #820.
|
2014-05-22 19:43:30 -04:00 |
|
Davide P. Cervone
|
71f731cbbb
|
Trap error reading cookies. Resolves issue #821.
|
2014-05-22 18:10:35 -04:00 |
|
Davide P. Cervone
|
b84f7772f4
|
Fix zoom box sizes for tagged equations in HTML-CSS and NativeMML output. Issue #824.
|
2014-05-22 18:04:59 -04:00 |
|
Davide P. Cervone
|
ae3197913b
|
Merge branch 'issue815' into v2.4-beta. Issue #815.
|
2014-05-22 15:28:22 -04:00 |
|
Davide P. Cervone
|
6c244ce4dd
|
Merge branch 'issue811' into v2.4-beta. Issue #811.
|
2014-05-22 15:27:44 -04:00 |
|
Davide P. Cervone
|
11e4ba5101
|
Make glyph data be part of BBOX.GLYPH, and make sure that resets don't increment the counter for local <defs> elements.
|
2014-05-22 13:14:29 -04:00 |
|
Davide P. Cervone
|
b2ce6ef0a0
|
Make fallback parser clear itself after use, so there isn't an extra <math> element left over at the end (typsetting again causes problems).
|
2014-05-17 13:48:44 -04:00 |
|
Davide P. Cervone
|
3c98ab81dd
|
Change where ID is modified so that the cache properly accounts for it.
|
2014-05-17 13:47:58 -04:00 |
|
Christian Perfect
|
0e0444ec3f
|
Merge remote-tracking branch 'mathjax/develop' into ctop
Conflicts:
unpacked/extensions/MathML/content-mathml.js
|
2014-05-16 14:18:39 +01:00 |
|
Christian Perfect
|
82dc8af1ae
|
content-mathml: make it compatible with IE8; code style fixes
|
2014-05-16 14:15:53 +01:00 |
|
Davide P. Cervone
|
2a11309edd
|
Add options useFontCache and useGlobalCache to control use of <use> elements. Also add Fixed() method to make shorter values for scale and viewport.
|
2014-05-14 14:30:28 -04:00 |
|
Davide P. Cervone
|
267a9a90eb
|
Use width and height attributes rather than styles.
|
2014-05-14 09:30:05 -04:00 |
|
Davide P. Cervone
|
2c3a5f0b79
|
Apparently, node.js uses uppercase nodeName, so use toLowerCase() to change it.
|
2014-05-14 09:29:09 -04:00 |
|
Davide P. Cervone
|
18e0b76b17
|
Set cache-breaking revision number.
|
2014-05-13 20:34:05 -04:00 |
|
Davide P. Cervone
|
5538982def
|
Remove space around accent operators (resolves issue #815).
|
2014-05-12 15:47:01 -04:00 |
|
Davide P. Cervone
|
713d536a68
|
Handle spacing for AMS alignments better (0 space between columns, but add space to left of operators.
|
2014-05-12 15:43:50 -04:00 |
|
Davide P. Cervone
|
16d0cfeb5d
|
Update copyrights.
|
2014-05-08 09:08:25 -04:00 |
|
Davide P. Cervone
|
48f6c06df4
|
More repacking and recombining (the jax.js files didn't get updated, since they don't have dates that were changed)
|
2014-05-07 18:59:00 -04:00 |
|
Davide P. Cervone
|
3b3cbeece4
|
Repack and recombine
|
2014-05-07 17:16:20 -04:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
1424afb792
|
Fix up variable issues identified by packer
|
2014-05-07 16:01:13 -04:00 |
|
Davide P. Cervone
|
ad0d7760f0
|
Improve handling of removal of for IE in AlignBox
|
2014-05-07 05:29:31 -04:00 |
|
Davide P. Cervone
|
214a230504
|
Make sure svg is defined before using its width
|
2014-05-06 07:00:29 -04:00 |
|
Davide P. Cervone
|
3ebb153763
|
Ignore mathsize for non-token elements when figuring scales.
|
2014-05-05 11:18:44 -04:00 |
|
Davide P. Cervone
|
ab3a7e429f
|
Always use start marker in IE (fixes sizes of background colors, see mphantom color test).
|
2014-05-05 11:06:10 -04:00 |
|
Davide P. Cervone
|
0b4ee45777
|
Remove when msiePlaceBoxBug is in effect
|
2014-05-05 09:14:49 -04:00 |
|
Davide P. Cervone
|
085c80054c
|
Add option to not show MathPlayer alert (helps with testsuite)
|
2014-05-05 07:55:16 -04:00 |
|
Davide P. Cervone
|
49ede41339
|
Handle MSIE padding bug properly when linebreaking mmultiscripts and when adding nulldelimiterspace wround fractions.
|
2014-05-04 17:46:34 -04:00 |
|
Davide P. Cervone
|
db87f413bb
|
Avoid IE10 compatibility mode (which says v7.0) but documentMode = 9 problem with transformNode() call.
|
2014-05-04 15:52:53 -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
|
09ce98092b
|
Move generic font and fontdata to main jax object so that we are sure to have one (it will be overwritten when the actual font data are loaded).
|
2014-05-04 15:24:49 -04:00 |
|
Davide P. Cervone
|
81cec74252
|
Fix scaling problem with mpadded.
|
2014-05-04 15:23:50 -04:00 |
|
Christian Perfect
|
c17c4e6dfa
|
content-mathml extension: load config from MathJax.Hub.Config
Config is loaded from `MathML.content-mathml`, and extends the CToP.settings object.
|
2014-05-02 15:44:58 +01:00 |
|
Christian Perfect
|
86a6c173cf
|
Content-MathML extension: update CToP.js
from mathjax/ctop
|
2014-05-02 14:52:35 +01:00 |
|
Davide P. Cervone
|
061fe3488b
|
Fix \enclose{}[arrow=1]{} to add updiagonalarrow.
|
2014-04-27 09:02:01 -04:00 |
|
Davide P. Cervone
|
462be1eaeb
|
Make sure that <mo> with minsize or maxsize set are stretched.
|
2014-04-25 17:31:11 -04:00 |
|
Davide P. Cervone
|
7f509db1b5
|
Remove extra space in width (Firefox doesn't process it correctly).
|
2014-04-25 12:32:58 -04:00 |
|
Christian Perfect
|
e6a1aed03a
|
copy ctop.js into the content-mathml extension
Developed in mathjax/ctop. Uses the MathML jax's DOMfilterHooks to manipulate MathML elements before they're parsed into the internal format.
|
2014-04-25 16:47:20 +01:00 |
|
Davide P. Cervone
|
75ffd88dc1
|
Add DOMfilterHooks to MathML input jax.
|
2014-04-25 11:22:23 -04:00 |
|
Davide P. Cervone
|
bf9f704e20
|
Merge branch 'issue799' into develop. Issue #799.
|
2014-04-25 09:12:13 -04:00 |
|
Davide P. Cervone
|
a9d11e1b92
|
Combine ctop.xsl and mml3mml2.xsl into one, but remove svg tranformation for summation. Issue #799.
|
2014-04-24 21:10:38 -04:00 |
|
Davide P. Cervone
|
c6d73f4689
|
Fix several loading issues with localization files (don't add menu div until files are loaded, and properly handle empty callbacks in loadDomain).
|
2014-04-22 12:31:03 -04:00 |
|
Davide P. Cervone
|
833b69cd2c
|
Merge branch 'issue735' into develop. Issue #735.
|
2014-04-22 08:16:29 -04:00 |
|
Davide P. Cervone
|
e1a43b6996
|
Updated language names. Issue #753.
|
2014-04-22 08:13:16 -04:00 |
|
Davide P. Cervone
|
2470972f99
|
Merge pull request #797 from pkra/issue753
localization update for v2.4. Issue #753.
|
2014-04-22 07:55:19 -04:00 |
|
Peter Krautzberger
|
6ce23c819e
|
localization update for v2.4
|
2014-04-22 12:45:38 +02:00 |
|
Davide P. Cervone
|
3837d8db0e
|
Make Chrome > 32.0 get bold-italic correctly. Issue #735.
|
2014-04-22 06:30:55 -04:00 |
|
Davide P. Cervone
|
6d6cb37923
|
Merge branch 'issue763' into develop. Issue #763.
|
2014-04-21 19:24:19 -04:00 |
|
Davide P. Cervone
|
21282b683f
|
Merge branch 'issue794' into develop. Issue #794.
|
2014-04-21 19:23:38 -04:00 |
|
Davide P. Cervone
|
5d75c5d627
|
Merge branch 'issue353' into develop. Issue #353.
|
2014-04-21 19:20:45 -04:00 |
|