From: Claudio Sacerdoti Coen Date: Wed, 7 May 2003 12:46:36 +0000 (+0000) Subject: New dictionary created to handle special syntax for CIC. X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=ccff14650d0212aeadf0fcf6ef9ed2e792516686 New dictionary created to handle special syntax for CIC. So far the following macros have been added: \Prop \Set \Type They are now rendered as Prop, Set and Type (in non-italic font). --- diff --git a/helm/gTopLevel/dictionary-cic.xml b/helm/gTopLevel/dictionary-cic.xml new file mode 100644 index 000000000..29397d45a --- /dev/null +++ b/helm/gTopLevel/dictionary-cic.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + diff --git a/helm/gTopLevel/texTermEditor.ml b/helm/gTopLevel/texTermEditor.ml index 18c2215b5..3a9938f8e 100644 --- a/helm/gTopLevel/texTermEditor.ml +++ b/helm/gTopLevel/texTermEditor.ml @@ -72,7 +72,7 @@ module Make(C:Disambiguate.Callbacks) = fun l s -> prerr_endline ("TERM_EDITOR (" ^ string_of_int l ^ "): " ^ s) in let tex_editor = Mathml_editor.create - Mathml_editor.default_dictionary_path + "dictionary-cic.xml" Mathml_editor.default_mathml_stylesheet_path Mathml_editor.default_tex_stylesheet_path logger