Frédéric Wang
|
d8b99effa0
|
Follow suggestions from Davide's review comment.
|
2012-12-22 21:30:14 +01:00 |
|
Frédéric Wang
|
96dc4b2b2a
|
make toMathML.js handle non-BMP characters properly. Fix issue 361.
|
2012-12-20 17:41:40 +01:00 |
|
Davide P. Cervone
|
081204f317
|
Bump versions, repack, and recombine previous commit
|
2012-11-27 14:34:46 -05:00 |
|
Davide P. Cervone
|
d2bbe75499
|
Allow preview to be just a plain string (rather than requiring [string]).
|
2012-11-27 14:25:32 -05:00 |
|
Davide P. Cervone
|
aa5829849f
|
Update version numbers to v2.1
|
2012-09-24 21:06:28 -04:00 |
|
Davide P. Cervone
|
173911d606
|
Make About box show 'woff or otf' when otf fonts are used (since both are requested).
|
2012-09-24 20:46:43 -04:00 |
|
Davide P. Cervone
|
1abbc73414
|
Merge branch 'issue236' into develop
|
2012-09-09 06:51:47 -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
|
23c8dcc8d3
|
Delay sizing and positioning of Show Source window to give WebKit time to get the dimensions worked out. Also make sure we don't use negative width or height (which I think was the problem with Chrome). Resolves issues #245 and #221.
|
2012-09-08 14:27:03 -04:00 |
|
Davide P. Cervone
|
0ed5d463e5
|
Merge branch 'issue217' into develop
|
2012-09-08 10:36:30 -04:00 |
|
Davide P. Cervone
|
7ea6ce84b1
|
Merge branch 'issue304' into develop
|
2012-09-06 10:08:01 -04:00 |
|
Davide P. Cervone
|
bf680988b9
|
Merge branch 'develop' into IE10
|
2012-09-04 09:33:06 -04:00 |
|
Davide P. Cervone
|
c9984345d6
|
Move span that holds zoom box to after the displayed math so that line breaks won't occur between the two. Adjust getJaxFromMath to compensate. Resolves second item from issue #217.
|
2012-09-03 08:40:06 -04:00 |
|
Davide P. Cervone
|
076526787e
|
Merge branch 'issue300' into develop
|
2012-08-31 16:38:23 -04:00 |
|
Davide P. Cervone
|
c1ae9afe0c
|
Only add xmlns in toMathML output if it isn't already given. Resolves issue #304.
|
2012-08-28 15:41:26 -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
|
c2f6a94e10
|
Make jsMath2jax run before other preprocessors (use priority 8 rather than default of 10). Resolves issue #298.
|
2012-08-24 16:06:23 -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 |
|
Davide P. Cervone
|
0236ee5a54
|
Merge branch 'issue286' into develop
|
2012-08-18 19:33:54 -04:00 |
|
Davide P. Cervone
|
9508c3f3cc
|
Merge 'issue287' into develop
|
2012-08-18 19:33:01 -04:00 |
|
Davide P. Cervone
|
7349136260
|
Add \textcolor macro to the color extension (resolves issue #218.)
|
2012-08-17 18:50:16 -04:00 |
|
Davide P. Cervone
|
c481c9f375
|
Allow decimal scale values. Fix setting of scale to work with SVG. Resolves issue #286.
|
2012-08-17 18:40:17 -04:00 |
|
Davide P. Cervone
|
049739b187
|
Added RGB color model. Perhaps more later. (Issue #287.)
|
2012-08-17 17:41:27 -04:00 |
|
Davide P. Cervone
|
51072a309a
|
Merge branch 'issue234' into develop
|
2012-08-17 06:51:54 -04:00 |
|
Davide P. Cervone
|
7a9691b38c
|
Remove extra commas that confuse IE7. (Resolves problem reported by Fred in isse #234.)
|
2012-08-17 06:51:30 -04:00 |
|
Davide P. Cervone
|
d169ff4988
|
Fix typo in autoload-all
|
2012-08-16 12:37:24 -04:00 |
|
Davide P. Cervone
|
481373994f
|
Merge 'issue225' into develop
|
2012-08-16 11:42:23 -04:00 |
|
Davide P. Cervone
|
acc3a0031b
|
Merge branch 'issue285' into develop
|
2012-08-16 11:08:26 -04:00 |
|
Davide P. Cervone
|
17df487ce9
|
Fix problem with +- mu's in toMathML.js just like for NativeMML output.
|
2012-08-16 11:08:04 -04:00 |
|
Davide P. Cervone
|
8709200381
|
Merge 'issue234' into develop
|
2012-08-16 09:19:34 -04:00 |
|
Davide P. Cervone
|
fe02e699a7
|
Merge branch 'issue215' into develop
|
2012-08-16 09:16:41 -04:00 |
|
Davide P. Cervone
|
700a24ba65
|
Merge 'issue211' into issue234
|
2012-08-15 15:57:08 -04:00 |
|
Davide P. Cervone
|
000e2586f4
|
Merge branch 'issue211' into develop
|
2012-08-15 15:52:58 -04:00 |
|
Davide P. Cervone
|
c5de4397a4
|
Merge 'issue209' into develop
|
2012-08-15 15:52:40 -04:00 |
|
Davide P. Cervone
|
174e62bd29
|
Automatically load the AMSmath extension when needed. Don't redefine the arrows until it is available. Resolves problem Fred reported in issue #234.
|
2012-08-15 14:30:49 -04:00 |
|
Davide P. Cervone
|
4d63e82e33
|
Add <<=> arrow to mhchecm extension. Resolves initial request in issue #234 (though still two other problems to look into)
|
2012-08-15 13:04:00 -04:00 |
|
Davide P. Cervone
|
5a2e34e9fc
|
Make autoload-all skip ones that are already loaded, and not redefine user-defined macros. Also, fix most extensions to not overwrite user defined macros
|
2012-08-15 10:44:19 -04:00 |
|
Davide P. Cervone
|
54fffeac3b
|
Ignore \label{} with no label. Resolves issue #225.
|
2012-08-15 09:24:20 -04:00 |
|
Davide P. Cervone
|
6e73b80d88
|
Make \injlim and friends produce single <mi> elements for thier names. Resolves issue #215.
|
2012-08-14 16:33:40 -04:00 |
|
Davide P. Cervone
|
63619df08e
|
Add close button to About box and don't make clicking box close it (only clicking button). Resloves issue #281
|
2012-08-14 08:43:57 -04:00 |
|
Davide P. Cervone
|
c1f2075e67
|
Fix a typo in the environments value that is stored in the initial stack
|
2012-05-18 21:07:42 -04:00 |
|
Davide P. Cervone
|
edfd102702
|
Merge issue209 with develop
|
2012-05-18 20:59:40 -04:00 |
|
Davide P. Cervone
|
ed0eb9c0c4
|
Added missing callback for restarting toMathML
|
2012-03-20 22:55:41 -04:00 |
|
Davide P. Cervone
|
d542c87077
|
Fix alignment of prescripts in mhchem to properly right-justify (won't work well in NativeMML output, but then neither do several other features)
|
2012-03-19 08:39:45 -04:00 |
|
Davide P. Cervone
|
7c6b2c01df
|
Expose the CE object (so we can override its methods) and bump the version number
|
2012-03-16 09:24:49 -04:00 |
|
Davide P. Cervone
|
52427db658
|
Fix alignment problem with prescripts in mhchem (resolves issue #211).
|
2012-03-16 09:09:26 -04:00 |
|