X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FboxPp.mli;h=291c59a2ae1439f3cb22e43efa6f66b71b6a87c0;hb=fd93fa0155994b70482e0f07d8e45c238cce835d;hp=fe05e24d9e8af9da1bc5a22f14c82cb62d4e43ab;hpb=bdf989481462c1185c9cbbfdd4b31d13aa4352b3;p=helm.git diff --git a/helm/software/components/content_pres/boxPp.mli b/helm/software/components/content_pres/boxPp.mli index fe05e24d9..291c59a2a 100644 --- a/helm/software/components/content_pres/boxPp.mli +++ b/helm/software/components/content_pres/boxPp.mli @@ -23,15 +23,21 @@ * http://helm.cs.unibo.it/ *) - (** @return rows list of rows *) + (** + * @param map_unicode_to_tex if true converts multibye unicode sequences to + * TeX-like macros (when possible). Default: true + * @return rows list of rows *) val render_to_strings: + map_unicode_to_tex:bool -> (CicNotationPres.boxml_markup Mpresentation.mpres Box.box list -> CicNotationPres.boxml_markup) -> int -> CicNotationPres.markup -> string list (** helper function + * @param map_unicode_to_tex as above * @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 -> (CicNotationPres.boxml_markup Mpresentation.mpres Box.box list -> CicNotationPres.boxml_markup) -> int -> CicNotationPres.markup -> string