From: Enrico Tassi Date: Mon, 10 Jul 2006 17:18:12 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~7099 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=82c6d1f246f28288136ce25b165e9b6748ad1f57;p=helm.git ... --- diff --git a/helm/software/components/binaries/tptp2grafite/main.ml b/helm/software/components/binaries/tptp2grafite/main.ml index 786ff7e75..980f2b456 100644 --- a/helm/software/components/binaries/tptp2grafite/main.ml +++ b/helm/software/components/binaries/tptp2grafite/main.ml @@ -292,7 +292,7 @@ let _ = let pres_term = TermContentPres.pp_ast content_term in let dummy_tbl = Hashtbl.create 1 in let markup = CicNotationPres.render dummy_tbl pres_term in - let s = BoxPp.render_to_string width markup in + let s = BoxPp.render_to_string List.hd width markup in Pcre.substitute ~pat:"\\\\forall [Ha-z][a-z0-9_]*" ~subst:(fun x -> "\n" ^ x) s in