Commit Graph

3456 Commits

Author SHA1 Message Date
Davide P. Cervone
ba8a739531 Fix for parentNode bug in IE 2010-11-09 07:20:13 -05:00
Casey W. Stark
7bef10c075 Updated start page svn reference to tell users to use Git by default and mention svn mirror 2010-11-02 20:48:28 -07:00
Casey W. Stark
72975ce684 Top level README 2010-11-02 20:38:08 -07:00
Casey W. Stark
6cec11ee94 Updating installation docs page. Added the Git install method and changed the archive method to the GitHub downloads. 2010-11-02 20:32:35 -07:00
Casey W. Stark
b7a286cb2c Updated the community docs page for Google Groups and GitHub 2010-11-02 19:55:03 -07:00
Davide P. Cervone
3dfd100a64 Merge remote branch 'mathjax/master' 2010-11-02 11:46:54 -04:00
Davide P. Cervone
638918f93f Updated html output from changes rst files 2010-11-02 11:19:26 -04:00
Davide P. Cervone
862d07a04b Changes from Sean for IE9 2010-11-02 11:16:14 -04:00
Davide P. Cervone
1f2135bd53 Fix file names to remove SourceForge directory references 2010-11-02 10:19:25 -04:00
Sean Hogan
df61c069a0 IE <= 8 parses MathML incorrectly. MathJax implements an alternative code path to get around this problem. This code was executed for all versions of IE, but IE9 parses MathML correctly, so this fix implements feature detection of MathML parsing. 2010-10-29 11:13:39 +11:00
Sean Hogan
cf3c56cbce match spelling fixes from jasondavies 2010-10-21 21:50:51 +11:00
Sean Hogan
cc29dbbceb Merge branch 'master' of http://github.com/jasondavies/MathJax into jasondavies-master 2010-10-21 21:32:57 +11:00
Davide P. Cervone
266328ebca Fix a problem with IE when parentNode is null.
Apparently IE removes empty text nodes, and so the open.parentNode can
be null.  So check before trying to remove the node.  This resolves
the issue raised by
https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3902096
2010-10-20 22:46:30 -04:00
Jason Davies
be1b17f544 Fix spelling 2010-10-19 14:40:08 +01:00
Sean Hogan
fac13ed351 issue #4: MathJax init fail in IE9 (IE9 mode) 2010-10-15 16:04:27 +11:00
Sean Hogan
73070cc749 issue #3: MathJax init fail in IE9 (IE7 mode) 2010-10-15 15:59:29 +11:00
dpvc
c35cfc9e9f Make sure movable limits is off for \underline and related macros (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3873129)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@623 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-10-10 23:41:08 +00:00
dpvc
bb695a2d9a Work around MSIE bug where outerHTML doesn't put quotation marks around attribute values in some cases (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3873440)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@622 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-10-10 23:25:11 +00:00
dpvc
9a05b34113 Work around Firefox bug that inserts a line break when display math causes an empty text node within a pre element
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@621 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-10-10 22:02:20 +00:00
dpvc
86ad73c8bd Fix reference to params.config to check for params (avoids undefined variable error)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@620 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-10-01 10:34:50 +00:00
dpvc
8971f378f5 Add ability to pass parameters to the script that loads MathJax (via MathJax.js?name=value&name=value&... in the URL). Implement config=file parameter as a method of specifying the configuration file.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@619 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 03:36:41 +00:00
dpvc
89fab25603 Make AJAX.loadComplete() work even if no AJAX.Load() was called (in preparation for putting multiple files into a single configuration file that can include all the common extensions and setup files)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@618 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 02:49:27 +00:00
dpvc
b8350ca60c Bump version for changes in SVN 613
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@617 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 02:24:54 +00:00
dpvc
8b46d6f27e Bump version number for changes in SVN 615
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@616 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 02:22:13 +00:00
dpvc
508188ecba Fix problem with combining operators when an element is null, and only combine within mrows (and inferred mrows). Should this be in the STACK.Push() methods instead?
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@615 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 02:14:55 +00:00
dpvc
173f1e22df Add check for xmlns that specifies MathML, and process tags with namespace prefixes in HTML documents
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@614 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 01:13:30 +00:00
dpvc
fa7820f393 Preserve case when adding xmlns to <math> element
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@613 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 01:12:25 +00:00
dpvc
be52ea6f7f Bump the version numbers due to the changes in SVN 609-611
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@612 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 01:31:42 +00:00
dpvc
bf75061186 Combine adjacent REL operators into a single <mo> tag (resolves bug #3074348)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@611 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 01:19:44 +00:00
dpvc
ee4a142258 Add support for \href, \style, \class, and \cssId macros
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@610 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 00:35:22 +00:00
dpvc
58ee4a04a5 Handle background colors from style attributes better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@609 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 00:34:43 +00:00
Casey W. Stark
344c25fa2f Merge branch 'old' 2010-09-25 23:57:15 -07:00
Davide Cervone
4965070442 Use onkeypress to force IE to do onchange when RETURN is pressed (resolves bug reproted at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3862906)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@608 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-23 11:12:15 +00:00
Davide Cervone
81a1413d19 Add separate (shorter) timeout for web fonts, and after first web font fails, give up on web fonts and use image fonts instead (if available)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@607 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-22 23:43:22 +00:00
Davide Cervone
d0800c8c3c Change jax 'name' property to 'id' to avoid conflict with read-only name property of the Function object (the ElementJax and base classes are functions)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@606 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-22 21:58:30 +00:00
Davide Cervone
7890430ddb Update html docs to include corrections in rst files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@605 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-20 03:31:05 +00:00
Davide Cervone
8a883edb0a Fix use of image mode for iPad/iPhone/iPod
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@604 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-20 03:29:40 +00:00
Jason Davies
85975e7880 Fix spelling and grammar typos in docs 2010-09-20 02:30:21 +08:00
Robert Miner
a1bd4704ec fixed bad typos in sample config code s/C/c/
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@603 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-16 22:58:38 +00:00
Davide Cervone
311b800451 Update html docs to include recent changes in rst files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@602 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-14 12:19:42 +00:00
Davide Cervone
960c0db2ab Fix problem with IE8 inserting <?xml:namespace> tags in upper case as part of the <math> tag's outerHTML.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@601 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-14 12:18:34 +00:00
Davide Cervone
961a5ab928 Allow CDATA comments to include newlines
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@600 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-03 16:25:22 +00:00
Davide Cervone
fdf51d1425 Let Android 2.2 use web-fonts, but still have iPod/iPhone/iTouch use image mode. Should mobile safari default to images, and only allow web fonts when known to work?
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@599 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-01 21:36:58 +00:00
Davide Cervone
0c1bddc0a2 Fixes to detect Firefox 4 and Android 2.2 work better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@598 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-01 17:09:49 +00:00
Casey W. Stark
5eece68de7 Two typos in the TeX docs page
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@597 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-31 05:17:38 +00:00
Davide Cervone
f33232b0cf Replace illegal character used in cookie name (again).
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@596 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-30 11:14:03 +00:00
Davide Cervone
3a43c9b273 Change cookie prefix to not include illegal ':' character
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@595 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-29 20:52:19 +00:00
Davide Cervone
b2cdb55231 Work around a bug new in Opera 10.61 that causes it to get the em-size wrong (resolves bug 3054207)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@594 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-27 16:27:41 +00:00
Davide Cervone
71ac366cad Change \b to (^| ) or ( |$) when looking for math in the class name
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@593 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-27 12:15:56 +00:00
Davide Cervone
4067a227fe Correct error in svn command for version 1.0 tag, and update HTML files to include recent changes
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@592 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-26 13:02:52 +00:00