Module Mlpost.Cairost
Use the Cairo backend to draw your figures; not always available
val supported : boolval emit_pdf : ?msg_error:float -> string -> Command.t -> unitval emit_ps : string -> Command.t -> unitval emit_png : string -> Command.t -> unitval emit_svg : string -> Command.t -> unitval emit_pdfs : string -> Command.t list -> unitOne figure by page
val dump_pdf : unit -> unitval dump_ps : unit -> unitval dump_png : unit -> unitval dump_svg : unit -> unitval dump_pdfs : string -> unitUse the figures recorded by the function emit of metapost
val generate_pdfs : string -> (int * Command.t) list -> unit