Tex filter issue in 1.5Dev ?

Tex filter issue in 1.5Dev ?

by Breanndan O'Cinneide -
Number of replies: 1
I'm experimenting with questions and resources with Tex expressions. I'm new to Moodle and originally took 1.4.3+ . Recently I switched to 1.5Dev. Now it seems that Tex doesn't work. I've added a resource that contains
$$a^3$$
$$a^2$$
$$a^2$$
$$A^b$$
in it.
All I see presented is a^2 (shown twice correctly).
When I reload the page I can see four images being loaded but the first and last are blank (not unassigned).

When I view the Resource source, I see

<table align="center"  class="generalbox" border="0" cellpadding="20" cellspacing="0"><tr><td bgcolor="#FFFFFF" class="generalboxcontent"><p><a href="http://localhost/moodle/filter/tex/texdebug.php"><img border="0" title="a^3"   alt="" src="http://localhost/moodle/filter/tex/pix.php/0e12d972c205ea4de06749a887ff1ffe.gif" /></a><br />
<a target="popup" title="TeX" href="http://localhost/moodle/filter/tex/displaytex.php?a%5E2" onClick="return openpopup('/filter/tex/displaytex.php?a%5E2', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=300,height=240', 0);"><img border="0" title="a^2" alt="" src="http://localhost/moodle/filter/tex/pix.php/ebc3d7bedc1f11e08895c3124001cbb5.gif" /></a><br />
<a target="popup" title="TeX" href="http://localhost/moodle/filter/tex/displaytex.php?a%5E2" onClick="return openpopup('/filter/tex/displaytex.php?a%5E2', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=300,height=240', 0);"><img border="0" title="a^2" alt="" src="http://localhost/moodle/filter/tex/pix.php/ebc3d7bedc1f11e08895c3124001cbb5.gif" /></a><br />
<a href="http://localhost/moodle/filter/tex/texdebug.php"><img border="0" title="A^b" alt="" src="http://localhost/moodle/filter/tex/pix.php/6d949753733de31290fcce63a9bdb427.gif" /></a></p> </td></tr></table><center><p><font size="1">Last modified: Monday, 17 January 2005, 11:14 AM</font></p></center><!-- START OF FOOTER -->
It is possible (indeed probable) that the a^2 image was created with 1.4.3+.

Any ideas?


Average of ratings: -
In reply to Breanndan O'Cinneide

Re: Tex filter issue in 1.5Dev ?

by Breanndan O'Cinneide -
I managed to sort this out myself...

The nightly zip I downloaded contained mimetex.exe of size 2183 bytes and dated 17/09/2004.  The correct version should have size 329,728 bytes.

Works now!