X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2FapplyTransformation.ml;h=5db35244e397e1e4020403219b4d246e8a95fc04;hb=c9f62ea7b8b3a77048c7d1f78c3d430110b0745a;hp=f99c67f8b1ab6161d2b48c4c949d7779eab9ac29;hpb=4ba652d65269628faf6c81269276c7f9f2c8e60a;p=helm.git diff --git a/matitaB/matita/applyTransformation.ml b/matitaB/matita/applyTransformation.ml index f99c67f8b..5db35244e 100644 --- a/matitaB/matita/applyTransformation.ml +++ b/matitaB/matita/applyTransformation.ml @@ -101,7 +101,7 @@ class status = method ppmetasenv ~subst metasenv = String.concat "\n" (List.map - (fun m -> ntxt_of_cic_sequent ~map_unicode_to_tex:true 80 self + (fun m -> ntxt_of_cic_sequent ~map_unicode_to_tex:true 50 self ~metasenv ~subst m) metasenv) (* method ppobj obj =