Frédéric Wang
|
227aebed65
|
Fix some places where localization strings are wrongly used. #504
|
2013-08-02 14:26:55 +02:00 |
|
Davide P. Cervone
|
1326cbdf44
|
Merge pull request #528 from fred-wang/issue481
This resolves issue #481
|
2013-08-02 04:03:43 -07: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
|
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
|
2b1948f252
|
Force cases environment to use textstyle rather than displaystyle. Resolves issue #485.
|
2013-05-29 12:32:01 -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
|
a147a9ac32
|
Make sure mfenced delimiters are stretchy. Resolves issue #475.
|
2013-05-21 19:53:28 -04:00 |
|
Davide P. Cervone
|
084385b640
|
Update Safe.js to filter mathsize and not throw error for \mmlToken attributes that are filtered.
|
2013-05-11 17:02:59 -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
|
5fb89ab1bc
|
Remove extra comma that is confusing IE.
|
2013-04-30 18:37:14 -04:00 |
|
Davide P. Cervone
|
f6d716b444
|
Add error message for when an evironment closes with unbalanced braces. Resolves issue #454.
|
2013-04-30 08:49:25 -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
|
cb3542b296
|
Use a service routine in MathML input to filter attributes (rather than override AddAttributes). Also, make fontsize default allow all (authors can restrict if they want to).
|
2013-04-29 16:54:53 -04:00 |
|
Davide P. Cervone
|
9b485668e1
|
Test value for boolean using toLowerCase()
|
2013-04-29 16:13:04 -04:00 |
|
Davide P. Cervone
|
05c93de747
|
Merge branch 'issue451' into develop
Resolves issue #451.
|
2013-04-29 16:10:54 -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
|
9d9fc3d063
|
Convert true and fals attributes to booleans. Resolves issue #451.
|
2013-04-26 14:41:42 -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
|
607b1031a3
|
Merge remote-tracking branch 'fred/content-mathml' into develop
Add Content MathML support.
|
2013-04-24 15:20:17 -04:00 |
|
Davide P. Cervone
|
2d33f1d348
|
Call MATML.Parse.prototype directly rather than make a special flag for preprocessing. Use MATHML variable rather than full reference.
|
2013-04-22 15:44:58 -04:00 |
|
Davide P. Cervone
|
9e5fbb7e6f
|
Merge branch 'issue402' into develop
Resolves issue #402.
|
2013-04-19 09:11:42 -04:00 |
|
Davide P. Cervone
|
779be27960
|
Process \$ in \text arguements. Resolves issue #349.
|
2013-04-17 07:36:28 -04:00 |
|
Davide P. Cervone
|
3367b54c3e
|
Remap ` to back-quote. Resolves issue #402.
|
2013-04-16 19:20:21 -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
|
c4da088220
|
Merge branch 'issue350' into develop
Resolves issue #350.
|
2013-04-01 09:05:02 -04:00 |
|
Davide P. Cervone
|
a9c65c3d28
|
Remove commented out code and bump version number
|
2013-04-01 08:51:20 -04:00 |
|
Frédéric Wang
|
66ebcf2c46
|
Fix a processing error when an empty <mo> is used as a fence. #359
|
2013-03-21 17:32:46 +01:00 |
|
Frédéric Wang
|
276b7751dc
|
Implement the XSLT for IE <= 8.
|
2013-03-05 15:15:45 +01:00 |
|
Frédéric Wang
|
ca718359cc
|
Handle parsing of the <math> source better.
|
2013-03-05 12:30:48 +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
|
e1761573bf
|
Translation of messages from jax/input/TeX/jax.js
|
2013-02-22 18:58:16 +01:00 |
|
Frédéric Wang
|
4fdb68a080
|
More attempts to translate messages.
|
2013-02-22 13:56:52 +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 |
|
Frédéric Wang
|
07c5ee1121
|
Rename AsciiMath config option "decimal" to "decimalsign".
|
2013-01-31 16:35:09 +01:00 |
|
Frédéric Wang
|
b58c14b557
|
Replace "decimal" by "decimalsign" in AsciiMath input jax. Fix issue 384.
|
2013-01-31 10:54:54 +01:00 |
|
Davide P. Cervone
|
c52a35e7a2
|
Bump versions, repack, and recombine previous commit
|
2012-11-27 14:43:34 -05:00 |
|
Davide P. Cervone
|
86c5f1bb56
|
Make \big and its relatives use script or scriptscript fonts (although size is still absolute, as it is in TeX) so that it balances the text weight in scripts. Resolves issue #350.
|
2012-11-27 14:21:54 -05: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
|
7ea6ce84b1
|
Merge branch 'issue304' into develop
|
2012-09-06 10:08:01 -04:00 |
|
Davide P. Cervone
|
77c65fb333
|
Ignore _moz-math-* attributes in MathML input. Addresses Fred's comments in issue #304.
|
2012-08-31 16:26:52 -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 |
|