Merge branch 'MDL-23128-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
|
||||
// run dvips (.dvi to .ps)
|
||||
$pathdvips = escapeshellarg(trim(get_config('filter_tex', 'pathdvips'), " '\""));
|
||||
$command = "$pathdvips -E $dvi -o $ps";
|
||||
$command = "$pathdvips -q -E $dvi -o $ps";
|
||||
if ($this->execute($command, $log )) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user