Davide P. Cervone
|
4a4a15a4d2
|
Fix SVG fontdata for stretchy characters in the fontdata-extras file. Resolves issue #1421.
|
2016-06-16 10:27:48 -04:00 |
|
Davide P. Cervone
|
913dcb5601
|
Remap U+007C to variant form, and vice-versa. Resolves issue #1154
|
2016-06-16 09:51:17 -04:00 |
|
Davide P. Cervone
|
61f57ed631
|
Fix stretch data for U+222B (integral) in STIX-Web data for HTML-CSS and SVG, and add it so local STIX data. Resolves issue #1092.
|
2016-06-16 08:58:49 -04:00 |
|
Davide P. Cervone
|
947d1556ea
|
Make left arrow use combining left arrow for accents (consistent with right arrow).
|
2016-06-14 13:50:38 -04:00 |
|
Davide P. Cervone
|
abb7084ae9
|
Merge pull request #1479 from dpvc/issue1478
Properly determine container widths. Resolves issue #1478.
|
2016-06-08 07:32:15 -04:00 |
|
Davide P. Cervone
|
fb5505cf8a
|
Merge pull request #1507 from dpvc/mglyph-src
Don't add a 'src' attribute (<image> uses href, not src)
|
2016-06-08 06:56:39 -04:00 |
|
Davide P. Cervone
|
559102f017
|
Remove unneeded parentheses. #1478
|
2016-06-08 06:40:20 -04:00 |
|
Davide P. Cervone
|
02cfa458d8
|
Don't add a 'src' attribute (<image> uses href, not src)
|
2016-06-07 10:06:18 -04:00 |
|
Davide P. Cervone
|
acbb444141
|
Make rowlines='' and rowlines=' ' be rowlines='none'. Resolives issue #1004.
|
2016-06-07 06:46:13 -04:00 |
|
Davide P. Cervone
|
0d192ebf70
|
Make getJaxForMath() work even during chunking. Resolves issue mathjax/MathJax-RespEq#119.
|
2016-06-06 07:41:18 -04:00 |
|
Davide P. Cervone
|
67bca32380
|
Properly determine container width for shrink-wrapped elements, and try to handle the problem with full-width equations being too wide when the ex-size isn't measured accurately enough. Issue #1478.
|
2016-05-17 15:52:50 -04:00 |
|
Davide P. Cervone
|
ce4982f34b
|
Merge pull request #1454 from dpvc/issue831
Use full location URL for xlink references in SVG <use> elements. Resolves issue #831.
|
2016-05-17 11:22:57 -04:00 |
|
Davide P. Cervone
|
e14a8516d7
|
Make Volker's suggested change. Issue #831.
|
2016-05-11 20:39:42 -04:00 |
|
Davide P. Cervone
|
ba600e8f35
|
Merge pull request #1458 from dpvc/issue1422
Fix problem with container width in SVG when math is scaled. Resolves issue #1422.
|
2016-05-11 17:12:58 -04:00 |
|
Davide P. Cervone
|
b7385f44d2
|
Fix problem with container width in SVG when math is scaled. Resolves issue #1422.
|
2016-04-29 10:32:23 -04:00 |
|
Davide P. Cervone
|
fc1d3d49f0
|
Remove previous output that is marked by MathJax_Processed as well as MathJax_Processing. Also could have allowed proper output in issue #1384, though it woud have replaced all the math on the page.
|
2016-04-08 16:17:15 -04:00 |
|
Davide P. Cervone
|
3473ccb613
|
Use full location URL for xlink references in SVG <use> elements when the page includes a <base> element. Resolves issue #831.
|
2016-02-22 16:58:06 +01:00 |
|
Davide P. Cervone
|
11b5897959
|
Update version numbers of changed files
|
2016-02-07 15:34:12 -05:00 |
|
Davide P. Cervone
|
d1a569c905
|
Add jax parameter to getTabOrder() so that, if overridden, you can identify the jax (and it asociated script).
|
2016-02-06 10:35:31 -05:00 |
|
zorkow
|
a1bfe0afcf
|
Adds configuration for excluding MathJax elements from tab order.
|
2016-02-06 09:26:29 -05:00 |
|
Davide P. Cervone
|
dc450d6bc7
|
Handle movablelimits on TeXAtom elements. Resolves issue #1197.
|
2016-01-24 18:26:50 -05:00 |
|
Davide P. Cervone
|
ba0de5c8a0
|
Update version numbers to 2.6.0
|
2015-12-29 09:36:52 -05:00 |
|
Davide P. Cervone
|
f1b4a178c0
|
Fix multiply defined var's as discovered by yuicompressor.
|
2015-12-14 11:35:57 -05:00 |
|
Davide P. Cervone
|
a1460f8993
|
Update version numbers for 2.6.0-beta.2
|
2015-12-14 10:14:34 -05:00 |
|
Davide P. Cervone
|
2307a753b2
|
Fix problem with mtext losing initial spacing when the mtext containe only one printable character. Issue #1316.
|
2015-12-02 14:58:53 -05:00 |
|
Davide P. Cervone
|
4c85dc09b9
|
Make mactions nest properly in SVG output
|
2015-10-17 06:01:15 -04:00 |
|
Davide P. Cervone
|
2557ccedae
|
Update version number to 2.6-beta for beta release
|
2015-09-19 10:08:08 -04:00 |
|
Davide P. Cervone
|
45817c1519
|
merge branch 'develop' into more-menu (fix conflicts with Volker's changes)
|
2015-09-14 07:27:21 -04:00 |
|
Davide P. Cervone
|
3fa5b2d2ad
|
Don't let svg element be focusable in IE.
|
2015-09-12 17:33:56 -04:00 |
|
Davide P. Cervone
|
3a15f83059
|
Adjust role for SVG output and put aria-label on the SVG element rather than the enclosing span; add role and aria-label to CHTML output. Resolves issue #1192.
|
2015-09-11 10:44:50 -04:00 |
|
zorkow
|
d3a4535ec8
|
Merge branch 'develop' into integrate_keyboard_events
|
2015-09-04 15:00:59 +01:00 |
|
zorkow
|
94b0d7d1ee
|
Merge branch 'develop' into integrate_keyboard_events
Conflicts:
unpacked/jax/output/CommonHTML/jax.js
|
2015-09-01 18:30:46 +01:00 |
|
Davide P. Cervone
|
bc360cd262
|
Make sure primes are taken from the correct variant font (now that we have more than one to work with). Resolves issue #1251
|
2015-09-01 08:02:02 -04:00 |
|
zorkow
|
189d4a8a81
|
Adds tabbing and menu key event for for all renderers.
|
2015-08-29 01:02:33 +01:00 |
|
Davide P. Cervone
|
8d4a15abc1
|
Fix problems with indentAlign='right'.
|
2015-08-26 17:17:55 -04:00 |
|
Davide P. Cervone
|
d0e4e1b8f5
|
Handle explicit width correctly for tables in SVG (don't remove extra column spacing)
|
2015-08-26 08:47:42 -04:00 |
|
Davide P. Cervone
|
b06c7a5f20
|
Make sure transform is non-null to avoid problems when it is appended later.
|
2015-08-26 06:23:04 -04:00 |
|
Davide P. Cervone
|
463c88e4be
|
Don't use monospace for MS, and use smart quotes, like CommonHTML.
|
2015-08-25 15:14:48 -04:00 |
|
Davide P. Cervone
|
5210dbd4c7
|
Merge branch 'issue1233' into develop. Issue #1233.
|
2015-08-11 08:36:45 -04:00 |
|
Davide P. Cervone
|
3f4c47b4d7
|
Make maligngroup and malignmark be self-closing in MathML input, and make them produce no output in SVG mode. Resolves issue #1233.
|
2015-08-09 15:07:42 -04:00 |
|
Davide P. Cervone
|
9b6a1ae723
|
Change blacker to 1 since browsers now seem to handle that pretty well. Resolves issue #994.
|
2015-08-05 14:50:33 -04:00 |
|
Davide P. Cervone
|
ca53ebdd73
|
More fixes for #1188 to prevent empty object problems
|
2015-07-20 15:18:46 -04:00 |
|
Davide P. Cervone
|
d613dabd8e
|
Treat missing super- or subscript as <none/> when not properly paired in multiscripts. Resolves issue #1188.
|
2015-07-20 15:06:37 -04:00 |
|
Davide P. Cervone
|
b9e428e2cf
|
Don't allow labels to overlap the equations in SVG mode. Resolves issue #596. Some situations still may not be optimal.
|
2015-07-11 16:23:17 -04:00 |
|
Davide P. Cervone
|
e3f1a68bbe
|
Make sure that paths with scale() transforms retain the scaling when they are translated. Issue #1176 and mathjax/MathJax-node#93.
|
2015-04-28 18:26:49 -04:00 |
|
Davide P. Cervone
|
6b73beacd5
|
Merge branch 'issue995' into develop. Issue #955.
|
2015-04-21 16:48:22 -04:00 |
|
Davide P. Cervone
|
d4b1fa042a
|
Merge branch 'issue1072' into develop. Issue #1072.
|
2015-04-21 16:45:12 -04:00 |
|
Davide P. Cervone
|
0fb87f3dea
|
Right-justify prescripts in mmultiscript elements. Resolves issue #1072.
|
2015-04-15 19:55:23 -04:00 |
|
Davide P. Cervone
|
be57176825
|
Add arc/fown/smile as horizontal stretchy delimiters. Issue #928.
|
2015-04-15 11:17:22 -04:00 |
|
Davide P. Cervone
|
c5b2aa2515
|
Round height and depth of final SVG element to pixel size in order to try to get the baseline right. Resolves issue #995 (I hope).
|
2015-04-10 16:30:30 -04:00 |
|