module Compiler_of_doc:sig..end
exception Error of string
val txt_of_tr_doc : Common_utils.t_txt_options -> Doc_types.tr_doc -> stringImplements the raw text semantics for no-markup-markup.
val exml_of_tr_doc : Common_utils.t_exml_options -> Doc_types.tr_doc -> Xml.xmlexml_of_tr_doc options doc evaluates to an object of the Xml-light type Xml.xml that is also an instance of the xml-schema exml.dtd.
Html_utils.html_of_exml can translate that object into the body of an html-document.
val margin_labels_of_tr_doc : Common_utils.t_doc_settings -> Doc_types.tr_doc -> string listFor determining the size of the left margin.
val cref_table_of_tr_doc : Common_utils.t_doc_settings -> Doc_types.tr_doc -> Common_utils.t_cref_table
val nte_table_of_tr_doc : Common_utils.t_doc_settings ->
Common_utils.t_cref_table -> Doc_types.tr_doc -> Common_utils.t_nte_table