Module Odoc_latex

Generation of LaTeX documentation.

val separate_files : bool ref
val latex_titles : (int * string) list ref
val latex_value_prefix : string ref
val latex_type_prefix : string ref
val latex_type_elt_prefix : string ref
val latex_extension_prefix : string ref
val latex_exception_prefix : string ref
val latex_module_prefix : string ref
val latex_module_type_prefix : string ref
val latex_class_prefix : string ref
val latex_class_type_prefix : string ref
val latex_attribute_prefix : string ref
val latex_method_prefix : string ref
module Generator : sig ... end
module type Latex_generator = sig ... end