module Mlpost_specific:sig
..end
module type Signature =sig
..end
val compiled_with_mlpost : bool
val picture_of_latex : Latex.t -> Mlpost.Picture.t
val mlpost_gen : (Latex.t -> 'a) ->
?mode:Melt_common.mode -> ?file:string -> Mlpost.Command.t -> 'a
val mlpost : ?mode:Melt_common.mode -> ?file:string -> Mlpost.Command.t -> Latex.t
module Beamer:sig
..end