Commit Graph

531 Commits

Author SHA1 Message Date
Davide P. Cervone
4937810570 Merge branch 'linebreaks' into new-features (adds automatic line breaking) 2011-09-11 10:26:28 -04:00
Davide P. Cervone
fcefc54b20 Merge branch 'issue71' into new-features (adds line numbering, \label and \ref) 2011-09-11 10:10:48 -04:00
Davide P. Cervone
a3afcbc6ef Merge branch 'issue38' with 'new-features' (adds better \color support) 2011-09-11 10:01:54 -04:00
Davide P. Cervone
2ace71f35e Merge with issue93 (adds extensible arrows), and resolve conflicts 2011-09-11 09:47:41 -04:00
Davide P. Cervone
73b3214a9e Merge branch 'tooltips' into new-features 2011-09-11 09:40:09 -04:00
Davide P. Cervone
6c60d75f2e Merge branch 'mhchem' into new-features 2011-09-11 09:39:36 -04:00
Davide P. Cervone
cb0e3eb774 Merged with cases (and resolved conflicts) 2011-09-11 09:39:01 -04:00
Davide P. Cervone
efbc1612f3 Add support for extpfeil extension -- more stretchy arrows (resolves issue #93) 2011-09-10 19:29:29 -04:00
Davide P. Cervone
58d876b417 Add stretchy equals (needed for extpfeil) 2011-09-10 19:16:27 -04:00
Davide P. Cervone
29d07d1420 Removed extra comma that causes IE problems (Fred caught it) 2011-08-13 09:16:57 -04:00
Davide P. Cervone
161b463141 Switch order of commented out formats to avoid final comma problems if they are uncommented 2011-08-12 08:27:36 -04:00
Davide P. Cervone
c794e7ce19 Fixed some typos, and added comments to help clarify the equation numbering parameters 2011-08-11 15:36:17 -04:00
Davide P. Cervone
69c42b866e Implement automatic linebreaking in HTML-CSS output, and improve explicit linebreaking. (This is one of the v1.2 milestones) 2011-08-11 14:54:43 -04:00
Davide P. Cervone
9714e96d13 Don't allow Safari/Windows to use STIX fonts, since it can't access Plane1 (resolves issue #94) 2011-07-26 21:24:01 -04:00
Davide P. Cervone
7f2292ec7b Fix comments in fontdata-extra files 2011-07-26 20:04:55 -04:00
Davide P. Cervone
70bd48f00a Merge with master (brining up to adate with v1.1a) 2011-07-24 10:21:47 -04:00
Davide P. Cervone
bd2fb28932 Merge with master (brining up to adate with v1.1a) 2011-07-24 10:07:30 -04:00
Davide P. Cervone
6bd9ce99f3 Merge branch 'master' into tooltips 2011-07-24 10:00:00 -04:00
Davide P. Cervone
ee2609dc97 Merge with master (brining up to adate with v1.1a) 2011-07-24 09:59:14 -04:00
Davide P. Cervone
f58689bc7d Merge branch 'master' into cases 2011-07-24 09:53:16 -04:00
Davide P. Cervone
ff5aab74db Merge with mathjax/master (bringing branch up to date) 2011-07-24 09:51:41 -04:00
Davide P. Cervone
29239f00ce Fix problem with fractions in displaystyle, fix problem with minus sign in superscripts, add \hyphen macro (used in some examples), and removed extra comman (that causes IE to fail). 2011-07-24 08:06:16 -04:00
Davide P. Cervone
5e9616370b Initial version of mhchem package (implements \ce, \cf, \cee commands) 2011-07-22 09:37:15 -04:00
Davide P. Cervone
da8d4885fb Update html output for change in headers 2011-07-20 15:56:58 -04:00
Davide P. Cervone
80903c67b8 Restore version to 1.1 (not keeping separate version tracks for hot-fixes), and add in menu changes from www.mathjax.org 2011-07-20 15:53:33 -04:00
Davide P. Cervone
976f45bff8 Merge in Robert's change from mathjax/master 2011-07-12 11:16:51 -04:00
Davide P. Cervone
adc2e87250 Merge remote branch 'mathjax/master' 2011-07-12 11:16:06 -04:00
Davide P. Cervone
a130562da2 merge from docs-update and change version number to 1.1a 2011-07-12 11:06:31 -04:00
Davide P. Cervone
e72b960fb0 Update docs based on Fred's reading of the documentation 2011-07-12 11:03:05 -04:00
Robert Miner
14af7c2cbe added a section on secure access to the CDN to the docs 2011-06-27 09:37:26 -05:00
Davide P. Cervone
cec79bfe50 Fix a timing issue when the HTML-CSS jax loads before the TeX jax is complete, now that they are loaded in parallel rather than serially 2011-06-06 15:06:54 -04:00
Davide P. Cervone
45dd111fe9 Fix timing problem with Jax startup sequence so that the required array can be modified in the Config method (as it is in the HTML-CSS jax). This resolves a timing ising with IE 2011-06-06 15:05:22 -04:00
Davide P. Cervone
065acfd10a Work around IE bug when direction:rtl is specified outside the math 2011-06-05 11:35:09 -04:00
Davide P. Cervone
2953e01b12 Fix problems with annotation-xml in IE (work around IE lack of importNode, and bug with copying style attributes 2011-06-05 11:33:49 -04:00
Davide P. Cervone
0d9bb61950 Update documentation to include new undefinedFamily parameter 2011-06-02 09:34:49 -04:00
Davide P. Cervone
eb63ba8daa Update alert concerning security settings for MathPlayer when it fails to initialize 2011-06-02 09:18:31 -04:00
Davide P. Cervone
46320e5b9e Do setup for MathPlayer and DOM Parser when first needed rather than at startup (since these can be disabled by IE causing errors). Put up alerts indicating security settings to change if IE fails to set these up properly. 2011-06-01 21:09:36 -04:00
Davide P. Cervone
37f61a88ef Recombine previous changes 2011-06-01 18:25:25 -04:00
Davide P. Cervone
79a8253da0 Fix problem where characters were lost when an unknown character was in the same text string (in token elements) 2011-06-01 18:22:21 -04:00
Davide P. Cervone
b7525afe5c Fix problem with " in attributes, and with entity names that include numbers 2011-06-01 18:17:52 -04:00
Davide P. Cervone
3687469e6f Fix incorrect mapping of digamma in IE, and don't use variant forms (not sure why they were used in the first place, but they do not seem to be needed now) 2011-06-01 18:15:09 -04:00
Davide P. Cervone
e9e3135981 Trap errors during the toMathML() call and redisplay if it is a RestartAfter call (e.g., loading of an entity file) 2011-06-01 18:13:02 -04:00
Davide P. Cervone
8588f02413 Remove extra comma from RANGES (causes IE crash), bump version numbers, and rename IE Greek ranges to work properly with new greek range in 1.1a 2011-05-30 14:05:35 -04:00
Davide P. Cervone
5f2d61e96b Update fonts to fix OS/2 tables so IE9 will read them in IE7 and Quirks modes 2011-05-18 15:19:43 -04:00
Davide P. Cervone
1da9f58062 Update About box to show MathJax version separately from MathJax.js version, and make sure lettering is black (isolates from page CSS a bit more). 2011-05-18 15:06:28 -04:00
Davide P. Cervone
861d254bec Don't try to check for jax if specified element is null (prevents a crash) 2011-05-18 14:52:49 -04:00
Davide P. Cervone
d54cfb2519 Fix a problem with two DIV's having the same ID when MSIE is used; fix a problem where the v1.0 configuration message does show up for IE7 and 6. 2011-05-18 14:51:07 -04:00
Davide P. Cervone
2df2c4a268 Add files left out (packer used to miss ones with size less than 1K) 2011-05-18 11:12:39 -04:00
Davide P. Cervone
5392f6e98f Repack, recombine, completes merge of htmlcss-fixes 2011-05-18 11:11:28 -04:00
Davide P. Cervone
13221321d8 Repack, recombine (completed merge with font-update branch up to 0dc8212) 2011-05-18 11:00:37 -04:00