module type Signature =sig..end
Part of Melt which uses Mlpost.
val compiled_with_mlpost : boolThe value of compiled_with_mlpost is true.
val picture_of_latex : Latex.t -> Mlpost.Picture.tConvert some LaTeX into a picture.
val mlpost : ?mode:Melt_common.mode -> ?file:string -> Mlpost.Command.t -> Latex.tEmit a figure to use it in a LaTeX document.
The default value of ~mode is the mode specified via the
command line (either to the melt tool or directly to the executable).
The ~file parameter may be used if you want to specify the file name
used for the figure Metapost script. Otherwise, a default name is
chosen. This default name is base.melt.figureN.ext, where base is
the executable base name (can be overriden with the -name option on
the command line), N is the figure index and ext is mps if
-pdf is true or 1 otherwise.
module Beamer:sig..end