Commit Graph

2676 Commits

Author SHA1 Message Date
Tyler Breisacher
6753181877 Adding a .gitignore 2010-11-15 17:46:49 -08:00
Davide P. Cervone
ed75d7a48f Add compressed versions of the changes for parallel loading 2010-11-14 21:34:34 -05:00
Davide P. Cervone
263b18cf6f Merge branch 'master' into parallel 2010-11-14 21:17:37 -05:00
Davide P. Cervone
1858663245 Do Jax and Extensions in parallel 2010-11-14 21:05:23 -05:00
Davide P. Cervone
1893ba4abe Load jax configuration files asynchronously (must keep track or original orderto get default output jax right) 2010-11-14 20:20:01 -05:00
Davide P. Cervone
1b56b06021 Reformatting for new nesting due to synchronization with element jax 2010-11-14 19:42:52 -05:00
Davide P. Cervone
db3b0ef731 Allow jax files to be loaded in parallel rather than sequentially (need to synchronize output jax with modifications of element jax) 2010-11-14 19:36:09 -05:00
Robert Miner
8644056391 moved files out of mathjax/ to top level 2010-11-13 12:38:42 -06:00
Robert Miner
55df3cc580 removed mathjax-dev from repo 2010-11-13 12:28:05 -06:00
Robert Miner
abcdea392b removed mathjax-dev from repo 2010-11-13 12:22:20 -06:00
Davide P. Cervone
4118b30a7d test directory was not supposed to become part of the main repository (it was just for testing the fixes 2010-11-11 22:20:20 -05:00
Sean Hogan
806f48acdf Merge branch 'issue13' of https://github.com/dpvc/MathJax 2010-11-11 23:39:12 +11:00
Sean Hogan
1fe4e80138 Merge branch 'issue18' of https://github.com/dpvc/MathJax 2010-11-11 23:38:35 +11:00
Davide P. Cervone
d23f38412d Merge remote branch 'origin' 2010-11-11 06:36:22 -05:00
Davide P. Cervone
bcac0b133e Removed unneeded reassignment of 'element' 2010-11-10 21:59:07 -05:00
Davide P. Cervone
59bedca861 Remove superfluous MathJax_Processing class (can't find the width error that position:relative was supposed to prevent) 2010-11-10 07:03:33 -05:00
Davide P. Cervone
6dd80fa196 issue #18: resolve conflict between jsMath2jax and tex2jax both processing the same equation 2010-11-09 11:15:45 -05:00
Davide P. Cervone
1e4efb3210 OOPS, the processUpdateTime wasn't actually changed in the earlier commit, so fix it here 2010-11-09 09:37:12 -05:00
Davide P. Cervone
f86e8173cf Use position:relative only when typesetting (needed for width measurements), but change back once it is typeset 2010-11-09 09:25:27 -05:00
Davide P. Cervone
cadc88925f Improved responsiveness during typesetting 2010-11-09 09:23:22 -05:00
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