Commit Graph

322 Commits

Author SHA1 Message Date
Davide P. Cervone
696e0c5ecc Fix wrong file paths in header comments 2011-01-04 08:08:06 -05:00
Sean Hogan
44a0b9e6b5 Merge branch 'docs' of https://github.com/dpvc/MathJax 2011-01-04 14:02:41 +11:00
Sean Hogan
69598bbcb1 Switch the repository from fonts.zip to fonts/ directory 2011-01-04 13:35:56 +11:00
Sean Hogan
0ac041f488 Merge branch 'jax-extensions' of https://github.com/dpvc/MathJax 2011-01-04 12:34:50 +11:00
Sean Hogan
24501179bf Repack to match sqrt branch additions. 2011-01-04 12:11:57 +11:00
Sean Hogan
74443b3205 Merge branch 'sqrt' of https://github.com/dpvc/MathJax 2011-01-04 12:08:55 +11:00
Davide P. Cervone
0bba84d3d7 Add accessibility configurations 2011-01-03 19:02:59 -05:00
Davide P. Cervone
93f1cbe014 Remove unneeded configurations 2011-01-03 13:34:43 -05: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
496a39f742 Pre-packaged configuration files for various scenarios 2011-01-01 21:03:11 -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
0c43db656c Packed versions of previous commits 2011-01-01 16:55: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
d4aab90b9d Pack the previous changes 2010-12-31 20:19:18 -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
8e8091939d Update instructions for obtaining an archive to correspond better with the GitHub file-naming for distribution files. 2010-12-31 16:59:15 -05:00
Davide P. Cervone
8e0833caac Remove references to fonts.zip because the fonts will now be part of the repo 2010-12-31 16:46:12 -05:00
Davide P. Cervone
a9ba6f6e19 Change versino to 1.1, update installation instructions, and remove sphinx internal files from html directory 2010-12-31 08:38:25 -05:00
Davide P. Cervone
58ce73bfd8 Update packing to just use yuicompressor 2010-12-30 15:31:25 -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
Sean Hogan
89d921973a Merge branch 'issue36' of https://github.com/dpvc/MathJax 2010-12-30 13:11:45 +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
beae39545a Merge branch 'master' of https://github.com/mathjax/MathJax 2010-12-11 15:19:22 -05:00
Davide P. Cervone
d49ab05b8d Fix OTF fonts so that they work with Firefox 3.6.13 and above 2010-12-11 15:18:29 -05: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
Sean Hogan
1cfbeaf41d Merge branch 'reflow' of https://github.com/dpvc/MathJax into reflow 2010-11-22 15:15:59 +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
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
Davide P. Cervone
fe80ecb7c7 Merge branch 'master' into parallel 2010-11-15 21:08:50 -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
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