Commit Graph

44 Commits

Author SHA1 Message Date
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
dpvc
fa7820f393 Preserve case when adding xmlns to <math> element
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@613 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 01:12:25 +00:00
dpvc
be52ea6f7f Bump the version numbers due to the changes in SVN 609-611
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@612 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 01:31:42 +00:00
dpvc
bf75061186 Combine adjacent REL operators into a single <mo> tag (resolves bug #3074348)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@611 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 01:19:44 +00:00
dpvc
ee4a142258 Add support for \href, \style, \class, and \cssId macros
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@610 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 00:35:22 +00:00
dpvc
58ee4a04a5 Handle background colors from style attributes better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@609 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-28 00:34:43 +00:00
Davide Cervone
81a1413d19 Add separate (shorter) timeout for web fonts, and after first web font fails, give up on web fonts and use image fonts instead (if available)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@607 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-22 23:43:22 +00:00
Davide Cervone
d0800c8c3c Change jax 'name' property to 'id' to avoid conflict with read-only name property of the Function object (the ElementJax and base classes are functions)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@606 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-22 21:58:30 +00:00
Davide Cervone
8a883edb0a Fix use of image mode for iPad/iPhone/iPod
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@604 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-20 03:29:40 +00:00
Davide Cervone
960c0db2ab Fix problem with IE8 inserting <?xml:namespace> tags in upper case as part of the <math> tag's outerHTML.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@601 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-14 12:18:34 +00:00
Davide Cervone
961a5ab928 Allow CDATA comments to include newlines
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@600 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-03 16:25:22 +00:00
Davide Cervone
fdf51d1425 Let Android 2.2 use web-fonts, but still have iPod/iPhone/iTouch use image mode. Should mobile safari default to images, and only allow web fonts when known to work?
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@599 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-01 21:36:58 +00:00
Davide Cervone
0c1bddc0a2 Fixes to detect Firefox 4 and Android 2.2 work better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@598 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-01 17:09:49 +00:00
Davide Cervone
f33232b0cf Replace illegal character used in cookie name (again).
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@596 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-30 11:14:03 +00:00
Davide Cervone
3a43c9b273 Change cookie prefix to not include illegal ':' character
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@595 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-29 20:52:19 +00:00
Davide Cervone
b2cdb55231 Work around a bug new in Opera 10.61 that causes it to get the em-size wrong (resolves bug 3054207)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@594 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-27 16:27:41 +00:00
Davide Cervone
71ac366cad Change \b to (^| ) or ( |$) when looking for math in the class name
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@593 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-27 12:15:56 +00:00
Davide Cervone
a831f61907 Fix problem with entities (resolves bug 3052435)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@591 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-25 21:57:22 +00:00
Davide Cervone
c8d615dc26 Fix problem with \fbox producing longdiv rather than box
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@589 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-23 21:00:12 +00:00
Davide Cervone
c535d157bc Fix CSS bleed in Frefox zoom testing, and move imgBrowserZoom() call to initImg() so that it is called once per equation rather than once per image.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@588 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-23 12:44:26 +00:00
Davide Cervone
096d4b4e5d Fix problem with tex2jax_ignore bleeding into its siblings (resolves issue from https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3817124).
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@587 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-20 21:14:24 +00:00
Davide Cervone
7c12db8b93 Try to isolate DIV used for font checking from bleeding of page CSS
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@586 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-19 11:18:26 +00:00
Davide Cervone
204a315d4f Fixed CSS bleed for width of hidden DIV's used for measurements.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@583 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-18 23:38:47 +00:00
Davide Cervone
57a895a891 Added comment indicating that additional options canbe included, as suggested in https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3810701
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@582 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-16 19:32:26 +00:00
Davide Cervone
d5c9cb1704 Fix problem with &lt; and &amp; getting translated too early in MathML input
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@580 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-14 21:24:34 +00:00
Davide Cervone
e3da32b7a8 Fixed missing quotation mark in VERSION number
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@577 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-13 15:35:12 +00:00
Davide Cervone
b8f04d8326 Fix problem with single-digit super- and sub-scripts followed by period or comma where the punctuation was considered part of the super-or subscript (reported by Michael Hartl)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@576 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-11 10:44:13 +00:00
Davide Cervone
0946592ae7 Change version to 1.0.1
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@573 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-10 11:56:07 +00:00
Davide Cervone
373cd164cb Make sure text wraps for MSIE
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@572 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-10 00:49:18 +00:00
Davide Cervone
0145191c5b Add version numbers to auxiliary files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@571 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-10 00:16:51 +00:00
Davide Cervone
e50fbe9715 Add version numbers to auxiliary files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@570 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-09 22:20:24 +00:00
Davide Cervone
cb4389ba07 Save 'isMini' value in the browser object
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@569 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-08 15:10:24 +00:00
Davide Cervone
dbd8444d60 Use image mode for Opera Mini
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@568 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-08 14:58:44 +00:00
Davide Cervone
c48fabff81 Set text of script rather than move MathML element into script (slower, but avoids bugs in getting the text version of the script for Show Source). Resolves remainder of bug 3040088.)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@566 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-06 11:43:36 +00:00
Davide Cervone
c1109ee95f Fix problem with Show Source not opening a window in Firefox. (Resolves half od the issues in bug 3040088)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@565 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-06 10:49:15 +00:00
Davide Cervone
386c891cfd Set version to 1.0. Next make the release tag
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@552 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-02 21:52:41 +00:00
Davide Cervone
85bf53d4c5 Fix problem with configuring iPhone/iTouch/iPad when configuration file has no HTML-CSS section
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@549 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-02 20:50:01 +00:00
Davide Cervone
a8fed6e65b Adjust CSS for about box (use system fonts, etc.)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@545 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-02 12:19:10 +00:00
Davide Cervone
ea7f309b0a Correct help URL
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@542 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-30 14:03:13 +00:00
Davide Cervone
5bcea58a69 Make cookie settings site-wide
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@541 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-30 14:02:37 +00:00
Davide Cervone
512e9cb291 Make format submenu use 'Original' for original MathML source, and set the value each time the menu is opened, so mixed pages work properly
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@539 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-30 13:49:04 +00:00
Davide Cervone
1c71c55aa2 Fix bug with indenting of in-line math when displayAlign is not 'center', and remove outdated styles example
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@538 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-30 11:12:47 +00:00
Davide Cervone
fc48c0e654 Add packed versions of all js files (see unpacked directories for the change logs)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@532 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-29 20:42:04 +00:00
Davide Cervone
16ef7aa7ea Second step of reorganizing diretory structure
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@530 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-29 20:11:31 +00:00