print_theories_as_tex_doc : string list -> string -> unit
- EmitTeX.print_theories_as_tex_doc ["arithmetic", "list", "words"] "report"; > val it = () : unit
The document can be built as follows:
$ cp $HOLHOME/src/emit/holtex.sty . $ pdflatex report $ makeindex report $ pdflatex report