Default to just using "mimetex" binary. This makes it easier

to drop in unusual binaries and have them work
This commit is contained in:
moodler
2004-02-18 16:02:09 +00:00
parent c6e86280f2
commit 448acc2a51
+3
View File
@@ -59,6 +59,9 @@
case "Darwin":
system("$CFG->dirroot/$CFG->texfilterdir/mimetex.darwin -e $pathname ". escapeshellarg($texexp) );
break;
default:
system("$CFG->dirroot/$CFG->texfilterdir/mimetex -e $pathname ". escapeshellarg($texexp) );
break;
}
}
}