Davide P. Cervone
|
e25d84d30f
|
Make <mi> with more than one letter have tex class OP rather than ORD so it will space as a function. This takes care fo things like sin and cos, and should not interfer with other uses like variables with multi-character names. Resolves issue # 267.
|
2012-08-19 14:53:07 -04:00 |
|
Davide P. Cervone
|
9340a02d72
|
Prevent align attribute on mtable from applying to mover/munder/munderover elements. Resolves issue #249
|
2012-08-19 09:28:24 -04:00 |
|
Davide P. Cervone
|
939c1dc034
|
Bump version, repack, and recombine previous commit. Issue #213.
|
2012-08-19 09:12:06 -04:00 |
|
Davide P. Cervone
|
085ecf46b2
|
Bump version, pack and recombine previous commit
|
2012-08-19 09:04:07 -04:00 |
|
Davide P. Cervone
|
98b39eca90
|
For stretchy characters that don't have a single-character version in the MathJax fonts, make sure they are properly sized when not stretched or stretched to a small size. Also, make vertical ones stand on the baseline, and improve spacing of some stretchy chars. Resolves issue #213.
|
2012-08-19 08:08:15 -04:00 |
|
Davide P. Cervone
|
9fe3f9eb15
|
Merge branch 'issue226' into develop
|
2012-08-18 19:33:33 -04:00 |
|
Davide P. Cervone
|
1fc8929667
|
Repack and recombine (missed a packing somewhere along the line). Fixes the problem Fred reports with tests using packed versions.
|
2012-08-18 08:43:44 -04:00 |
|
Davide P. Cervone
|
4f722d050f
|
Make mtextFontInherit use the style and weight indicated in the math, so that \textbf and \textit will work properly. Resolves issue #226.
|
2012-08-17 19:35:50 -04:00 |
|
Davide P. Cervone
|
f8e3f3557f
|
Use variant form for more primes in SVG output (match HTML-CSS output). Resolves problem identified by Fred in issue #268.
|
2012-08-17 10:35:46 -04:00 |
|
Davide P. Cervone
|
c8b9755caf
|
Fix for problem reported by Fred in issue #278.
|
2012-08-16 14:18:09 -04:00 |
|
Davide P. Cervone
|
332dad309c
|
Merge 'issue268' into develop
|
2012-08-16 11:39:47 -04:00 |
|
Davide P. Cervone
|
b40ca8cde4
|
Make the changes to font handling to SVG (just like HTML-CSS) so that ′ will be displayed better in AsciiMath output.
|
2012-08-16 11:35:14 -04:00 |
|
Davide P. Cervone
|
d914f42563
|
Merge branch 'issue244' into develop
|
2012-08-16 09:20:17 -04:00 |
|
Davide P. Cervone
|
8709200381
|
Merge 'issue234' into develop
|
2012-08-16 09:19:34 -04:00 |
|
Davide P. Cervone
|
bb7f76158c
|
Bump version number and recombine after prevous pull from Fred
|
2012-08-16 09:12:23 -04:00 |
|
Frédéric Wang
|
1120b713a4
|
Merge branch 'develop' into issue214
Conflicts:
jax/output/NativeMML/jax.js
|
2012-08-16 14:48:07 +02:00 |
|
Davide P. Cervone
|
c5de4397a4
|
Merge 'issue209' into develop
|
2012-08-15 15:52:40 -04:00 |
|
Davide P. Cervone
|
888140d34d
|
Properly handle the scale configuration parameter. (Resolves issue #244.)
|
2012-08-15 14:59:12 -04:00 |
|
Davide P. Cervone
|
a51c306dc1
|
Be sure to keep initial + when converting em's to mu's. Resolves issue #285.
|
2012-08-15 12:58:45 -04:00 |
|
Davide P. Cervone
|
26fb134eea
|
Merge branch 'issue219' into develop
|
2012-08-15 11:03:48 -04:00 |
|
Davide P. Cervone
|
46f2941d5a
|
Merge branch 'issue230' into 'develop'
|
2012-08-15 11:03:01 -04:00 |
|
Davide P. Cervone
|
f71f84e35b
|
Merge branch 'issue242' into 'develop'
|
2012-08-15 11:00:52 -04:00 |
|
Davide P. Cervone
|
e86153d59b
|
Merge branch 'issue263' into 'develop'
|
2012-08-15 10:57:52 -04:00 |
|
Davide P. Cervone
|
eb2afc8dec
|
Merge branch 'issue268' into 'develop'
|
2012-08-15 10:54:32 -04:00 |
|
Davide P. Cervone
|
0a65cac0a1
|
Merge branch 'issue274' into develop
|
2012-08-15 10:51:34 -04:00 |
|
Davide P. Cervone
|
1a09ec5ef1
|
Make sure 'embellished' function names propagate their texClass. Resolves issue #263.
|
2012-08-14 17:25:42 -04:00 |
|
Davide P. Cervone
|
2932430f34
|
Fixed problem where \\ with whitespace followed by [ would incorrectly be interpretted as \\[dimen]. Resolves issue #230.
|
2012-08-14 17:04:31 -04:00 |
|
Davide P. Cervone
|
e2cb0b7042
|
Fix problem with SVG handling of \liminf and \limsup. Resolves issue #219.
|
2012-08-14 16:50:50 -04:00 |
|
Davide P. Cervone
|
8ff5b925d8
|
Fix setTeXclass for TeXatom so that it handles the spacing for relations correctly. Resolves issue #242.
|
2012-08-14 15:52:38 -04:00 |
|
Davide P. Cervone
|
ecc14cf9b2
|
Make <mo>'</mo> produce script-positioned prime in MathJax fonts, while still allowing \prime to produce proper TeX output (a bit of contortion needed in the font remapping tables to allow it to override the character in MathJax_Main while still being able to use it for \prime). Resolves issue #268.
|
2012-08-14 14:39:37 -04:00 |
|
Davide P. Cervone
|
aa7440244a
|
Add more CSS to isolate NativeMML output from page. (Resolves issue #274.)
|
2012-08-14 12:47:53 -04:00 |
|
Davide P. Cervone
|
0c02ab2670
|
Handle primes followed by superscript as TeX does in TeX input jax (resolves issue #278)
|
2012-08-14 11:34:36 -04:00 |
|
Davide P. Cervone
|
9f1656df09
|
Bump version numbers and make packed/combined files for last two commits
|
2012-08-14 08:41:44 -04:00 |
|
Frédéric Wang
|
32bfe5a584
|
Firefox 13: remove work around for mtable@width in native MathML ouput mode (issue 214)
|
2012-06-18 12:33:39 +02:00 |
|
Davide P. Cervone
|
35119a25c4
|
Provide a separate span for semantics elements so linebreaking works properly (resolves issue #247)
|
2012-05-18 21:47:54 -04:00 |
|
Davide P. Cervone
|
fd74ad5dd9
|
Don't reuse an element with an ID with the wrong parent (resolves issue #240)
|
2012-05-18 21:41:40 -04:00 |
|
Davide P. Cervone
|
5812cbcb9b
|
Make HTML-CSS and SVG output jax remove properly handle the Processed class when removing the previous results after a restart
|
2012-05-18 21:28:40 -04:00 |
|
Davide P. Cervone
|
f886be9260
|
Fix an error in the alias for \u005E (^) which caused it to show as a plus
|
2012-05-18 21:13:56 -04:00 |
|
Davide P. Cervone
|
18ef3d64cc
|
Merge branch 'issue222' into develop
|
2012-05-18 21:02:45 -04:00 |
|
Davide P. Cervone
|
adc375b343
|
Merge branch issue228 into develop
|
2012-05-18 21:02:08 -04:00 |
|
Davide P. Cervone
|
88108a167f
|
Merge branch 'issue227' into develop
|
2012-05-18 20:59:47 -04:00 |
|
Davide P. Cervone
|
edfd102702
|
Merge issue209 with develop
|
2012-05-18 20:59:40 -04:00 |
|
Davide P. Cervone
|
c16952b51d
|
Fix offsets for greek letters to get capitals and lower case in the right place (resolves Fred's comment in issue #222)
|
2012-04-30 10:33:44 -04:00 |
|
Davide P. Cervone
|
920c603a4b
|
Have output jax properly skip math when the input jax has had an internal failure and so didn't produce any element jax. (Resolves issue #228.)
|
2012-04-11 11:50:15 -04:00 |
|
Davide P. Cervone
|
544e37bebd
|
Check for null operator when processing \limits (resolves issue #227)
|
2012-04-11 11:11:14 -04:00 |
|
Davide P. Cervone
|
bb76ab3f7a
|
Add STIXNonUnicode-italic font to the sans-serif-italic variant (and same for bold-italic). Resolves issue #222.
|
2012-04-03 15:21:09 -04:00 |
|
Davide P. Cervone
|
01219f413f
|
Fix problems with mtable, ms, and mmultiscripts which weren't handling styles. Also fix an issue with mphatom that caused processing errors (resolves problem Fred reported in issue #109). Fixed a typo, and don't inherit styles in saveData.
|
2012-03-27 18:33:08 -04:00 |
|
Davide P. Cervone
|
153297bdb9
|
Don't try to compensate for super and subscripts (it doesn't work). That will need a more comprehensive solution
|
2012-03-15 16:16:30 -04:00 |
|
Davide P. Cervone
|
c2e94a827e
|
Bump versions for previous commit
|
2012-03-15 15:46:58 -04:00 |
|
Davide P. Cervone
|
6ede07ba29
|
Make column widths take minsize into account. Resolved issue #210.
|
2012-03-15 15:45:47 -04:00 |
|
Davide P. Cervone
|
b816490799
|
Bump the version numbers for the previous commit
|
2012-03-15 13:48:48 -04:00 |
|
Davide P. Cervone
|
f2d5c4b037
|
Make NativeMML output properly handle iOS double-tap-and-hold, and issue warning message when switching to NativeMML output. Resolves issue #209.
|
2012-03-15 12:09:38 -04:00 |
|
Davide P. Cervone
|
c36c15f58b
|
Handle setup of MathPlayer better for IE10. Separate hasMathPlayer from having the namespace set up
|
2012-03-11 09:47:27 -04:00 |
|
Davide P. Cervone
|
93e68cc254
|
Fix problem with linebreaking where the incorrect width was being used to determine breakpoint penalties, so some long lines were not being broken
|
2012-03-06 10:04:09 -05:00 |
|
Davide P. Cervone
|
b08db7d93e
|
Fix problem in HTML-CSS output with msubsup when super- or subscript has explicit style
|
2012-03-06 10:02:42 -05:00 |
|
Davide P. Cervone
|
c6b96dd558
|
Fix references to web fonts for use in Firefox in NativeMML output
|
2012-03-03 09:59:20 -05:00 |
|
Davide P. Cervone
|
3f415603d8
|
Bring AsciiMath up to version 2.0.1 (by modifying two lines in the 1.4.7 version)
|
2012-02-26 07:41:44 -05:00 |
|
Davide P. Cervone
|
c1fe357733
|
Make SVG style handling be the same as HTML-CSS (don't inherit styles). This needs to be reworked so that some styles do get inherited
|
2012-02-25 17:27:32 -05:00 |
|
Davide P. Cervone
|
152d31182e
|
Repack all javascript files (to update the copyright notice) and recombine (make sure all combined files are current)
|
2012-02-24 17:22:48 -05:00 |
|
Davide P. Cervone
|
d82b3be4fb
|
Fix problem with indentShift when indentAlign is not 'center' and the equation is tagged
|
2012-02-23 19:24:51 -05:00 |
|
Davide P. Cervone
|
7ce521293c
|
Fix a whitespace issue in token elements with IE/quirks mode (MathML input jax)
|
2012-02-17 12:05:06 -05:00 |
|
Davide P. Cervone
|
c3b149c921
|
Fix an infinite loop in IE/quirks mode when linebreaking is performed (HTML-CSS output)
|
2012-02-17 12:04:13 -05:00 |
|
Davide P. Cervone
|
4522a15f50
|
Make sure height is above depth when making spaces and rules in HTML-CSS and SVG output
|
2012-02-17 10:41:22 -05:00 |
|
Davide P. Cervone
|
fd3dd8b070
|
Remove some commas that cause problems in IE
|
2012-02-16 13:01:25 -05:00 |
|
Davide P. Cervone
|
f0efb3451c
|
Changed MISSINGFONT to undefinedFamily in SVG output in order to be consistent with HTML-CSS output
|
2012-02-16 09:50:34 -05:00 |
|
Davide P. Cervone
|
f3ed39a9ad
|
Don't use borders on background colors; fix error with recent changes to linebreaking (spacelimit was in em's but should be in em's*1000)
|
2012-02-16 09:16:13 -05:00 |
|
Davide P. Cervone
|
104775c795
|
Make font test against default font also include height, not just width, to help avoid the case where the test string is the same in the default font as the web font. Also, update the test strings to include characters that should help distinguish them better. Update the data files to the current versions of the fonts (lots of tiny differences, but nothing crucial)
|
2012-02-15 17:03:45 -05:00 |
|
Davide P. Cervone
|
89f0f9d307
|
Firefox NativeMML still doesn't get the width right even if we set it properly on the <math>, so set it on the containing <span> instead. Resolves issue #88 again (and finally, I hope).
|
2012-02-15 11:58:15 -05:00 |
|
Davide P. Cervone
|
7ca14b773a
|
Fix problem with zoom box in Firefox NativeMML mode (FF doesn't get the size of the <math> element correct). Resolves issue #88 (I hope).
|
2012-02-14 12:27:05 -05:00 |
|
Davide P. Cervone
|
e96dd07e37
|
Fix SVG problems reported by Fred (error in mtd background colors and maction stretching embelished operators)
|
2012-02-14 09:39:53 -05:00 |
|
Davide P. Cervone
|
7c58066b7e
|
Fix a problem with NativeMML output where require.push() could cause an error when used in the combined configuration files
|
2012-02-13 11:57:37 -05:00 |
|
Davide P. Cervone
|
301c7d1f2e
|
Actually delete the previews rather than just hide them (some screen readers don't properly handle them)
|
2012-02-12 20:08:53 -05:00 |
|
Davide P. Cervone
|
30db94c01e
|
Updated character data for STIX v1.1 (one character added since beta version)
|
2012-02-10 15:03:28 -05:00 |
|
Davide P. Cervone
|
1698f9c33c
|
Make a separate routine to get the contents of a script, and make it work in IE for XHTML files.
|
2012-02-10 08:21:42 -05:00 |
|
Davide P. Cervone
|
a8e844c1e7
|
Isolate MathJax images from page's float CSS
|
2012-02-09 14:20:57 -05:00 |
|
Davide P. Cervone
|
b5ab1e96c0
|
Move code that prevents numbers from being treated as a unit for super- and subscripts to the super- and subscript routines (instead of prefiltering for it). Resolves issue #192.
|
2012-02-09 13:27:18 -05:00 |
|
Davide P. Cervone
|
1f5b1854e5
|
Prevent breaks right before a closing fence or right after an open fence.
|
2012-02-08 18:05:07 -05:00 |
|
Davide P. Cervone
|
5968ef8b74
|
Improve linebreaking to work better when the equation doesn't have nesting to help group terms that shouldn't be broken. Also make breaks at large spaces more desireable.
|
2012-02-08 17:37:07 -05:00 |
|
Davide P. Cervone
|
ac512fd1a7
|
Make lspace and voffset handle bad unit better in SVG (corresponding correction to HTML-CSS is 6e8ff20e07 ). Resolves issue #191 for SVG
|
2012-02-08 16:15:24 -05:00 |
|
Davide P. Cervone
|
fe8c5b9899
|
Work around Opera's translation of font-weight:normal to font-weight:400
|
2012-02-08 14:18:45 -05:00 |
|
Davide P. Cervone
|
69bd9305c9
|
Handle offsets within the fontdata-extra data in SVG output
|
2012-02-08 13:53:20 -05:00 |
|
Davide P. Cervone
|
1955ebb0d6
|
Additional changes to fix STIX font problems in Safari (the NonUnicode fonts also needed to be adjusted). Resolves issues #152 and #178.
|
2012-02-08 11:10:03 -05:00 |
|
Davide P. Cervone
|
e3e843fd7a
|
Fix problem with handling of initial negative spaces when initialSpaceBug is true (Opera and IE).
|
2012-02-08 10:34:16 -05:00 |
|
Davide P. Cervone
|
29c8ff2b41
|
In SVG output, remove blackness from HW when looking for delimiter (since the delimiter sizes don't include that). Fixes problem with parens stretching when they should be their natural size (in some of Fred's tests).
|
2012-02-08 09:36:39 -05:00 |
|
Davide P. Cervone
|
d21d075463
|
Handle conflicts between inherited mathvariant and fontfamily properly. (Fixes problem with ms having default mathvariant='monospace' when fontfamily is specified). Fix bold for stretched operators when weight is specified numerically.
|
2012-02-08 09:03:00 -05:00 |
|
Davide P. Cervone
|
0b1f9dc0c3
|
Handle mixed mathvariant and styles in SVG output (like in HTML-CSS) and make explicit fontfamily, fontweight, or fontstyle (even inherited) override style setting. Finally, handle numeric font-wieght (Opera converts bold that 700)
|
2012-02-07 19:17:52 -05:00 |
|
Davide P. Cervone
|
54c6d43140
|
Handle mixing of mathvariant with style settings better (but this does mean that variants without the proper weight or style will remain unchanged)
|
2012-02-07 18:10:31 -05:00 |
|
Davide P. Cervone
|
6e8ff20e07
|
Make lspace and voffset handle bad unit better
|
2012-02-07 11:59:43 -05:00 |
|
Davide P. Cervone
|
49e7bc5e9e
|
Handle mode='display' attribute on math elements properly, now that is has been moved to a separate attr property internally
|
2012-02-07 09:59:36 -05:00 |
|
Davide P. Cervone
|
81c9070044
|
Fix mtable align parameter to be the default (rather than center) when it is incorrectly specified (resolves error in issue #165)
|
2012-02-07 09:49:11 -05:00 |
|
Davide P. Cervone
|
0fe2bbfa52
|
Fixed an alignment problem when mpadded is used (and its contents has a removeable <g> contatining a <rect>)
|
2012-02-06 15:28:58 -05:00 |
|
Davide P. Cervone
|
93a2905024
|
Fix SVG's mpadded container to not be removable, since the size no longer corresponds to the contents
|
2012-02-06 13:39:49 -05:00 |
|
Davide P. Cervone
|
bbac5d10ac
|
Use z-index=0 rather than 1 for Opera (that seems to be the default for positioned elements, but it needs to be specified for colored backgrounds to show up properly)
|
2012-02-06 11:51:27 -05:00 |
|
Davide P. Cervone
|
cc1c05bdd2
|
Use mathvariant rather than fontfamily to set the font for <ms> elements (make it consistent with SVG jax)
|
2012-02-06 10:30:16 -05:00 |
|
Davide P. Cervone
|
fc4ce3748f
|
Adjust for extra pixels above and below (now that they are added to the SVG object), and remove font-size CSS since it is handled in the scaling of the text by hand.
|
2012-02-05 19:23:35 -05:00 |
|
Davide P. Cervone
|
0a070ff628
|
Allow background colors to be shown properly in Opera (this may need additional checks)
|
2012-02-05 18:47:45 -05:00 |
|
Davide P. Cervone
|
5b7b698202
|
Fix problem with <ms> not passing the svg element to handleSpace()
|
2012-02-05 16:52:26 -05:00 |
|
Davide P. Cervone
|
77c52073b1
|
Fix centering for forced linebreaks in SVG output when linebreaking isn't specified. Still need to work out how to make this work better ifor in-line math, and for parts of equations (like fraction numerators, etc.)
|
2012-02-05 14:13:25 -05:00 |
|
Davide P. Cervone
|
3c18798e50
|
Fix a spacing problem in SVG output introduced by the previous commit.
|
2012-02-05 14:11:11 -05:00 |
|
Davide P. Cervone
|
ef50282a32
|
Fix a problem with the vertical size of mspace when it has a background color. Don't add colored backgrounds for semantics elements.
|
2012-02-05 13:21:03 -05:00 |
|
Davide P. Cervone
|
f30f917c22
|
Fix problem with size of colored background when padding-left is present (discovered from Fred's testing).
|
2012-02-04 17:48:51 -05:00 |
|
Davide P. Cervone
|
db4640d1f4
|
Fix problem with forced linebreaks in SVG mode, and a typo in one of the variable names
|
2012-02-04 17:33:31 -05:00 |
|
Davide P. Cervone
|
028d280a7d
|
Fix HTML-CSS tooltip to be work properly when a restart occurs within the tooltip.
|
2012-02-04 12:36:28 -05:00 |
|
Davide P. Cervone
|
daa1f31403
|
Fix SVG tooltip to be able to style the padding, to fix typo with name of SetData() method, and to make restarting work when it occurs within the tooltip.
|
2012-02-04 12:27:46 -05:00 |
|
Davide P. Cervone
|
2b991b95e9
|
Fix problem with size of tooltip box (needed to change the em and ex measurements to use height not width of test divs, since the direction was changed)
|
2012-02-03 21:49:12 -05:00 |
|
Davide P. Cervone
|
99bb83a86f
|
Fix typo that causes italics to be lost in some circumstances
|
2012-02-02 19:08:45 -05:00 |
|
Davide P. Cervone
|
a9a3635ec0
|
Get scaling correct when fontfamily is specified (need two spans so that fontsize can be multiplied by factor to adjust for scaling of math)
|
2012-02-02 18:54:34 -05:00 |
|
Davide P. Cervone
|
99d7828839
|
Get size to work properly when style sets the font size
|
2012-02-02 16:29:46 -05:00 |
|
Davide P. Cervone
|
5694332a99
|
Another try at getting elements with text coming from multiple fonts to work properly.
|
2012-02-02 16:12:36 -05:00 |
|
Davide P. Cervone
|
0d2d066b37
|
Make \ulcorner, etc. use more approprate unicode positions, and remap those positions to the locations in the MathJax_AMS fonts.
|
2012-02-01 16:15:30 -05:00 |
|
Davide P. Cervone
|
e25e07a8ba
|
Add xmlns attribute for all browsers (not just Chrome), since Safari and IE seem also to leave it out
|
2012-02-01 09:21:11 -05:00 |
|
Davide P. Cervone
|
23472e3f87
|
Add U+2032 through U+2037 to the STIX characters that must come from the variants font; don't special case U+2032 in TeX input or STIX font tables.
|
2012-01-31 14:09:24 -05:00 |
|
Davide P. Cervone
|
8b49255547
|
Make \dots produce mo with stretchy=false to correspond to the other mathchar0mo elements
|
2012-01-31 11:50:18 -05:00 |
|
Davide P. Cervone
|
876eb56c36
|
Remove unneeded semicolon in Firefox style parameter when width is specified
|
2012-01-31 11:05:55 -05:00 |
|
Davide P. Cervone
|
15aa6674b7
|
Fix problem with \mathop adding invisible times when the following isn't what the operator is being applied to (e.g., an <mspace>, or a BIN or REL operator)
|
2012-01-31 10:50:41 -05:00 |
|
Davide P. Cervone
|
2a3608ee37
|
Make EqnChunk smaller for mobile devices, and implement the chunk delay (inadvertantly left out)
|
2012-01-30 16:58:11 -05:00 |
|
Davide P. Cervone
|
9d7b67a10c
|
Fix problem with extra space being added to class name (was causing mspace with background color to to show up properly)
|
2012-01-30 08:05:45 -05:00 |
|
Davide P. Cervone
|
b1233d332c
|
Fix typo in EqnChunkDelay
|
2012-01-30 08:04:29 -05:00 |
|
Davide P. Cervone
|
b651ab1857
|
Fix positioning when <mroot> is missing its second argument
|
2012-01-26 19:57:10 -05:00 |
|
Davide P. Cervone
|
bb3b451b06
|
Add new parameters to default.js, and fix a few typos in config files comments
|
2012-01-26 15:51:46 -05:00 |
|
Davide P. Cervone
|
02909ecba4
|
Update copyright dates and set version numbers to 2.0; repack and recombine
|
2012-01-25 09:23:45 -05:00 |
|
Davide P. Cervone
|
6456a50e52
|
Allow SVG jax to laod without crashing in IE8 and below (but still get math processing errors). At least this doesn't need the timeout delay waiting for loadComplete() to be called.
|
2012-01-23 11:01:11 -05:00 |
|
Davide P. Cervone
|
344f832e1e
|
Better handling of MathPlayer settings. In particular, allow Alt-Click in IE8 and lower when math menu is disabled.
|
2012-01-23 10:06:52 -05:00 |
|
Davide P. Cervone
|
92f00c7f5b
|
Add a MathPlayer menu item in IE to allow user control over what gets passed to MathPlayer (this allows users with assitive technology to control the setup to suit their needs).
|
2012-01-23 06:49:11 -05:00 |
|
Davide P. Cervone
|
b02429e1ad
|
Have MathJax.js set up MathPlayer if it can (since delaying that is what causes crashes). Also make preview be hidden to prevent screen readers from seeing them once the math is typeset.
|
2012-01-22 17:40:46 -05:00 |
|
Davide P. Cervone
|
3f8f21a3be
|
Add STIXversion to FONTDATA and fix typo in delimiter adjustments for 1.0
|
2012-01-21 18:10:11 -05:00 |
|
Davide P. Cervone
|
603328ae82
|
Add \middle command to TeX input jax
|
2012-01-21 16:47:46 -05:00 |
|
Davide P. Cervone
|
39b0122d08
|
Fix problem with MathML input adding extra class of 'null' when no class is present on an element (result of changes to include special classes for TeX attributes)
|
2012-01-21 15:08:19 -05:00 |
|
Davide P. Cervone
|
df053847ab
|
Pack previous commit, and remove debugging commands from 1.0 data file accidentally left in.
|
2012-01-21 15:02:58 -05:00 |
|
Davide P. Cervone
|
14b3702e85
|
Fix a typo in the displaystyle parameter for the pre- and post-filters of the TeX input jax
|
2012-01-20 11:02:31 -05:00 |
|
Davide P. Cervone
|
a4d08f6522
|
Improve font detection for WebKit browsers (still doesn't work for Safari/Win). May resolve issue #65.
|
2012-01-19 18:48:11 -05:00 |
|
Davide P. Cervone
|
afb4257a83
|
Add WOFF fonts and use them in browsers that support them; fix error in font reporting in About box
|
2012-01-19 10:18:52 -05:00 |
|
Davide P. Cervone
|
db29cf3414
|
Fix a measuring problem in Firefox
|
2012-01-18 16:19:23 -05:00 |
|
Davide P. Cervone
|
f5d43333ca
|
Work around STIX font issue in OS X Lion
|
2012-01-18 16:18:48 -05:00 |
|
Davide P. Cervone
|
0410bdc8ac
|
Remap bold combined negations to uncombioned pairs when they aren't in the web fonts
|
2012-01-18 12:27:42 -05:00 |
|
Davide P. Cervone
|
5422dda7a1
|
Merge branch 'AsciiMath' into v2.0-candidate
|
2012-01-18 11:45:34 -05:00 |
|
Davide P. Cervone
|
f4eecb684e
|
Allow element ID's to use \label name rather than equation number (optionally). Requested in issue #71.
|
2012-01-18 11:17:47 -05:00 |
|
Davide P. Cervone
|
44344c7142
|
Fix \dots to produce \ldots or \cdots depending on the following element (as the LaTeX version does)
|
2012-01-18 09:40:12 -05:00 |
|
Davide P. Cervone
|
61abf6c9a6
|
Fix problem with appendChild when appending a fragment (the fragment needs to be cleared)
|
2012-01-17 11:21:58 -05:00 |
|
Davide P. Cervone
|
31f654fd0b
|
Use mathvariant rather than fontfamily or fontweight in AsciiMath output
|
2012-01-17 10:57:32 -05:00 |
|
Davide P. Cervone
|
104cd54d66
|
Capitalize Show Source menu item for AsciiMath
|
2012-01-17 10:37:52 -05:00 |
|
Davide P. Cervone
|
935585bec7
|
New ASCIIMath input jax based on David Lippman's contributed versions
|
2012-01-17 10:36:13 -05:00 |
|
Davide P. Cervone
|
682fe27d7e
|
Remap letter-like symbols to the variants where they exist in teh web fonts
|
2012-01-16 17:17:39 -05:00 |
|
Davide P. Cervone
|
2a9287b06a
|
Fix texClass for <mo> elements that should be class OP, and make ^ and + be stretchy accents in infix mode
|
2012-01-16 15:44:02 -05:00 |
|
Davide P. Cervone
|
9a092fe68b
|
Modify accents to use better characters in some circumstances (basically the right arrow at the moment)
|
2012-01-15 15:26:36 -05:00 |
|
Davide P. Cervone
|
db55f22ba7
|
Handle pseudo-scripts better (don't translate <mo>'s that aren't in superscripts, and do translate the ones that are)
|
2012-01-14 20:30:13 -05:00 |
|
Davide P. Cervone
|
65892262ac
|
Move remapping of <mo> contents to output jax, so that the original MathML is left unchanged
|
2012-01-14 16:33:43 -05:00 |
|
Davide P. Cervone
|
f2170f4c4a
|
Make \require{} check URL for safety (currently overkill; it only allows loading from the extensions directory)
|
2012-01-14 15:30:25 -05:00 |
|
Davide P. Cervone
|
9763b5754f
|
Handle \not better (produce proper unicode points for negated characters, when possible, use \u0338 when possible, and do \mathrel{\rlap{/}} otherwise). Add remappings to convert unavailable combinations back to combining characters for web-based fonts (this also makes it possible to handle double and tripple prime unicode code points).
|
2012-01-14 15:05:47 -05:00 |
|
Davide P. Cervone
|
1b20e06e30
|
More fixes to make multi-character elements with characters taken from different fonts work out better
|
2012-01-14 13:23:34 -05:00 |
|