Sorry that you have been having problems. We are looking into two
different ways to improve the changeover in the future.
Davide
I'm not sure if this is a complaint that it is not very much faster
(it is only a LITTLE faster), or a compliment that it IS faster. Most
of the improvement will be for IE users. If your pages have less than
20 expressions each, you probably won't see much of a difference in
other browsers.
Davide
Davide
Davide
> MathJax v2.0 is now available on the CDN, and for download from GitHub or the
> download page at
>
> http://www.mathjax.org/download/
>
> Version 2.0 is available on the CDN at
>
> http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js
>
> and the files at the
>
> http://cdn.mathjax.org/mathjax/latest/MathJax.js
Congrats on release.
Just to let you know, my initial testing on the beta, and now this
release with my mathjax wordpress plugin
http://wordpress.org/extend/plugins/mathjax-latex/
suggests that the change over has been transparent.
Thanks!
Phil
Great!
> what is on the development track now?
First, a little bit of a break. Then probably a bug fix for things
that will (inevitably) crop up. We have not yet prioritized the tasks
that are to be performed. It will partly depend on what the needs
are, and I am hoping that the sponsors, supporters, partners, and
friends will help by making their most pressing needs known. (That
was how we got linebreaking, equation numbering, SVG output, and a
number of the other new features.)
Davide
Davide
Davide
I'm not sure what "overlapping layers" means. Can you get a more
precise description? (Probably not since you have got back to v1.1.)
Firefox should default to HTML-CSS already in v2.0 (but your own
personal setting can override that, so if you had set MathML using the
contextual menu earlier, it would stay with that).
Can you be more precise about what "not properly adhering" to the CSS
means? Or perhaps a screen shot demonstrating the problem? Or an
example equation that is causing problems, together with the
surrounding HTML (it is not clear how the CSS you have provided has
been applied to the equation). It is hard to diagnose the problem
from what you have given.
Davide
Davide
On Feb 28, 2012, at 12:32 PM, Larry Evans wrote:
Try entering
javascript:alert(MathJax.Message.Log())
in the URL typein area and send me what you see.
Also, try opening the Developer Tools (in the gear menu at the upper
right), and select the Console tab. Then reload the page. See if
there are any error messages.
Davide
Ok, I'll look into it. Do you administer the site, or are you just a
user? If you administer it, and are willing to do a test, could you
use mathjax/latest/unpacked/MathJax.js instead of mathjax/latest/
MathJax.js? This should not affect the output on your site (though it
will be a bit slower), but will give more useful line numbers and
positions. Thanks.
Davide
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
at the top of the <head> section of the page (before any other tags).
I'm working on a better resolution, but that should work for now.
Davide
On Feb 28, 2012, at 5:37 PM, dethfire wrote:
Switching configurations would allow you to go back to IE=edge rather
than IE=EmulateIE7 and get better performance from IE8 and IE9.
Davide
Davide
Great to hear. Thanks for the support.
> On a side note, both in v1.1 and in the current version the subscript
> in the following line is positioned too close to its parent.
> \begin{pmatrix} q_1 & 1 \\ 1 & 0 \end{pmatrix}
>
> This does not happen when q_1 is outside of the matrix environment.
I'm not sure I'm seeing it. Here is a snapshot of your equation and
the plain q_1:
I'm not sure I'm seeing it. Here is a snapshot of your equation and
the plain q_1:
Both seem positioned the same, and while it is a little tight, it
seems acceptable. If this isn't what you are seeing, can you say what
browser, OS, and MathJax renderer you are using, and what fonts are
being used (from the About MathJax dialog box)? Thanks.Davide
<style>
.MathJax_MathML { text-indent: 0 }
</style>
or
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
NativeMML: {
styles: {
".MathJax_MathML": { "text-indent": 0 }
}
}
});
</script>
to override it.
Davide
Is anyone able to get the "Show source" back in the right click menu? I can't! How do I copy the original tex math code?
https://github.com/mathjax/MathJax/issues/221
and
It appears that it may be fixed in Chrome 19. It looks to be this bug:
http://code.google.com/p/chromium/issues/detail?id=115585
If you are not using Chrome, then can you explain your situation in
more detail?
Davide