- 22,169
- 3,327
Fredrik said:Oh no, that site has a picture from when I met Stan Lee:
[PLAIN]http://28.media.tumblr.com/tumblr_ljfhd0uyTH1qbocrho1_500.jpg[/QUOTE]
![]()
![]()
![]()
Can't... stop... laughing... help!
![]()
![]()
![]()
![]()
Last edited by a moderator:
Fredrik said:Oh no, that site has a picture from when I met Stan Lee:
[PLAIN]http://28.media.tumblr.com/tumblr_ljfhd0uyTH1qbocrho1_500.jpg[/QUOTE]
![]()
![]()
![]()
Can't... stop... laughing... help!
![]()
![]()
![]()
![]()
Looks like the problem was there with normal text as well, but the thinner strokes in the math characters made it more pronounced.Sybren said:Problem solved!
I had to turn on my Windows Cleartype.. Maybe helpful information for other people around here, because the rendering is now done by the browser, so quality can variate.
Attached is a comparison with cleartype on/off, it really makes a difference:
There are a number of security settings that affect the operation of
MathJax. I did some testing in IE7 (for a different report of the
same issue), and found that there are at least four important settings
that can cause MathJax to not process the page. They are accessible
in the Internet Options menu item (in the Tools Menu) under the
Security tab. If the security setting is set to "High" it sets
disables all four. You can use the Custom Level button to change the
following:
First, you need to make sure "Active Scripting" under the Scripting
section is enabled (near the bottom of the list). This allows
Javascript to run (or not). If Javascript is disabled, MathJax will
not be loaded or run, so this one is critical. Since you are seeing a
javascript error message, I assume this one is enabled for your
limited account.
Second, you need to make sure "Run ActiveX controls and Plugins" is
enabled (or prompted) in the "ActiveX Controls and Plugins" section
(second to last option). This is the setting that is causing the
error that you are reporting. The line you indicate is one where
MathJax is trying to set up MathPlayer (which is an ActiveX control),
and if this setting is disabled, IE throws an error.
Third, you need to make sure "Script ActiveX controls marked safe for
scripting" is enabled (or prompted) again in the "ActiveX Controls and
Plugins" section (last option). It requires a restart of IE if you
change this setting. This is needed in order to allow MathJax to
create an XML parser, which is used in the MathML input jax.
Fourth, you need to make sure "Font Download" is enabled (or prompted)
in the "Downloads" section. This is required for MathJax to use the
web-based fonts. Without this, IE will time out waiting for the first
font, and then fail over to image fonts, so it is not strictly
required, but makes for a better experience.
Currently, whenever the NativeMML output jax is configured, it tries
to register MathPlayer in IE, and whenever the MathML input jax main
code is loaded, it instantiates the XML parser. Since you are using
the TeX-AMS-MML_HTMLorMML configuration, you get the NativeMML output
jax as part of that regardless of the renderer for the page. That is
why you are seeing this error. You can avoid the error for now by
switching to the TeX-AMS_HTML configuration file instead, but this
means you users would have to switch to the MathML renderer manually
in order to use their native MathML support (if any).
I will look into changing the timing of the setup for MathPlayer so
that it will be attempted only when the renderer is explicitly set to
MathML, which should avoid the problem in most cases. It is probably
possible to trap the errors for the second and third settings as
well. But as long as those settings are in place, MathJax will not be
able to use MathPlayer to render mathematics, and it will not be able
to parse MathML input, so some MathJax functionality will be
unavailable.
That's good to hearmicromass said:![]()
![]()
![]()
Can't... stop... laughing... help!
![]()
![]()
![]()
![]()
Studiot said:I wondered if there had been any progress on my discovery that the problem only arises if the user has limited privileges (as mine and nearly all corporate ones do)?
go well
The devs are aware of this problem and say an update will be released in the next week that should resolve it.
Greg Bernhardt said:for those having odd/serious mathjax problems run this script and then click the email results button
https://www.physicsforums.com/mathjax/mjp.html
Borek said:No, looks like it can get different - now LaTeX was processed, but Opera still waits for servers.
Borek said:Usual pattern looks more like this.
(And when I want to show this 15 sec timeout everything works perfectly, why should it not?)
You can fix it now by using TeX-AMS_HTML instead of TeX-AMS-MML_HTMLorMML.Greg Bernhardt said:The devs are aware of this problem and say an update will be released in the next week that should resolve it.
You could also change this behavior Fredrik saw by setting processEnvironments to false in the tex2jax parameters. On the other hand, perhaps you'd prefer MathJax, like TeX, to process anything between \begin and \end as math without needing to type in delimiters.Fredrik said:The main reason why that idea bothers me a little is that $$math$$ has the same effect as
math
in a LaTeX document, i.e. it has the same effect as tex tags here.
Uhh...I don't know why MathJax turns that into an image. Click quote to see what I typed.
I never use that button, but I would guess that it's both possible and preferable to replace it with two buttons, one for itex and one for tex.Redbelly98 said:Can we make it so clicking the [PLAIN]https://www.physicsforums.com/products/latexreference/images/Icon3.gif icon inserts itex tags instead of tex? I'm finding a lot of new members using tex for LaTeX code that is supposed to be inline with their text, and it is breaking up expressions into multiple lines.
Fredrik said:I never use that button, but I would guess that it's both possible and preferable to replace it with two buttons, one for itex and one for tex.
***** said:Homework Statement
Three sinusoidal waves of the same frequency travel along a string in the positive direction of an x axis. Their amplitudes are y1, y1/3.0, and y1/4.0, and their phase constants are 0, \pi/4.0, and \pi, respectively. What are (a) the ratio of the amplitude to y1 and (b) the phase constant of the resultant wave?
chroot said:Greg, is there anything I can do to help?
- Warren