diff options
author | Tim Starling <tstarling@users.mediawiki.org> | 2004-06-20 08:31:12 +0000 |
---|---|---|
committer | Tim Starling <tstarling@users.mediawiki.org> | 2004-06-20 08:31:12 +0000 |
commit | e9c19c7e3dd7b0c74cc208f42ed8c32199b3e77c (patch) | |
tree | 643c709453079fd8d29e769148b64c745c4f6cf4 /math | |
parent | ec1dc609f93ffac1512eb0f0289b11ecbf48114a (diff) | |
download | mediawikicore-e9c19c7e3dd7b0c74cc208f42ed8c32199b3e77c.tar.gz mediawikicore-e9c19c7e3dd7b0c74cc208f42ed8c32199b3e77c.zip |
Shut up!
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4120
Diffstat (limited to 'math')
-rw-r--r-- | math/render.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/render.ml b/math/render.ml index d4bc9ade8339..939374af512b 100644 --- a/math/render.ml +++ b/math/render.ml @@ -1,4 +1,4 @@ -let cmd_dvips tmpprefix = "dvips -R -E " ^ tmpprefix ^ ".dvi -f" +let cmd_dvips tmpprefix = "dvips -q -R -E " ^ tmpprefix ^ ".dvi -f" let cmd_latex tmpprefix = "latex " ^ tmpprefix ^ ".tex >/dev/null" let cmd_convert finalpath = "convert -quality 100 -density 120 ps:- " ^ finalpath ^ " >/dev/null 2>/dev/null" |