Davide P. Cervone
|
e48efbbd35
|
Make padding and border width configurable, and use new ability to set border in style (but stick with mpadded for padding, since neither MathPlayer nor Firefox seem to implement padding style settings)
|
2011-04-25 15:07:23 -04:00 |
|
Davide P. Cervone
|
2407d6dafd
|
Merge branch 'issue109' into issue38
|
2011-04-25 14:36:06 -04:00 |
|
Davide P. Cervone
|
55d6161c99
|
Add ability for HTML-CSS output to handle explicit border and padding style settings on math elements (resolves issue #109).
|
2011-04-25 14:00:39 -04:00 |
|
Davide P. Cervone
|
4b2d568822
|
Make \color work as a switch, as in LaTeX, and add the other features from the color package (\definecolor, other color models, LaTeX named colors, \colorbox, \fcolorbox, etc.). (Resolves issue #38.)
|
2011-04-24 18:23:21 -04:00 |
|
Davide P. Cervone
|
bb09608b23
|
Resolve a conflict with Mathjax and Slidy (its sets window.opera, which confused the browser detection)
|
2011-04-05 12:25:44 -04:00 |
|
Davide P. Cervone
|
4a2969c45b
|
Merge dpvc/issue85 (fixes for element configuration option)
|
2011-04-05 12:19:46 -04:00 |
|
Davide P. Cervone
|
d485393f88
|
Recombine to make sure configs are up to date
|
2011-04-04 14:10:30 -04:00 |
|
Davide P. Cervone
|
f9e9165835
|
Merge remote branch 'dpvc/issue89'
|
2011-04-04 14:07:59 -04:00 |
|
Davide P. Cervone
|
7900c136e4
|
Merge remote branch 'dpvc/issue87'
|
2011-04-04 14:07:56 -04:00 |
|
Davide P. Cervone
|
ea00136979
|
Merge remote branch 'dpvc/issue86'
|
2011-04-04 14:07:11 -04:00 |
|
Davide P. Cervone
|
0e698717b5
|
Merge remote branch 'dpvc/docs-update'
|
2011-04-04 14:05:00 -04:00 |
|
Davide P. Cervone
|
91fca00e4f
|
Fixed typo in about box (Fred reported in issue #47)
|
2011-04-04 14:04:39 -04:00 |
|
Davide P. Cervone
|
2ac603fa4a
|
Fixed location of .htaccess file for shared installations
|
2011-03-29 14:05:48 -04:00 |
|
Davide P. Cervone
|
af0b052702
|
Partial work-around for issue#89: have <br> insert a newline in IE when documentMode < 9
|
2011-03-26 08:40:02 -04:00 |
|
Davide P. Cervone
|
827c4b3e32
|
Fixed typo in documentation
|
2011-03-24 10:09:50 -04:00 |
|
Davide P. Cervone
|
a418d0748a
|
Fix problem with accents not having the correct mathvariant (resolves issue 87)
|
2011-03-24 09:06:30 -04:00 |
|
Davide P. Cervone
|
4b35e6e4f0
|
Last round of typos from Carol (I think)
|
2011-03-23 22:38:55 -04:00 |
|
Davide P. Cervone
|
41cdadab9a
|
Fix delimiters used in example, since defaults now don't include single dollars.
|
2011-03-21 23:01:50 -04:00 |
|
Davide P. Cervone
|
683fa0291d
|
More of Carol's typo corrections. She probably has two more days to go!
|
2011-03-21 20:21:00 -04:00 |
|
Davide P. Cervone
|
fe11cb9807
|
Fix a bunch of documentation typos (from Carol Fisher)
|
2011-03-21 10:55:40 -04:00 |
|
Davide P. Cervone
|
2cd3e23b58
|
Fix some references to the old config/MathJax.js file which is now config/default.js
|
2011-03-20 09:47:17 -04:00 |
|
Davide P. Cervone
|
c90cf9d285
|
Fix more typos (from Carol Fisher)
|
2011-03-20 09:36:11 -04:00 |
|
Davide P. Cervone
|
288907d29b
|
Worked around crippled VML implementaion in IE8 and IE9
|
2011-03-20 07:51:59 -04:00 |
|
Davide P. Cervone
|
8f2a215067
|
Added more details about using the CDN with a local configuration file
|
2011-03-19 09:34:35 -04:00 |
|
Davide P. Cervone
|
46d64e2030
|
More typo fixes in the documentation (from Carol Fisher -- I'm sure there are more to come)
|
2011-03-19 09:10:08 -04:00 |
|
Davide P. Cervone
|
2b7e966959
|
Move version numbers to 1.1 (this were missed when the other files' versions were changed)
|
2011-03-19 08:30:59 -04:00 |
|
Davide P. Cervone
|
f46cc5c6b4
|
Update documentation to reflect new situation for element(s) parameters
|
2011-03-18 18:54:00 -04:00 |
|
Davide P. Cervone
|
4d9007ca9e
|
Remove element parameters from the preprocessor configuration blocks (they are not longer used, now that there is a global elements parameter)
|
2011-03-18 18:47:25 -04:00 |
|
Davide P. Cervone
|
536eece1b1
|
Fix problem with element parameter to the preprocessors (by making a global parameter instead, so there is only one place it needs to be set). Also make it an array so that more than one element can be specified.
|
2011-03-18 18:38:51 -04:00 |
|
Davide P. Cervone
|
4dd789801c
|
More typos
|
2011-03-17 20:19:39 -04:00 |
|
Davide P. Cervone
|
4730cf1403
|
Fix a bunch of typos
|
2011-03-17 20:15:21 -04:00 |
|
Davide P. Cervone
|
6cdc942ff9
|
Fix typos in documentation
|
2011-03-15 10:39:57 -04:00 |
|
Davide P. Cervone
|
2051c9aa58
|
Merge branch 'docs-update'
|
2011-03-12 20:34:39 -05:00 |
|
Davide P. Cervone
|
34f3a8302c
|
Fix regression where background color obscures foreground text in IE
|
2011-03-12 20:32:13 -05:00 |
|
Davide P. Cervone
|
a8bd127414
|
Fixed example of loading local configuration file and added one for a cross-server configuration using the CDN
|
2011-03-11 17:48:34 -05:00 |
|
Davide P. Cervone
|
e5550393a0
|
Merge remote branch 'dpvc/issue82'
|
2011-03-11 12:24:08 -05:00 |
|
Davide P. Cervone
|
039fdf2481
|
Update Git download instructions
|
2011-03-11 12:14:37 -05:00 |
|
Davide P. Cervone
|
a4633101ab
|
Work around issue82 by not trying to load MathPlayer in IE9
|
2011-03-10 15:24:54 -05:00 |
|
Davide P. Cervone
|
ae4773bb50
|
Fix layout and CSS to duplicate www.mathjax.org in all browsers
|
2011-03-10 14:27:50 -05:00 |
|
Davide P. Cervone
|
498c18a609
|
Typo fixes as suggested by Robert
|
2011-03-10 14:27:21 -05:00 |
|
Davide P. Cervone
|
592394fbcf
|
Add info on checking out a release branch via git
|
2011-03-09 09:28:55 -05:00 |
|
Davide P. Cervone
|
d5b6366f37
|
Fix spelling for AMSsymbols (reported by Fred)
|
2011-03-09 09:27:24 -05:00 |
|
Davide P. Cervone
|
072bcdd1bd
|
Fix spelling of 'version' in mml2jax (argh!)
|
2011-03-09 09:24:00 -05:00 |
|
Davide P. Cervone
|
4eba6476a8
|
Change URL of docs page in docs menu layout
|
2011-03-08 13:38:03 -05:00 |
|
Davide P. Cervone
|
282804ba1f
|
Reformat code block in documentation
|
2011-03-08 11:54:48 -05:00 |
|
Davide P. Cervone
|
9aff988fe9
|
Fix formatting (more)
|
2011-03-08 11:44:23 -05:00 |
|
Davide P. Cervone
|
c1fc69f9c5
|
Fix formatting
|
2011-03-08 11:43:43 -05:00 |
|
Davide P. Cervone
|
1206de87df
|
Update TeX macro and environment list
|
2011-03-08 11:40:00 -05:00 |
|
Davide P. Cervone
|
48598892c0
|
Fix spelling error
|
2011-03-08 08:08:46 -05:00 |
|
Davide P. Cervone
|
d5967f6abe
|
Add section on switch from SourceForge to GitHub to migration document
|
2011-03-08 08:01:08 -05:00 |
|