Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
3390f40
)
Merge branch 'MDL-23128-master' of git://github.com/danpoltawski/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 22 Dec 2015 05:11:27 +0000
(13:11 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 22 Dec 2015 05:11:27 +0000
(13:11 +0800)
filter/tex/latex.php
patch
|
blob
|
blame
|
history
diff --git
a/filter/tex/latex.php
b/filter/tex/latex.php
index
7eb522e
..
e09f7e9
100644
(file)
--- 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;
}