From 4134893c940a6e3c31c6796f9eedaf3227454538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 4 Jul 1999 05:25:54 -0700 Subject: [PATCH] changed dpi, hopefully temporary Rev: tutorial/latex.pike:1.2 --- tutorial/latex.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/latex.pike b/tutorial/latex.pike index a082b8c5ac..b7c70c3169 100644 --- a/tutorial/latex.pike +++ b/tutorial/latex.pike @@ -469,11 +469,11 @@ string convert_to_latex(SGML data, void|int flags) break; case "image": - ret+="\\epsfbox{"+Wmml.image_to_eps(tag,300.0)+"}"; + ret+="\\epsfbox{"+Wmml.image_to_eps(tag,75.0)+"}"; break; case "illustration": - ret+="\\epsfbox{"+Wmml.illustration_to_eps(tag,300.0)+"}"; + ret+="\\epsfbox{"+Wmml.illustration_to_eps(tag,75.0)+"}"; break; default: -- GitLab