Skip to content

Commit

Permalink
Merge branch 'MDL-23128-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 22, 2015
2 parents 3390f40 + 6355015 commit ec68e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/tex/latex.php
Expand Up @@ -133,7 +133,7 @@ function render( $formula, $filename, $fontsize=12, $density=240, $background=''

// 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;
}
Expand Down

0 comments on commit ec68e9d

Please sign in to comment.