Synopsis: pymanual_latex( listofmodules, output_dir, output_type, preamble='' )
Translate all __doc__ strings of elements of the modules with names from listofmodules . listofmodules might also be a string of a single module to be described.
output_dir is the destination director. output_type may be either "TEX", "DVI", or "PDF" for producing a document of the desired type.
preamble is an optional extension of the standard LaTeX preamble to incorporate for instance translations of the builtin strings into another language.
This is the central function to produce documentations in LaTeX format.