Module Mlpost.Concrete
Compute concrete values of numerics, points and paths; not always available
module CPoint : sig ... endThe module of concrete points
module CPath : sig ... endConcrete Paths
module CTransform : sig ... endCompute the concrete value
val float_of_num : Num.t -> floatval cpoint_of_point : Point.t -> CPoint.tval cpath_of_path : Path.t -> CPath.tval ctransform_of_transform : Transform.t -> CTransform.t
Compute the baselines of a tex
Simple functions for the opposite operations
val num_of_float : float -> Num.tSame as
Num.bp.
val point_of_cpoint : CPoint.t -> Point.tval path_of_cpath : CPath.t -> Path.tval transform_of_ctransform : CTransform.t -> Transform.t
Some options (the mlpost tool takes care of them)
val set_prelude : string -> unit(deprecated)
set_prelude filenameuses the prelude of the file filename for compilation of the tex snippets