+2004-10-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top
+
2004-10-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
* lily/slur-scoring.cc (struct Slur_score_state): add
(let*
((cmd (string-append "latex \\\\nonstopmode \\\\input " name)))
+ (if (not (string? (getenv "extra_mem_top")))
+ (setenv "extra_mem_top" "1000000"))
(newline (current-error-port))
(display (format #f (_ "Invoking ~S") cmd) (current-error-port))
(newline (current-error-port))