Commit Graph

2097 Commits

Author SHA1 Message Date
Davide P. Cervone
1ecd7fbd49 Fix problem with \over used inside array entries (resolves issue#54) 2011-01-21 20:18:16 -05:00
Davide P. Cervone
bdb2d9fde9 Make \raise and \lower properly adjust height/depth (resolves issue#58) 2011-01-21 19:53:58 -05:00
Davide P. Cervone
8b9ee1d9f3 Make sure changes only occur in display math, not in-line math 2011-01-20 13:09:04 -05:00
Davide P. Cervone
7c93160644 Honor the displayAlign and displayIndent settings in NativeMML output (resolves issue#50) 2011-01-20 13:04:09 -05:00
Davide P. Cervone
7e607fd3c0 Add synchronization with HTML-CSS jax so that thee files can be included in combined config files more readily 2011-01-20 08:20:26 -05:00
Davide P. Cervone
0255e0c6bf Move creation of FONTTEST to Config(), since it relies on document.body being available 2011-01-20 08:19:10 -05:00
Davide P. Cervone
c1de343e4e Properly handle menu renderer settings when combined config files are used. (REsolves issue 51) 2011-01-20 08:18:02 -05:00
Davide P. Cervone
699e063991 Self-closing tags in HTML aren't processed properly in some browser, and end up with the following elements as children. This patch moves the children back out to become siblings again. 2011-01-19 20:24:16 -05:00
Davide P. Cervone
e106941b76 Repack and recombine, plus bump NativeMML version number 2011-01-18 18:04:57 -05:00
Davide P. Cervone
2d762625b9 Don't use MathJax_MathContainer when not using Math Menus in MSIE 2011-01-18 17:59:42 -05:00
Sean Hogan
7a5f979f54 A fix for 'issue49' on Opera 2011-01-12 23:37:24 +11:00
Sean Hogan
f3445fb09f Merge branch 'issue47' of https://github.com/dpvc/MathJax 2011-01-11 11:38:09 +11:00
Sean Hogan
6f5ba8660d Merge branch 'issue46' of https://github.com/dpvc/MathJax 2011-01-11 11:32:26 +11:00
Davide P. Cervone
7cdfe6b5c4 Add support for otf fonts in iOS4.2 2011-01-09 17:02:51 -05:00
Davide P. Cervone
043442649c Prevent Opera from using STIX fonts (resolves issue #46), unless explicitly requested via the font menu (not normally accessible to users) 2011-01-09 11:23:59 -05:00
Davide P. Cervone
63d6c58791 Use hasOwnProperty to make sure we only test real jax (resolves issue #47) 2011-01-07 15:48:56 -05:00
Sean Hogan
41c754f532 Merge branch 'combine' of https://github.com/dpvc/MathJax 2011-01-05 23:33:27 +11:00
Sean Hogan
482ea4724a Merge branch 'recursive-macros' of https://github.com/dpvc/MathJax 2011-01-05 23:18:28 +11:00
Davide P. Cervone
1263f164da Add macro count to newcommand extension and latex environment processing. Bump version number for input jax 2011-01-04 11:41:36 -05:00
Davide P. Cervone
a9b754c811 Test for recursive macro definitions by keeping a substitution count and also checking the size of the string after substitution 2011-01-04 11:15:54 -05:00
Sean Hogan
0ac041f488 Merge branch 'jax-extensions' of https://github.com/dpvc/MathJax 2011-01-04 12:34:50 +11:00
Sean Hogan
74443b3205 Merge branch 'sqrt' of https://github.com/dpvc/MathJax 2011-01-04 12:08:55 +11:00
Sean Hogan
3f834d0cf3 Merge branch 'issue29' of https://github.com/dpvc/MathJax 2011-01-03 23:00:31 +11:00
Davide P. Cervone
a5190134e1 Add a blank line for consistent formatting 2011-01-02 09:23:12 -05:00
Davide P. Cervone
9b1c63acd1 Changed no-wrap to nowrap 2011-01-02 09:07:22 -05:00
Davide P. Cervone
e0da83e172 Allow config parameter and script to both be used together 2011-01-01 17:19:56 -05:00
Davide P. Cervone
f5c0ac5bcd Changes to allow output jax to be included in a combined configuration file (more careful synchronization is needed in order to make sure the jax is loaded before typesetting begins) 2011-01-01 16:44:48 -05:00
Davide P. Cervone
244069816a Since loadComplete calls Config and Startup, which require the page body to be nodified, wait for the onload handler to call loadComplete 2011-01-01 16:42:20 -05:00
Davide P. Cervone
9be0bfa9a7 Changes to make it possible to combine these into one large configuraiton file (In that case, MMLtoHTML should register the proper output jax, since both will be loaded) 2011-01-01 16:40:16 -05:00
Davide P. Cervone
eead123143 Add CSS to enforce NOBR default white-space (fixes issue #29) 2010-12-31 20:44:39 -05:00
Davide P. Cervone
ad3fd4b960 Improve placement of surd for square roots and nth roots 2010-12-31 20:17:24 -05:00
Davide P. Cervone
a967955ddb Allow jax configuration block to specify extensions to be loaded when the jax is loaded (rather than needing to have them loaded at MathJax configuration time) 2010-12-31 19:50:45 -05:00
Davide P. Cervone
b24524afcf Merge dpvc/parallel branch 2010-12-30 14:37:37 -05:00
Davide P. Cervone
72c7d9fef4 Add spaces so that the next merge will identify the differences better 2010-12-30 14:33:18 -05:00
Sean Hogan
c77c53f1a9 Merge branch 'reflow' of https://github.com/dpvc/MathJax 2010-12-30 13:14:40 +11:00
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
Davide P. Cervone
b15ca6e7c5 Move laodComplete calls to make sure they occur after the MML jax is loaded 2010-12-29 11:04:50 -05:00
Davide P. Cervone
1ee6dffddc Fix some comments 2010-12-29 11:02:28 -05:00
Sean Hogan
9d76ae713c Add useProcessingFrame internal config and enable for Firefox, Safari, Chrome. 2010-12-24 13:45:52 +11:00
Davide P. Cervone
d504409219 Fix problem with nesting of math delimiters in InternalMath() 2010-12-09 13:20:44 -05: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
Davide P. Cervone
167aedfa09 Put jax.js in a property of the jax so that it can be changed (e.g., to combine the jax with some of its components, or with other jax) 2010-11-17 22:09:48 -05: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
Davide P. Cervone
fe80ecb7c7 Merge branch 'master' into parallel 2010-11-15 21:08:50 -05:00
Robert Miner
8644056391 moved files out of mathjax/ to top level 2010-11-13 12:38:42 -06:00