Module Bracetax_latex_printer


module Bracetax_latex_printer: sig .. end
The LaTeX output format, implements Signatures.printer functions.

val build : ?print_comments:bool ->
?separate_header:(string * string * string) Pervasives.ref ->
?table_caption_after:bool ->
?img_hook:(string -> string) ->
?url_hook:(string -> string) ->
?href_is_footnote:bool ->
writer:Signatures.writer ->
unit -> Signatures.printer
Build a printer to feed Parser.do_transformation, the optional arguments have the same meaning than for Transform.brtx_to_latex.
val header : ?title:string -> ?comment:string -> ?stylesheet_link:string -> unit -> string
Build a LaTeX header.
val footer : unit -> string
Close a LaTeX document.