Davide P. Cervone
|
9bed669135
|
Merge branch 'issue240' into develop. Issue #240.
|
2014-02-17 11:28:30 -05:00 |
|
Davide P. Cervone
|
a5f09d01f6
|
Fix string character reference to work with IE7. Resolves issue #624.
|
2014-02-15 17:49:16 -05:00 |
|
Davide P. Cervone
|
6d6eccead0
|
Keep track of ID's uses on the page, and make unique ones if there are repeats. Resolves issue #240.
|
2014-02-15 11:15:07 -05:00 |
|
Davide P. Cervone
|
59c351a143
|
Improve layout for CD environment. HTML and SVG is improved; NativeMML is better, but still has some problems. Issue #470.
|
2014-02-15 08:21:03 -05:00 |
|
Davide P. Cervone
|
cba90fb584
|
Fix use of limits in operatorname and DeclareMathOperator. Resolves issue #739.
|
2014-02-13 07:22:41 -05:00 |
|
Davide P. Cervone
|
dd59bcff82
|
Correct condition for skipping empty braces.
|
2014-02-10 08:43:18 -05:00 |
|
Davide P. Cervone
|
61f671710e
|
Make routine to skip initial spaces, and have it also skip empty braces. Issue #389.
|
2014-02-09 06:20:23 -05:00 |
|
Davide P. Cervone
|
5b1655a2fe
|
Treat initial <mo> of split and multline (and other related environments) as infix (but remove initial space). Not sure this exactly matches LaTeX, but is closer than current behavior. Resolves issue #389.
|
2014-02-09 05:52:24 -05:00 |
|
Davide P. Cervone
|
7bd8f9edb4
|
Fix use if for...in to avoid problems with elements added to Array.prototype. Resolves issue #667
|
2014-02-06 14:17:04 -05:00 |
|
Frédéric Wang
|
b73eafd431
|
Bump version numbers. #534
|
2013-10-21 13:58:46 +02:00 |
|
Frédéric Wang
|
d2fed27a29
|
Move FONTDATA from boldsymbol.js to jax/output for STIX and TeX fonts. #612
|
2013-10-18 14:13:58 +02:00 |
|
Frédéric Wang
|
ba0fd27250
|
Merge pull request #606 from dpvc/issue604
Make sure TeXmathchoice saves the SVG data for its core. Resolves issue...
|
2013-10-11 01:15:44 -07:00 |
|
Davide P. Cervone
|
a632d331b1
|
Make sure TeXmathchoice saves the SVG data for its core. Resolves issue #604.
|
2013-10-09 21:47:36 -04:00 |
|
Frédéric Wang
|
f42ac43cd4
|
Fix more localization errors and update the test/localization.html accordingly ; Also force all menu items to display in the test. #529
|
2013-08-08 10:32:51 +02:00 |
|
Frédéric Wang
|
96f16e1868
|
Address review comments for issue #481.
|
2013-05-31 09:14:47 +02:00 |
|
Frédéric Wang
|
cc34c39def
|
Replace nonstandard MJX-arrow class by an "updiagonalarrow" menclose notation. Fix issue #481.
|
2013-05-30 12:17:19 +02: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
|
6e9199efa1
|
Add formatting headers to all hand-edited files.
|
2013-05-01 14:49:11 -04:00 |
|
Davide P. Cervone
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -04:00 |
|
Davide P. Cervone
|
7db3195c0b
|
Merge branch 'issue373' into develop
Resolves issue #373.
|
2013-05-01 09:05:19 -04:00 |
|
Davide P. Cervone
|
609d6ca8fc
|
Fix mathchoice Core() (should go to selected element, not selected element's Core())
|
2013-04-30 14:20:45 -04:00 |
|
Davide P. Cervone
|
6b43f76e6b
|
Avoid infinite loops in \mathchoice Get() calls. Resolves problems reported in issue #373.
|
2013-04-30 10:34:42 -04:00 |
|
Davide P. Cervone
|
e0dd867713
|
Merge branch 'safe-mode' into develop
Conflicts:
unpacked/extensions/TeX/bbox.js
|
2013-04-29 19:55:33 -04:00 |
|
Davide P. Cervone
|
b8561b07bf
|
Merge branch 'localization' into develop
|
2013-04-29 19:25:03 -04:00 |
|
Davide P. Cervone
|
36b7fd9d57
|
Merge branch 'issue446' into develop
Resolves issue #446.
|
2013-04-29 16:14:13 -04:00 |
|
Davide P. Cervone
|
0891402b88
|
Merge branch 'issue359' into develop. Improves MathML rendering for mfenced and mlabeldtr elements.
|
2013-04-29 15:57:29 -04:00 |
|
Davide P. Cervone
|
4c9c6da10c
|
Add a Safe extension that allows you to restrict potentially dangerous features of MathJax when it is used in a shared environment (e.g., href to javascript, styles and classes, etc.)
|
2013-04-27 07:34:41 -04:00 |
|
Davide P. Cervone
|
9d7ff33bd2
|
Use a single routine to construct the mrow that replaces mfenced. Fix up some uses of var (not using it twice for the same variable in a function). Fix up some spacing and comments. Don't use .trim(). Use firstChild rather than firstElementChild (not supported by all browsers), etc.
|
2013-04-26 07:01:28 -04:00 |
|
Davide P. Cervone
|
e239cbc6fe
|
Allow spaces in the RGB, rgb, and greyscale color specifications. resolves issue #446.
|
2013-04-22 09:19:32 -04:00 |
|
Davide P. Cervone
|
19a10031a9
|
Merge branch 'issue381' into develop
Resolves issue #381.
|
2013-04-19 09:13:15 -04:00 |
|
Davide P. Cervone
|
841596821a
|
Preserve spaces within \verb arguments. Resolves issue #381.
|
2013-04-16 19:48:11 -04:00 |
|
Davide P. Cervone
|
838cb730cf
|
Make \smallfrown and \smallsmile come from the variant font so it has the correct size. Resolves issue #436.
|
2013-04-16 13:11:32 -04:00 |
|
Davide P. Cervone
|
173c501eae
|
Fixed localization issues pointed out by fred (this creates some new messages that need to be translated).
|
2013-04-10 10:16:14 -04:00 |
|
Davide P. Cervone
|
7cd9180b0b
|
Fix a number of message ID's and message texts. Add menuTitle to fr.js file.
|
2013-04-09 13:13:25 -04:00 |
|
Davide P. Cervone
|
660f38959a
|
Make constant messages be translated when they are used rather than when they are defined. Rework About box, add menu ID's. Make TeX.Error() and MathML.Error() handle localization. Break up Fred's French data into separate files. Make localization data load on demand. Other miscellaneous updates.
|
2013-04-03 17:24:14 -04:00 |
|
Davide P. Cervone
|
98755b96f3
|
Fix version number in autoload-all. Issue #420
|
2013-03-23 10:12:08 -04:00 |
|
Davide P. Cervone
|
d724248878
|
Add AMS CD environment. Resolves issue #420.
|
2013-03-23 10:10:01 -04:00 |
|
Frédéric Wang
|
95c01baaa1
|
Fix Core and CoreMO functions for TeXmathchoice.
|
2013-03-20 16:03:26 +01:00 |
|
Frédéric Wang
|
503f997064
|
Finishing to find all the strings to localize
|
2013-02-25 18:05:33 +01:00 |
|
Frédéric Wang
|
dd019796b0
|
More translations...
|
2013-02-25 16:09:17 +01:00 |
|
Frédéric Wang
|
64a9eb0506
|
Workaround mfenced support for Opera too ; add open/close properties on the element jax generated by the TeX/MathML input jax ; generate mfenced element for <mrow> elements with open/close properties.
|
2013-02-04 12:55:49 +01:00 |
|
Frédéric Wang
|
5a5205e013
|
Make the input TeX jax generate mrow+mo rather than mfenced.
|
2013-02-01 12:22:55 +01:00 |
|
Davide P. Cervone
|
aa5829849f
|
Update version numbers to v2.1
|
2012-09-24 21:06:28 -04:00 |
|
Davide P. Cervone
|
983dd18b69
|
Allow negative dimensions for \\[] but clip to 0 since this isn't really allowed in MathML. I will need to figure out something better for the future, but for now this will prevent the error message. Issue #236.
|
2012-09-08 15:31:07 -04:00 |
|
Davide P. Cervone
|
da66d4b684
|
Remove dependencies of TeX->MathML conversion on the choice of fonts (TeX versus STIX). This no longer worked since the input and output phases have been separated (and it was never a good idea anyway). This necessiated changing some choices of characters to be produced, and which would be considered the variant form. The selections were made to match the STIX fonts, and some fancy remapping was done in the MathJax fonts to accommodate that. Should resolve issue #300.
|
2012-08-28 14:33:50 -04:00 |
|
Davide P. Cervone
|
f47dbc4cc0
|
Merge branch 'issue119' into develop
|
2012-08-20 10:13:25 -04:00 |
|
Davide P. Cervone
|
abaa72e102
|
Remove unwanted 'em' from eqnarray columnwidth (reported by Fred). Issue #229.
|
2012-08-20 08:33:05 -04:00 |
|
Davide P. Cervone
|
55a76151c0
|
Use the unicode characters that Fred has been asking for for a while. This covers most of issues #116, #119, and #216. Still need to merge multiple primes into the characters for those.
|
2012-08-19 20:13:46 -04:00 |
|
Davide P. Cervone
|
085ecf46b2
|
Bump version, pack and recombine previous commit
|
2012-08-19 09:04:07 -04:00 |
|
Davide P. Cervone
|
3bdd0fdb22
|
Make eqnarray do equation numbering when numbering is enabled. Resolves issue #229.
|
2012-08-19 09:02:17 -04:00 |
|