From afe2b315b86eadc28437008cac35349ae498ad1d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 7 Jan 2004 11:53:18 +0000 Subject: [PATCH] Switch dvips options from "-o -" to "-f". Should do the same thing, but now also works with the version from FreeBSD ports. --- math/README | 2 +- math/render.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/math/README b/math/README index 90978dee91..1f0f5e4dc1 100644 --- a/math/README +++ b/math/README @@ -19,4 +19,4 @@ texvc output format is like that: -(GNU make is required to compile; if 'make' fails, try 'gmake'.) \ No newline at end of file +(GNU make is required to compile; if 'make' fails, try 'gmake'.) diff --git a/math/render.ml b/math/render.ml index 9f1e823360..d4bc9ade83 100644 --- a/math/render.ml +++ b/math/render.ml @@ -1,4 +1,4 @@ -let cmd_dvips tmpprefix = "dvips -R -E " ^ tmpprefix ^ ".dvi -o -" +let cmd_dvips tmpprefix = "dvips -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" -- 2.20.1