···66666767val input : Fpath.t Fmt.t
68686969+val includegraphics: 'a t
7070+6971(** {1 Required OCaml-specific primitives}
7072 All the macro should be implemented as "ocaml"-suffixed macro in the latex
7173 preamble *)
+1
src/latex/types.ml
···2626 | Layout_table of layout_table
2727 | Table of table
2828 | Ligaturable of string
2929+ | Image of Fpath.t
29303031and section = { level : int; label : string option; content : t }
3132
+1-1
test/pages/medias.t/index.mld
···77Some image:
8899- Without alt text:{image!caml.gif}
1010-- With an alt text: {{image!caml.gif}With alt text and {b emphasis}}
1010+- With an alt text: {{image!caml.png}With alt text and {b emphasis}}
1111- Unresolved without alt text: {image!caqzdqzdml.gif}
1212- Unresolved with alt text: {{image!camezfzeffl.gif}With alt text and {b emphasis}}
1313