diff --git a/tutorial/latex.pike b/tutorial/latex.pike
index a082b8c5ac58727f473f8eeac1e4bb712a805368..b7c70c3169dd96f023447e9ebc8a74ee8d2256bd 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: