X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FcicNotationPres.mli;h=6a25e56724723baea4849d47e771d12bc2fe7518;hb=14e2489ae86ecb6467fe9a7ba3b742a8d53c47ea;hp=04411df2b3d2e5ed394d04f33c74ac1ae5d05ace;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/content_pres/cicNotationPres.mli b/helm/software/components/content_pres/cicNotationPres.mli index 04411df2b..6a25e5672 100644 --- a/helm/software/components/content_pres/cicNotationPres.mli +++ b/helm/software/components/content_pres/cicNotationPres.mli @@ -35,9 +35,14 @@ val box_of_mpres: mathml_markup -> boxml_markup (** {2 Rendering} *) +val lookup_uri: (Cic.id,UriManager.uri) Hashtbl.t -> Cic.id -> string option + (** level 1 -> level 0 - * @param ids_to_uris mapping id -> uri for hyperlinking *) -val render: (Cic.id, UriManager.uri) Hashtbl.t -> CicNotationPt.term -> markup + * @param ids_to_uris mapping id -> uri for hyperlinking + * @param prec precedence level *) +val render: + lookup_uri:(Cic.id -> string option) -> ?prec:int -> CicNotationPt.term -> + markup (** level 0 -> xml stream *) val print_xml: markup -> Xml.token Stream.t