aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-12 14:12:36 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-12 14:12:36 +0000
commitbd66312570343037206be512285c1f10371d3a65 (patch)
tree336dd15c7cd6399378fcd1b0969ed66b6e95cf07 /tools
parente653960a72cbf0bd95e7cef97cd9000eb44fd267 (diff)
option -n de coq-tex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5090 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
-rw-r--r--tools/coq-tex.ml43
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/coq-tex.ml4 b/tools/coq-tex.ml4
index 5f42c03b0..d9b2ff2be 100644
--- a/tools/coq-tex.ml4
+++ b/tools/coq-tex.ml4
@@ -64,6 +64,8 @@ let extract texfile inputv =
outside ()
in
try
+ output_string chan_out
+ ("Set Printing Width " ^ (string_of_int !linelen) ^".\n");
outside ()
with End_of_file ->
begin close_in chan_in; close_out chan_out end
@@ -205,6 +207,7 @@ let insert texfile coq_output result =
in
try
let _ = next_block 0 in (* to skip the Coq banner *)
+ let _ = next_block 0 in (* to skip the Coq answer to Set Printing Width *)
outside ()
with End_of_file -> begin
close_in c_tex;