Closed (fixed)
Project:
JsMath for displaying mathematics with TeX
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2010 at 09:50 UTC
Updated:
4 Aug 2010 at 09:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
AlexisWilke commentedHi fleetcommand,
Sorry about that! I tried the module reports but not uninstall + install...
I checked in the fix. It should be available within 12h. I'm also attaching a patch.
I had another little problem when running, we'll see whether you get that too... More or less, it would always tell me that the jsMath library is not installed even though the report says it is.
Thank you.
Alexis
Comment #2
Anonymous (not verified) commented>I had another little problem when running, we'll see whether you get that too... More or less, it would always tell me that the jsMath library is not installed even though the report says it is.
YES!!
I have just found a typo in jsmath.module!
$ diff jsmath.module.wrong jsmath.module.right
47a48
>
59c60
< $jspath = dirname($js_path_file_path);
---
> $jspath = dirname($jspath_file_path);
Comment #3
AlexisWilke commentedAh! That would explain! 8-)
I copied that code from another place in the code, but not for that very line... I checked in the fix.
Feel free to post issues for any other problem. And remember that with this one you have to add the filter to your Input format(s).
Thanks again,
Alexis
Comment #4
fleetcommand commentedThank you for the fix, after updating to the latest -dev version, both bugs were disappeared. :)