package bracetax

  1. Overview
  2. Docs

The LaTeX output format, implements Signatures.printer functions.

val build : ?print_comments:bool -> ?separate_header:(string * string * string) ref -> ?table_caption_after:bool -> ?img_hook:(string -> string) -> ?url_hook:(string -> string) -> ?href_is_footnote:bool -> writer:Bracetax_signatures.writer -> unit -> Bracetax_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.

Close a LaTeX document.