Added additional features/fixes noted in bug #3795 by Dmitry Pupinin.

This commit is contained in:
thepurpleblob 2005-07-22 09:01:34 +00:00
parent 3e20cb563c
commit 25d7779cf2
2 changed files with 9 additions and 3 deletions

View file

@ -71,6 +71,10 @@
$cmd = "\"$CFG->dirroot/$CFG->texfilterdir/mimetex.darwin\" -e \"$pathname\" -- ". escapeshellarg($texexp);
break;
case "FreeBSD":
$cmd = "\"$CFG->dirroot/$CFG->texfilterdir/mimetex.freebsd\" -e \"$pathname\" ". escapeshellarg($texexp);
break;
default: /// Nothing was found, so tell them how to fix it.
if ($CFG->debug > 7) {
echo "Make sure you have an appropriate MimeTeX binary here:\n\n";