From ccff14650d0212aeadf0fcf6ef9ed2e792516686 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 7 May 2003 12:46:36 +0000 Subject: [PATCH] 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). --- helm/gTopLevel/dictionary-cic.xml | 37 +++++++++++++++++++++++++++++++ helm/gTopLevel/texTermEditor.ml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 helm/gTopLevel/dictionary-cic.xml 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 -- 2.39.2