print_theory_as_tex : string -> unit
The LaTeX file will contain commands for displaying the theory’s datatypes, definitions and theorems.
- EmitTeX.print_theory_as_tex "list"; > val it = () : unit
 \input{HOLlist}
\HOLlistDatatypeslist \HOLlistDefinitionsALLXXDISTINCT \HOLlistTheoremsALLXXDISTINCTXXFILTER
Complete listings of the datatypes, definitions and theorems are displayed with:
\HOLlistDatatypes \HOLlistDefinitions \HOLlistTheorems
\HOLlistDate
The Verbatim display environment is used, however, "boxed" versions can be constructed. For example,
 \BUseVerbatim{HOLlistDatatypeslist}
 \fvset{fontfamily=helvetica}