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