Default to just using "mimetex" binary. This makes it easier
to drop in unusual binaries and have them work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user