I am using moodle 2.0.3
Mathtype 5.2 (Translator TeX-Latex...)
Maximum Maths expressions not rendering properly in HTML Editor
But Fine at 'OPTIONS' place.
I have attached Screenshot
Pl. assist
TIA
Ravi
Ravi, can you show us the complete HTML of that question?
Hmm. Looks pretty straightforward, but something's causing some unrecognizable characters in there. As you know (from previous Forum discussions), a dedicated "Moodle: TeX filter" translator was introduced in MathType 6.7, so results may (and in many cases will) be different from what you'll get when using the LaTeX translator in MathType 5.2.
Here's what I get with MathType 6.7:
Very little difference from yours, and certainly none in the section of the expression that's causing the problems.
I believe the main problem there are (double) spaces in latex expressions.
Most latex renderers do ignore extra spaces but in some distributions of latex extra spaces are rendered as unknown characters with [ ? ]
Editor mode on the other hand replaces double spaces with single spaces - if you use copy and paste in text mode double spaces are not replaced with single spaces...
You could as well write that expession as
\frac{{-b\pm\sqrt{{b^2}-4ac}}}{{2a}}
without any spaces to get
$$\frac{{-b\pm\sqrt{{b^2}-4ac}}}{{2a}}$$