X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=filter%2Ftex%2Flatex.php;h=e09f7e99bfdeb3192b2cb6bc95583dfd598710f2;hp=7eb522e5d68fca07a7fc72e3bee78c08e7292ea8;hb=ec68e9d53018b3bfb6f5bb52bb52347a8de36e16;hpb=3390f40ab7868ece90dd7963ad816128f98b9a36 diff --git a/filter/tex/latex.php b/filter/tex/latex.php index 7eb522e5d68..e09f7e99bfd 100644 --- a/filter/tex/latex.php +++ b/filter/tex/latex.php @@ -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; }