]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/boxPp.mli
HUGE COMMIT:
[helm.git] / matita / components / content_pres / boxPp.mli
index 291c59a2ae1439f3cb22e43efa6f66b71b6a87c0..c4d6fd53b8d51150a757e5b29f37c094acf91617 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-  (**
+  (** 
    * @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 *)
+   * @param size
+   * @returns hyperlinks and text
+   *)
 val render_to_string:
   map_unicode_to_tex:bool ->
   (CicNotationPres.boxml_markup Mpresentation.mpres Box.box list -> CicNotationPres.boxml_markup) -> 
-  int -> CicNotationPres.markup -> string
+  int -> CicNotationPres.markup ->
+   (int * int * string) list * string