mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Added additional features/fixes noted in bug #3795 by Dmitry Pupinin.
This commit is contained in:
parent
3e20cb563c
commit
25d7779cf2
2 changed files with 9 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue