Commit Graph

180 Commits

Author SHA1 Message Date
Davide P. Cervone
a2fda2a8e2 Add a minimim scaling (since some people have reported the math getting too small), plus some cosmetic adjustments 2010-12-29 15:35:15 -05:00
Sean Hogan
9d76ae713c Add useProcessingFrame internal config and enable for Firefox, Safari, Chrome. 2010-12-24 13:45:52 +11:00
Sean Hogan
960e9a0eda Change the .MathJax_Processing frame to also contain the span used in getScales().
Also change the call arguments to getScales() from "div,span" to "span,span".
Together these provide a significant performance boost on Webkit browsers.
2010-12-09 13:40:17 +11:00
Sean Hogan
7df8b036f4 Revert "Place HDMspan for getScales() in its own position:fixed frame."
This reverts commit ea16da4641.
2010-12-09 12:17:24 +11:00
Sean Hogan
ea16da4641 Place HDMspan for getScales() in its own position:fixed frame. 2010-11-22 23:12:01 +11:00
Sean Hogan
1cfbeaf41d Merge branch 'reflow' of https://github.com/dpvc/MathJax into reflow 2010-11-22 15:15:59 +11:00
Robert Miner
5edba59ca8 further refined the wording about community resource 2010-11-17 16:00:26 -06:00
Davide P. Cervone
d8f34cb591 Use position:fixed overflow:hidden when typesetting math to keep WebKit and Firefox rendering times more constant on long pages 2010-11-16 20:52:59 -05:00
Tyler Breisacher
fe21173520 don't use the sourceforge tracker, use the github tracker! 2010-11-15 18:03:41 -08:00
Tyler Breisacher
41814a955a fixing a typo 2010-11-15 17:48:55 -08:00
Tyler Breisacher
6753181877 Adding a .gitignore 2010-11-15 17:46:49 -08: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