X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FboxPp.mli;h=291c59a2ae1439f3cb22e43efa6f66b71b6a87c0;hb=refs%2Ftags%2F0.4.95;hp=66ae8ec95ea7f15f048bc64abbadb26d9f7f76a2;hpb=b11675b6c6cdeaeabd74dfd99143ea5f87db205b;p=helm.git diff --git a/components/content_pres/boxPp.mli b/components/content_pres/boxPp.mli index 66ae8ec95..291c59a2a 100644 --- a/components/content_pres/boxPp.mli +++ b/components/content_pres/boxPp.mli @@ -28,7 +28,7 @@ * TeX-like macros (when possible). Default: true * @return rows list of rows *) val render_to_strings: - ?map_unicode_to_tex:bool -> + map_unicode_to_tex:bool -> (CicNotationPres.boxml_markup Mpresentation.mpres Box.box list -> CicNotationPres.boxml_markup) -> int -> CicNotationPres.markup -> string list @@ -37,7 +37,7 @@ val render_to_strings: * @return s, concatenation of the return value of render_to_strings above * with newlines as separators *) val render_to_string: - ?map_unicode_to_tex:bool -> + map_unicode_to_tex:bool -> (CicNotationPres.boxml_markup Mpresentation.mpres Box.box list -> CicNotationPres.boxml_markup) -> int -> CicNotationPres.markup -> string