Davide P. Cervone
|
af2cd3476f
|
Update \unicode to work with SVG, and to better handle fonts and sizes. Also fix HTML-CSS font size when fontfamily is specified
|
2012-01-12 17:20:21 -05:00 |
|
Davide P. Cervone
|
52755c4c3d
|
Merge SVG branch into v2.0-candidate (no need to continue to keep them separated)
|
2012-01-12 07:39:53 -05:00 |
|
Davide P. Cervone
|
f833905396
|
Fix typo in previous change
|
2012-01-11 18:25:53 -05:00 |
|
Davide P. Cervone
|
88e3ce4680
|
When MathML with MJX classes come from TeX extensions, load the required extension so that the fonts will be properly set up
|
2012-01-11 17:53:05 -05:00 |
|
Davide P. Cervone
|
c679563c09
|
Move copyAttributes and skipAttributes to element jax (since they are used in several places) to avoid redundency
|
2012-01-11 14:22:24 -05:00 |
|
Davide P. Cervone
|
756ef39804
|
Make MathML input read the MathJax classes to recreate the TeXAtoms and other tex-specific items
|
2012-01-10 19:39:08 -05:00 |
|
Davide P. Cervone
|
36ef5c9e34
|
Add class to mark TeXAtom elements and make sure other attributes are applied (they were being left off)
|
2012-01-10 16:30:57 -05:00 |
|
Davide P. Cervone
|
cfacc26c31
|
Use classes to distinguish mathvariants that aren't in MathML, and set FF CSS to handle them. Use classes for variantForm and cancel arrows. (Still need to have MathML input handle these classes on input)
|
2012-01-10 15:32:06 -05:00 |
|
Davide P. Cervone
|
a013dd823f
|
Save user-provided attributes in a separate object (to avoid collision with internal values); change property names in toMathML to have a prefix; allow known attributes in \mmlToken macro; only remove mlabeledtr in FF8 and before.
|
2012-01-10 14:10:48 -05:00 |
|
Davide P. Cervone
|
37a462c801
|
Force message text color to be black (for FontWarnings and config warning)
|
2012-01-10 10:59:52 -05:00 |
|
Davide P. Cervone
|
d199d509ef
|
Allow noUndefined to be disabled, and fix some indenting in noErrors
|
2012-01-09 18:41:02 -05:00 |
|
Davide P. Cervone
|
c1ee953b4e
|
Add ability to disable noErrors, and change the styling to not use .merror so that when disabled, the styles won't be changed
|
2012-01-09 18:36:35 -05:00 |
|
Davide P. Cervone
|
ea30a341e9
|
Add noErrors support to SVG output (and reorganize the other output support)
|
2012-01-09 18:07:52 -05:00 |
|
Davide P. Cervone
|
d63d99409b
|
Make AMSsymbols set up variant-form remappings for SVG output
|
2012-01-09 16:30:37 -05:00 |
|
Davide P. Cervone
|
b622ba17ec
|
Have boldsymbol signal it is ready as soon as the TeX part is ready (since we don't know which output jax is in use, so shouldn't wait for that)
|
2012-01-09 16:23:26 -05:00 |
|
Davide P. Cervone
|
b591c4ef31
|
Make \boldsymbol add caligraphic bold to SVG output (as it does for HTML-CSS).
|
2012-01-09 16:19:47 -05:00 |
|
Davide P. Cervone
|
1eb58f429e
|
Merge branch v2.0-candidate with SVG
|
2012-01-09 15:13:40 -05:00 |
|
Davide P. Cervone
|
522b743b56
|
Add option to make tex2jax require balanced braces when looking for close delimiters (more compatible with actual TeX). The option can be set to false to get the pre-v2.0 behavior.
|
2012-01-09 11:22:58 -05:00 |
|
Davide P. Cervone
|
3131d09d06
|
Allow \newcommand to take a default parameter, and adjust GetBrackets to distinguish between no brackets and empty brackets
|
2012-01-07 18:55:52 -05:00 |
|
Davide P. Cervone
|
51a65e5b52
|
Add HTML-CSS extension to handle tagged equations better when there are floating elements (without this, they overlap the floats). This is an extension since it misuses display:table-cell, and I'm not certain of all the consequences.
|
2012-01-07 10:24:26 -05:00 |
|
Davide P. Cervone
|
92f80f4e23
|
Add IndexOf() command to find index of an item in the menu list (so it is easier to insert new items)
|
2012-01-06 20:00:15 -05:00 |
|
Davide P. Cervone
|
51c0a95f46
|
Add menu signals for post/unpost and activation of menu items
|
2012-01-06 19:52:02 -05:00 |
|
Davide P. Cervone
|
b438a84b1c
|
Add zoom/unzoom messages
|
2012-01-06 17:47:44 -05:00 |
|
Davide P. Cervone
|
77c8a54da6
|
Add more signals for error conditions (so error reporting software can track it easier)
|
2012-01-06 17:09:37 -05:00 |
|
Davide P. Cervone
|
b70caaf465
|
Allow dot delimiters for \genfrac (they incorrectly produced errors)
|
2011-12-27 15:02:27 -05:00 |
|
Davide P. Cervone
|
69a14287b1
|
Merge changes from v2.0-candidate and fix problem with U+21A0 in SVG (character was wrongly indicated in previous commit message)
|
2011-12-17 10:51:15 -05:00 |
|
Davide P. Cervone
|
d215f20a42
|
Fix menu background problem in IE8+ and remove extra comma giving IE7 and IE6 problems.
|
2011-12-15 21:05:15 -05:00 |
|
Davide P. Cervone
|
dbab4d4101
|
Merge branch v2.0-candidate into SVG
|
2011-12-15 17:47:57 -05:00 |
|
Davide P. Cervone
|
9eaa73a0ac
|
Fix incorrect case for FALSE routine
|
2011-12-15 17:44:13 -05:00 |
|
Davide P. Cervone
|
d044f4c8f4
|
Merge v2.0-candidate into SVG
|
2011-12-07 14:07:47 -05:00 |
|
Davide P. Cervone
|
091551dab1
|
Removed debugging code accidentally left in
|
2011-11-20 23:05:27 -05:00 |
|
Davide P. Cervone
|
6a09817aa3
|
Prevent default action when close image is pressed in the contextual menu for mobile devices
|
2011-11-20 23:04:17 -05:00 |
|
Davide P. Cervone
|
7f5180a87e
|
Properly handle hover changes when going from one expression to another when there is no intervening space (both elements are marked isMathJax, but for different expressions)
|
2011-11-20 21:52:49 -05:00 |
|
Davide P. Cervone
|
91543560a9
|
Merge branch 'v2.0-candidate' into SVG
|
2011-11-20 17:35:31 -05:00 |
|
Davide P. Cervone
|
c223b6bc8c
|
Make \it use MathJax_Main-Italic rather than MathJax_Math-italic, and don't do math italic correction (so spacing is correct for text)
|
2011-11-20 17:31:10 -05:00 |
|
Davide P. Cervone
|
88355ecc74
|
Add showDiscoverable configuration to control the discoverability checkbox
|
2011-11-16 12:58:48 -05:00 |
|
Davide P. Cervone
|
6d9994d9d1
|
Add support for \mathchoice in SVG output
|
2011-11-15 20:17:32 -05:00 |
|
Davide P. Cervone
|
3bb798f6f4
|
Merge v2.0-candidate into SVG
|
2011-11-15 16:41:39 -05:00 |
|
Davide P. Cervone
|
987d3a4118
|
Do menu close img in an iBooks compatible way
|
2011-11-05 23:29:19 -04:00 |
|
Davide P. Cervone
|
bbda46f67c
|
Add SVG renderer to MathJax settings menu
|
2011-11-04 20:23:11 -04:00 |
|
Davide P. Cervone
|
b01f604b61
|
Fix problem with negative mu dimensions producing double minus signs in the MathML output
|
2011-11-01 14:23:31 -04:00 |
|
Davide P. Cervone
|
a66c5f2763
|
Add cancel package defining \cancel{math}, \bcancel{math}, \xcancel{math}, and \canelto{value}{math}
|
2011-10-26 00:10:29 -04:00 |
|
Davide P. Cervone
|
2e022a6631
|
Remove trailing commas that confuse IE
|
2011-10-25 23:35:49 -04:00 |
|
Davide P. Cervone
|
48a018ac2e
|
New \enclose{notation}[attributes]{math} macro for giving TeX access to <menclose> tags
|
2011-10-25 23:04:44 -04:00 |
|
Davide P. Cervone
|
71a0acba83
|
Update copyright dates and include more extensions in the MathJax.Extensions object (so they are listed in the About box). Make the About box have a maximum height with scrollbars.
|
2011-10-25 17:47:25 -04:00 |
|
Davide P. Cervone
|
f4ebdbd549
|
Move AlignII from AMSmath.js to TeX/jax.js and rename as AlignedArray. Use it for array and alignedat environments as well as aligned and gathered. Fix some issues with alignedat.
|
2011-10-25 17:28:24 -04:00 |
|
Davide P. Cervone
|
a658f2cb63
|
Handle control sequences with stars better in AMSmath extension (don't allow \cs{*} to count as \cs* anymore)
|
2011-10-25 15:23:00 -04:00 |
|
Davide P. Cervone
|
7cb05e2e20
|
Fix a problem with \mathchoice when the contents have negative width in Firefox (needed to resolve issue #148 in Firefox)
|
2011-10-25 14:51:43 -04:00 |
|
Davide P. Cervone
|
6f7a6f6034
|
Fixed multline environment to put tag at bottom row when TagSide is right
|
2011-10-17 20:49:25 -04:00 |
|
Davide P. Cervone
|
4c940877bc
|
Fix typo in sort routine which caused tex2jax to skip delimiters
|
2011-09-30 06:33:44 -04:00 |
|