Davide P. Cervone
|
93a2905024
|
Fix SVG's mpadded container to not be removable, since the size no longer corresponds to the contents
|
2012-02-06 13:39:49 -05:00 |
|
Davide P. Cervone
|
fc4ce3748f
|
Adjust for extra pixels above and below (now that they are added to the SVG object), and remove font-size CSS since it is handled in the scaling of the text by hand.
|
2012-02-05 19:23:35 -05:00 |
|
Davide P. Cervone
|
3c18798e50
|
Fix a spacing problem in SVG output introduced by the previous commit.
|
2012-02-05 14:11:11 -05:00 |
|
Davide P. Cervone
|
ef50282a32
|
Fix a problem with the vertical size of mspace when it has a background color. Don't add colored backgrounds for semantics elements.
|
2012-02-05 13:21:03 -05:00 |
|
Davide P. Cervone
|
2a3608ee37
|
Make EqnChunk smaller for mobile devices, and implement the chunk delay (inadvertantly left out)
|
2012-01-30 16:58:11 -05:00 |
|
Davide P. Cervone
|
b651ab1857
|
Fix positioning when <mroot> is missing its second argument
|
2012-01-26 19:57:10 -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
|
6456a50e52
|
Allow SVG jax to laod without crashing in IE8 and below (but still get math processing errors). At least this doesn't need the timeout delay waiting for loadComplete() to be called.
|
2012-01-23 11:01:11 -05:00 |
|
Davide P. Cervone
|
b02429e1ad
|
Have MathJax.js set up MathPlayer if it can (since delaying that is what causes crashes). Also make preview be hidden to prevent screen readers from seeing them once the math is typeset.
|
2012-01-22 17:40:46 -05:00 |
|
Davide P. Cervone
|
0410bdc8ac
|
Remap bold combined negations to uncombioned pairs when they aren't in the web fonts
|
2012-01-18 12:27:42 -05:00 |
|
Davide P. Cervone
|
682fe27d7e
|
Remap letter-like symbols to the variants where they exist in teh web fonts
|
2012-01-16 17:17:39 -05:00 |
|
Davide P. Cervone
|
9a092fe68b
|
Modify accents to use better characters in some circumstances (basically the right arrow at the moment)
|
2012-01-15 15:26:36 -05:00 |
|
Davide P. Cervone
|
db55f22ba7
|
Handle pseudo-scripts better (don't translate <mo>'s that aren't in superscripts, and do translate the ones that are)
|
2012-01-14 20:30:13 -05:00 |
|
Davide P. Cervone
|
65892262ac
|
Move remapping of <mo> contents to output jax, so that the original MathML is left unchanged
|
2012-01-14 16:33:43 -05:00 |
|
Davide P. Cervone
|
9763b5754f
|
Handle \not better (produce proper unicode points for negated characters, when possible, use \u0338 when possible, and do \mathrel{\rlap{/}} otherwise). Add remappings to convert unavailable combinations back to combining characters for web-based fonts (this also makes it possible to handle double and tripple prime unicode code points).
|
2012-01-14 15:05:47 -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
|
266360e9d2
|
Don't combine mathvariant and fontstyle or fontweight (Fred pointed out this isn't supposed to happen)
|
2012-01-12 18:54:57 -05:00 |
|
Davide P. Cervone
|
af2cd3476f
|
Update \unicode to work with SVG, and to better handle fonts and sizes. Also fix HTML-CSS font size when fontfamily is specified
|
2012-01-12 17:20:21 -05:00 |
|
Davide P. Cervone
|
15c89cace0
|
Add undefined character signal to SVG jax
|
2012-01-09 15:22:12 -05:00 |
|
Davide P. Cervone
|
bc3b7adca6
|
Make \it use MathJax_Main-Italic rather than MathJax_Math-italic, and don't do math italic correction (so spacing is correct for text) (SVG)
|
2011-11-20 18:55:46 -05:00 |
|
Davide P. Cervone
|
fd692e25f0
|
Properly handle skew character for accents in SVG output
|
2011-11-18 22:26:49 -05:00 |
|
Davide P. Cervone
|
4553cce005
|
Make SVG output work with discoverability better
|
2011-11-18 10:11:38 -05:00 |
|
Davide P. Cervone
|
257a11d0e2
|
Better handling oc italic correction (not just in msubsup and munderover)
|
2011-11-15 14:57:28 -05:00 |
|
Davide P. Cervone
|
54863d1138
|
Handle italic correction better, and fake the value for mi and mo, since we don't currently have the data in the font data files
|
2011-11-13 17:06:52 -05:00 |
|
Davide P. Cervone
|
7762d3323d
|
Handle href's better, particularly when on the <math> element
|
2011-11-10 07:45:55 -05:00 |
|
Davide P. Cervone
|
246a809ce5
|
Support additional styles, and use the styles object for colors and fontsize rather than setting the attributes directly (so they don't get copied to the MathML output for example)
|
2011-11-09 22:03:11 -05:00 |
|
Davide P. Cervone
|
f7116a61ac
|
Use HTML.Element rather than SVG.Element to make test span. Also, use HUB and HTML variables when possible rather than MathJax.Hub and MathJax.HTML
|
2011-11-07 16:04:26 -05:00 |
|
Davide P. Cervone
|
5394ea5b68
|
Fix a problem with combining character when they are used as accents (e.g., \vec)
|
2011-11-05 15:23:41 -04:00 |
|
Davide P. Cervone
|
4f14fbb301
|
Uncommented code that was taken out for debugging purposes (and that causes inline math to have a linebreak before it -- argh!). Sorry about that.
|
2011-11-05 07:30:26 -04:00 |
|
Davide P. Cervone
|
4a68934cd4
|
Fix linewidth computation so it respects floating elements on either side
|
2011-11-04 21:58:33 -04:00 |
|
Davide P. Cervone
|
d76580a422
|
Add a configuration flag that causes the underlying MathML structure to be retained in the SVG output, with element classes used to mark the corresponding elements (this allows some CSS control of the results, but also produces more complicated SVG trees)
|
2011-11-04 21:47:15 -04:00 |
|
Davide P. Cervone
|
8ca97d2f39
|
Add new SVG output jax
|
2011-11-04 20:16:13 -04:00 |
|