Class Odoc_latex.text

val subst_strings_simple : (Str.regexp * string) list
val subst_strings_code : (Str.regexp * string) list
val subst_strings : (Str.regexp * string) list
method attribute_label : ?no_:bool -> Odoc_info.Name.t -> string
method class_label : ?no_:bool -> Odoc_info.Name.t -> string
method class_type_label : ?no_:bool -> Odoc_info.Name.t -> string
method const_label : ?no_:bool -> Odoc_info.Name.t -> string
method escape : string -> string
method escape_code : string -> string
method escape_simple : string -> string
method exception_label : ?no_:bool -> Odoc_info.Name.t -> string
method extension_label : ?no_:bool -> Odoc_info.Name.t -> string
method label : ?no_:bool -> Odoc_info.Name.t -> string
method latex_of_Block : Format.formatter -> Odoc_info.text -> unit
method latex_of_Bold : Format.formatter -> Odoc_info.text -> unit
method latex_of_Center : Format.formatter -> Odoc_info.text -> unit
method latex_of_Code : Format.formatter -> string -> unit
method latex_of_CodePre : Format.formatter -> string -> unit
method latex_of_Emphasize : Format.formatter -> Odoc_info.text -> unit
method latex_of_Enum : Format.formatter -> Odoc_info.text list -> unit
method latex_of_Italic : Format.formatter -> Odoc_info.text -> unit
method latex_of_Latex : Format.formatter -> string -> unit
method latex_of_Left : Format.formatter -> Odoc_info.text -> unit
method latex_of_List : Format.formatter -> Odoc_info.text list -> unit
method latex_of_Newline : Format.formatter -> unit
method latex_of_Raw : Format.formatter -> string -> unit
method latex_of_Ref : Format.formatter -> Odoc_info.Name.t -> Odoc_info.ref_kind option -> Odoc_info.text option -> unit
method latex_of_Right : Format.formatter -> Odoc_info.text -> unit
method latex_of_Subscript : Format.formatter -> Odoc_info.text -> unit
method latex_of_Superscript : Format.formatter -> Odoc_info.text -> unit
method latex_of_Target : Format.formatter -> target:string -> code:string -> unit
method latex_of_Title : Format.formatter -> int -> Odoc_info.Name.t option -> Odoc_info.text -> unit
method latex_of_Verbatim : Format.formatter -> string -> unit
method latex_of_custom_text : Format.formatter -> string -> Odoc_info.text -> unit
method latex_of_text : Format.formatter -> Odoc_info.text -> unit
method latex_of_text_element : Format.formatter -> Odoc_info.text_element -> unit
method make_label : string -> string
method make_ref : string -> string
method method_label : ?no_:bool -> Odoc_info.Name.t -> string
method module_label : ?no_:bool -> Odoc_info.Name.t -> string
method module_type_label : ?no_:bool -> Odoc_info.Name.t -> string
method recfield_label : ?no_:bool -> Odoc_info.Name.t -> string
method section_style : int -> string -> string
method subst : (Str.regexp * string) list -> string -> string
method type_label : ?no_:bool -> Odoc_info.Name.t -> string
method value_label : ?no_:bool -> Odoc_info.Name.t -> string