X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=math%2Frender.ml;h=939374af512bf265022dbbb2fc9b83d2f6a85488;hb=e9c19c7e3dd7b0c74cc208f42ed8c32199b3e77c;hp=d4bc9ade83392c2a55dd227987ce822cfd7ed647;hpb=afe2b315b86eadc28437008cac35349ae498ad1d;p=lhc%2Fweb%2Fwiklou.git diff --git a/math/render.ml b/math/render.ml index d4bc9ade83..939374af51 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"