using the jsMath plugin of VideoTutor

Re: using the jsMath plugin of VideoTutor

by Pablo Angulo -
Number of replies: 0
I'm really sorry I overlooked this post!
There is indeed a working jsmath filter. We bundle jsmath with videotutor for convenience. A jsmath filter must be really simple, though. You just need to add a line to the <head> tag:
<script SRC="software/jsMath/easy/load.js" type="text/javascript"/>

because jsmath works as a javascript filter, so you don't have to do any filtering with php.

Regards