X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaMathView.ml;h=4252014bd83115bfae8ad9927dfd88cabcef0967;hb=9fe4caa4ba466250017b5ac1b36fc6e94d7e3860;hp=c32c00f203c12c4fa99dad0730cdd3b79335bae0;hpb=05078521aaff6f41f55114e5332663b1e9706824;p=helm.git diff --git a/helm/software/matita/matitaMathView.ml b/helm/software/matita/matitaMathView.ml index c32c00f20..4252014bd 100644 --- a/helm/software/matita/matitaMathView.ml +++ b/helm/software/matita/matitaMathView.ml @@ -452,7 +452,9 @@ object (self) let markup = CicNotationPres.render ids_to_uris pped_ast in BoxPp.render_to_string text_width markup *) - ApplyTransformation.txt_of_cic_sequent_conclusion + let map_unicode_to_tex = + Helm_registry.get_opt Helm_registry.bool "matita.paste_unicode_as_tex" in + ApplyTransformation.txt_of_cic_sequent_conclusion ?map_unicode_to_tex text_width metasenv cic_sequent method private pattern_of term context unsh_sequent =