package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type page = {
  1. mutable pageContents : Patoraw.RawContent.raw list;
}
val output : ?state:int -> Box.box array array -> Box.drawingBox array -> Document.environment -> Box.frame -> Box.drawingBox Patutil.Extra.IntMap.t * Box.box list
val minipage : ?state:int -> ?env_mod:(Document.environment -> Document.environment) -> (Document.tree * 'a) -> Document.content list