src/Pure/Thy/present.ML
changeset 8219 504689622489
parent 8196 ecb9decd38ac
child 8499 8958ece3bbdf
--- a/src/Pure/Thy/present.ML	Wed Feb 09 12:29:03 2000 +0100
+++ b/src/Pure/Thy/present.ML	Wed Feb 09 12:30:04 2000 +0100
@@ -327,7 +327,7 @@
 (* finish session *)
 
 fun isatool_document doc_format doc_prefix =
-  let val cmd = "$ISATOOL document -o '" ^ doc_format ^ "' '" ^ File.sysify_path doc_prefix ^ "'"
+  let val cmd = "$ISATOOL document -c -o '" ^ doc_format ^ "' '" ^ File.sysify_path doc_prefix ^ "'"
   in writeln cmd; if system cmd <> 0 then error "Failed to build document" else () end;
 
 fun write_tex src name path = Buffer.write (Path.append path (tex_path name)) src;