Commit Graph

1481 Commits

Author SHA1 Message Date
Davide P. Cervone
8599abbc4c Mark the postTranslate call that does chunk updates as a partial one 2013-10-07 07:30:57 -04:00
Davide P. Cervone
81ed447228 Add the MatchWebFonts.js extension file 2013-10-07 06:52:19 -04:00
Davide P. Cervone
2755cbd037 Make web font loop into an extension (first draft) 2013-10-05 08:21:53 -04:00
Davide P. Cervone
c9766d4da8 Remove debugging message 2013-10-02 06:27:28 -04:00
Davide P. Cervone
a012354f38 Add support for matching web fonts in HTML-CSS. Change the names of the paramters that control it in NativeMML (so both have the same names). Add a global matchWebFonts option to control whether to do the loop to check for web fonts (off by default). Resolves more of issue #558. 2013-09-29 19:44:15 -04:00
Davide P. Cervone
c777547f97 Add a loop to check for font changes due to web fonts either in the math or the surrounding font. Resolves issue #558. 2013-09-29 16:23:42 -04:00
Davide P. Cervone
c05ab62ecc Add config option for matching font heights in NativeMML and HTML-CSS output (can't do it for SVG, since we aren't using native fonts) 2013-09-29 08:51:49 -04:00
Davide P. Cervone
bbf543a840 Add some comments, and clear the list of DOM elements once we are done with it. 2013-09-23 21:19:04 -04:00
Davide P. Cervone
ed932ec458 Properly handle the width of math and mtd elements by explicitly setting the width from the child mrow (works around FF bug that gets these widths wrong). Resolves issue #558. 2013-09-23 20:56:25 -04:00
Davide P. Cervone
02261ae99f Merge remote-tracking branch 'dpvc/issue485' into develop
REsolves issue #485.
2013-07-31 15:03:47 -04:00
Davide P. Cervone
930c0a707b Merge remote-tracking branch 'dpvc/issue486' into develop
Resolves issue #486.
2013-07-31 15:03:29 -04:00
Frédéric Wang
30cb4b3961 Remove debug logging. Address review comment of issue #485. 2013-06-12 16:11:30 +02:00
Frédéric Wang
1cc5064462 Avoid accessing data[0] with under/over scripts and mlabeledtr too. Address review command of issue #486. 2013-06-12 16:06:56 +02:00
Davide P. Cervone
2b1948f252 Force cases environment to use textstyle rather than displaystyle. Resolves issue #485. 2013-05-29 12:32:01 -04:00
Davide P. Cervone
681405debc Avoid accessing data[0] when not defined. Resolves issue #486. 2013-05-29 11:56:41 -04:00
Davide P. Cervone
55b5803d0a Add Italian to language menu, and add a missing comma. 2013-05-26 10:09:29 -04:00
Davide P. Cervone
7ee798cb17 Merge pull request #11 from nivit/master
Add Italian localization files
2013-05-26 07:03:23 -07:00
Davide P. Cervone
1065cbba06 Fixed typo (reported by Fred). 2013-05-26 06:12:37 -04:00
Nicola Vitale
8772e0d31a Use Unicode for letters with accent 2013-05-25 22:34:19 +02:00
Nicola Vitale
90d4062096 Renamed en.js to it.js 2013-05-25 22:16:15 +02:00
Nicola Vitale
f8757d29f3 Merge remote-tracking branch 'upstream/master' 2013-05-25 22:06:19 +02:00
Nicola Vitale
2bffa71e20 Translated to Italian 2013-05-25 22:04:47 +02:00
Davide P. Cervone
3d293ad2c2 Merge remote-tracking branch 'mathjax/v2.2-latest' into develop 2013-05-22 15:17:17 -04:00
Davide P. Cervone
6ba3072b74 Merge branch 'v2.2-latest' 2013-05-22 15:15:27 -04:00
Davide P. Cervone
727332c5b0 Repack and recombine previous commits 2013-05-22 15:10:10 -04:00
Davide P. Cervone
12bb8ef92a Merge remote-tracking branch 'dpvc/issue468' into v2.2-latest
Resolves issue #468
2013-05-22 15:08:22 -04:00
Davide P. Cervone
b9863ce6ec Merge remote-tracking branch 'dpvc/issue475' into v2.2-latest
Resolves issue #475
2013-05-22 15:07:37 -04:00
Davide P. Cervone
4e01303dee Rename mfenced() to fenced() since the mrow is not really equivalent (the mo's are forced to have stretchy=true). Resolves Fred's concerns for issue #475 for now. 2013-05-22 14:03:38 -04:00
Davide P. Cervone
bf14e19cf9 Bump version number for previous commit. 2013-05-21 19:54:36 -04:00
Davide P. Cervone
a147a9ac32 Make sure mfenced delimiters are stretchy. Resolves issue #475. 2013-05-21 19:53:28 -04:00
Davide P. Cervone
2cbb068d9f Make stretchy characters contribute to height/depth of the proper row (was using the wrong index). Resolves issue #468. 2013-05-21 19:45:36 -04:00
Nicola Vitale
a43a4af8ae Add source files for Italian localization 2013-05-19 00:50:37 +02:00
Davide P. Cervone
298db2d804 Merge branch 'master' of https://github.com/mathjax/MathJax into develop 2013-05-17 06:08:54 -04:00
Davide P. Cervone
90cd96cd53 Add README-branch to make v2.2-latest appear as a separate line in the network viewer 2013-05-17 05:56:34 -04:00
Davide P. Cervone
94e5077f73 Remove -beta fro version number (argh) 2013-05-17 05:55:36 -04:00
Davide P. Cervone
7125fb2740 Merge remote-tracking branch 'mathjax/master' into develop 2013-05-16 20:02:38 -04:00
Davide P. Cervone
b7adf88beb Merge branch 'v2.2-beta'
This brings master up to date for v2.2-latest.
2013-05-16 19:18:24 -04:00
Davide P. Cervone
13d423bf46 Merge branch 'v2.2-beta' of https://github.com/dpvc/MathJax into v2.2-beta 2013-05-15 11:43:55 -04:00
Davide P. Cervone
f0a497e444 Merge branch 'v2.2-beta' into develop 2013-05-15 11:43:15 -04:00
Davide P. Cervone
272bf40f5d Repack previous commit 2013-05-15 11:41:37 -04:00
Davide P. Cervone
f2183fead5 Add missing filtering for MathML href, src, and altimg attributes. Resolves issue #465. 2013-05-15 11:41:13 -04:00
Davide P. Cervone
a4c5c9a8e6 Merge branch 'v2.2-beta' of https://github.com/dpvc/MathJax into v2.2-beta 2013-05-14 15:12:20 -04:00
Davide P. Cervone
23d0d6753e Merge branch 'v2.2-beta' into develop 2013-05-14 15:11:42 -04:00
Davide P. Cervone
1076b8eb5f Repack and recombine previous commit 2013-05-14 15:11:15 -04:00
Davide P. Cervone
6dad7d5a9e Merge branch 'safe-patch' into v2.2-beta 2013-05-14 14:54:38 -04:00
Davide P. Cervone
c654c55d46 Merge branch 'v2.2-beta' into develop 2013-05-14 06:06:38 -04:00
Davide P. Cervone
ff041bed4f Merge remote-tracking branch 'dpvc/v2.2-beta' into v2.2-beta 2013-05-14 06:04:11 -04:00
Davide P. Cervone
c8dc3a20f7 Repack last commit 2013-05-14 06:01:52 -04:00
Davide P. Cervone
154f1cdfbc Add copyright notice for David Carlisle to content-mathml 2013-05-14 06:01:30 -04:00
Davide P. Cervone
6509ac3bc2 Repack and recombine previous commit 2013-05-13 20:13:22 -04:00