Davide P. Cervone
|
e441641727
|
Bump version number of file (for previous commit)
|
2012-02-27 20:30:34 -05:00 |
|
Davide P. Cervone
|
7099e84a36
|
Turn off positionToHash for now (until I can straighten it out
|
2012-02-27 20:25:31 -05:00 |
|
Davide P. Cervone
|
b8fc1c99f5
|
Bump the version number on MathMenu.js to account for the previous change
|
2012-02-27 18:19:32 -05:00 |
|
Davide P. Cervone
|
b82c4ac6ee
|
Fix typo in renderer-switching message for Forefox MML
|
2012-02-27 15:17:26 -05:00 |
|
Davide P. Cervone
|
5612b3f296
|
Updated README to include AsciiMath input
|
2012-02-26 10:52:17 -05:00 |
|
Davide P. Cervone
|
4174acf5ac
|
Change help-2-0 to help-v2 in URL references (I think this looks better)
|
2012-02-26 10:46:52 -05:00 |
|
Davide P. Cervone
|
66058ed1e7
|
Move help files to help-2-0 since menu setup is different, and if we edit the on0line docs, then sites that are still uwing v1.1 will point to the new docs instead of the ones appropriate for their version
|
2012-02-26 09:31:51 -05:00 |
|
Davide P. Cervone
|
3f415603d8
|
Bring AsciiMath up to version 2.0.1 (by modifying two lines in the 1.4.7 version)
|
2012-02-26 07:41:44 -05:00 |
|
Davide P. Cervone
|
4d61d199ca
|
Incorporate Ivan's edits, fix the zipball name that he changed, and update SVG description to list the browsers that it doesn't support
|
2012-02-26 07:21:19 -05:00 |
|
Davide P. Cervone
|
db3c5e7aba
|
Merge pull request #1 from ivanistheone/v2.0-candidate
Small fixes for v2.0 docs
|
2012-02-26 04:02:10 -08:00 |
|
Ivan Savov
|
8bd6ed195e
|
Small updates documentations. One or two phrase simplifications and took out some references to 1.1 release
|
2012-02-26 04:00:44 -05:00 |
|
Davide P. Cervone
|
c1fe357733
|
Make SVG style handling be the same as HTML-CSS (don't inherit styles). This needs to be reworked so that some styles do get inherited
|
2012-02-25 17:27:32 -05:00 |
|
Davide P. Cervone
|
3a2b03a605
|
Add missing DefineColor macro to autoload-all extension
|
2012-02-25 13:18:53 -05:00 |
|
Davide P. Cervone
|
152d31182e
|
Repack all javascript files (to update the copyright notice) and recombine (make sure all combined files are current)
|
2012-02-24 17:22:48 -05:00 |
|
Davide P. Cervone
|
50d1f45668
|
Merge branch 'doc-update' into v2.0-candidate
|
2012-02-24 10:08:06 -05:00 |
|
Davide P. Cervone
|
ab487a051c
|
Don't do bolding if width is not readable (e.g., inside a container with display:none). Resolves issue #194.
|
2012-02-24 10:07:32 -05:00 |
|
Davide P. Cervone
|
ae27155ff7
|
Merge branch 'v2.0-candidate' of https://github.com/dpvc/MathJax into doc-update
|
2012-02-23 19:25:11 -05:00 |
|
Davide P. Cervone
|
d82b3be4fb
|
Fix problem with indentShift when indentAlign is not 'center' and the equation is tagged
|
2012-02-23 19:24:51 -05:00 |
|
Davide P. Cervone
|
c1ab649925
|
Add MathJax.InputJax.TeX.resetEquationNumbers() routine to allow reprocessing of pages that have equation numbers and labels
|
2012-02-23 14:52:54 -05:00 |
|
Davide P. Cervone
|
5ef1f65b77
|
Add a little more about line breaking, and link the what's new documentation to the linebreaking and equation numbering sections
|
2012-02-23 11:58:02 -05:00 |
|
Davide P. Cervone
|
fde404b8dc
|
Add automatic line breaking to output format documentation
|
2012-02-23 11:51:15 -05:00 |
|
Davide P. Cervone
|
7496626a89
|
Add section on automatic line numbering to the TeX documentation
|
2012-02-23 11:34:24 -05:00 |
|
Davide P. Cervone
|
6e65afd4a1
|
Added v2.0 what's new document
|
2012-02-23 10:35:05 -05:00 |
|
Davide P. Cervone
|
e238e7cabd
|
Merge branch 'v2.0-candidate' of https://github.com/dpvc/MathJax into doc-update
|
2012-02-22 11:59:48 -05:00 |
|
Davide P. Cervone
|
52ed4f8026
|
Add autoload-all extension to predefine macros to autoload the extensions that define them (so MathJax will be able to access all the macros it knows about); update color extension so that it works with this extension better
|
2012-02-22 11:59:21 -05:00 |
|
Davide P. Cervone
|
da3a15a439
|
More updates to the TeX documentation
|
2012-02-22 11:56:53 -05:00 |
|
Davide P. Cervone
|
90f9948e19
|
Add more to TeX documentation, and include new examples
|
2012-02-22 10:53:18 -05:00 |
|
Davide P. Cervone
|
0bc0a8cada
|
Fixed some comments and default values, and added MathEvents section to default.js
|
2012-02-20 18:03:45 -05:00 |
|
Davide P. Cervone
|
39b78b1477
|
Updated configuration options documentaiton and added SVG and MathEvents documentation
|
2012-02-20 18:01:27 -05:00 |
|
Davide P. Cervone
|
4fb5de2200
|
Move preProcess from base jax to OutputJax, since that is the only place it is used. Don't copy Translate and cousins for ElementJax. Properly handle the loader in InputJax (avoinds infinite lops if input jax fails to compile)
|
2012-02-20 12:42:59 -05:00 |
|
Davide P. Cervone
|
4332291f58
|
Continues updating documentation, in particular the Advanced Topics and API documents. Added a number of new example files.
|
2012-02-20 12:31:44 -05:00 |
|
Davide P. Cervone
|
77e84ff894
|
Merge branch 'v2.0-candidate' into doc-update
|
2012-02-17 14:17:53 -05:00 |
|
Davide P. Cervone
|
7ce521293c
|
Fix a whitespace issue in token elements with IE/quirks mode (MathML input jax)
|
2012-02-17 12:05:06 -05:00 |
|
Davide P. Cervone
|
c3b149c921
|
Fix an infinite loop in IE/quirks mode when linebreaking is performed (HTML-CSS output)
|
2012-02-17 12:04:13 -05:00 |
|
Davide P. Cervone
|
4522a15f50
|
Make sure height is above depth when making spaces and rules in HTML-CSS and SVG output
|
2012-02-17 10:41:22 -05:00 |
|
Davide P. Cervone
|
fd3dd8b070
|
Remove some commas that cause problems in IE
|
2012-02-16 13:01:25 -05:00 |
|
Davide P. Cervone
|
f0efb3451c
|
Changed MISSINGFONT to undefinedFamily in SVG output in order to be consistent with HTML-CSS output
|
2012-02-16 09:50:34 -05:00 |
|
Davide P. Cervone
|
f3ed39a9ad
|
Don't use borders on background colors; fix error with recent changes to linebreaking (spacelimit was in em's but should be in em's*1000)
|
2012-02-16 09:16:13 -05:00 |
|
Davide P. Cervone
|
70898d0d41
|
Merge branch 'v2.0-candidate' into doc-update
|
2012-02-15 17:05:21 -05:00 |
|
Davide P. Cervone
|
104775c795
|
Make font test against default font also include height, not just width, to help avoid the case where the test string is the same in the default font as the web font. Also, update the test strings to include characters that should help distinguish them better. Update the data files to the current versions of the fonts (lots of tiny differences, but nothing crucial)
|
2012-02-15 17:03:45 -05:00 |
|
Davide P. Cervone
|
89f0f9d307
|
Firefox NativeMML still doesn't get the width right even if we set it properly on the <math>, so set it on the containing <span> instead. Resolves issue #88 again (and finally, I hope).
|
2012-02-15 11:58:15 -05:00 |
|
Davide P. Cervone
|
70ea836047
|
Fix the AsciiMath block name in default.js, and fix a number of comments in extensions
|
2012-02-15 11:10:34 -05:00 |
|
Davide P. Cervone
|
cfa168e642
|
Allow attributes to have values enclosed in quotes
|
2012-02-15 11:09:39 -05:00 |
|
Davide P. Cervone
|
3e5c8181f7
|
First pass at updating documentation for v2.0. Added docs for AsciiMath input and SVG output, plus some examples. Still need to go through configuration options to update those, and advanced topics, particularly the API documents.
|
2012-02-15 11:06:00 -05:00 |
|
Davide P. Cervone
|
7ca14b773a
|
Fix problem with zoom box in Firefox NativeMML mode (FF doesn't get the size of the <math> element correct). Resolves issue #88 (I hope).
|
2012-02-14 12:27:05 -05:00 |
|
Davide P. Cervone
|
9ff6d9a321
|
Fixed problem with pattern in wrapper function that affected Opera when MathJax is minified (discovered by Fred's tests)
|
2012-02-14 12:02:12 -05:00 |
|
Davide P. Cervone
|
e96dd07e37
|
Fix SVG problems reported by Fred (error in mtd background colors and maction stretching embelished operators)
|
2012-02-14 09:39:53 -05:00 |
|
Davide P. Cervone
|
7c58066b7e
|
Fix a problem with NativeMML output where require.push() could cause an error when used in the combined configuration files
|
2012-02-13 11:57:37 -05:00 |
|
Davide P. Cervone
|
9d1480b1c9
|
Merge remote branch 'mathjax/v2.0-candidate' into doc-update
|
2012-02-13 09:23:00 -05:00 |
|
Davide P. Cervone
|
301c7d1f2e
|
Actually delete the previews rather than just hide them (some screen readers don't properly handle them)
|
2012-02-12 20:08:53 -05:00 |
|