X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fmatita%2Fmatita.ml;h=9aa1fb2f1c3db6f04c493434edf6df0760cc1c43;hb=f3c6deea5fa1ed58847d7fcdf597193e2c5c7ddb;hp=fb7ad27bf6244c2a914dfc418957e760feae75ce;hpb=238b544db1786fbc68354fd62aa6b05983906997;p=helm.git diff --git a/helm/software/matita/matita.ml b/helm/software/matita/matita.ml index fb7ad27bf..9aa1fb2f1 100644 --- a/helm/software/matita/matita.ml +++ b/helm/software/matita/matita.ml @@ -81,8 +81,15 @@ let _ = let sequents_viewer = MatitaMathView.sequentsViewer_instance () in sequents_viewer#load_logo; cic_math_view#set_href_callback - (Some (fun uri -> (MatitaMathView.cicBrowser ())#load - (`Uri (UriManager.uri_of_string uri)))); + (Some (fun uri -> + let uri = + try + `Uri (UriManager.uri_of_string uri) + with + UriManager.IllFormedUri _ -> + `NRef (NReference.reference_of_string uri) + in + (MatitaMathView.cicBrowser ())#load uri)); let browser_observer _ _ = MatitaMathView.refresh_all_browsers () in let sequents_observer _ grafite_status = sequents_viewer#reset; @@ -206,7 +213,7 @@ let _ = addDebugItem "Print current proof (natural language) to stderr" (fun _ -> prerr_endline - (ApplyTransformation.txt_of_cic_object 120 GrafiteAst.Declarative "" + (ApplyTransformation.txt_of_cic_object 120 [] ~map_unicode_to_tex:(Helm_registry.get_bool "matita.paste_unicode_as_tex") (match