| __init__(self,
          docmap,
          **kwargs)
    Construct a new LaTeX formatter, using the given documentation 
  map.(Constructor)
    Parameters:docmap-
         The documentation to output.(type=
 DocMap)kwargs-
         Keyword arguments:
          
            prj_name: The name of the project. Defaults 
            to none. (type=string)
            private: Whether to create documentation for 
            private objects. By default, private objects are documented. 
            (type=boolean)
            crossref: Whether to create crossreference 
            links between classes and modules. By default, crossreference 
            links are created. (type=boolean)
            index: Whether to generate an index. If you 
            generate an index, you will need to runmakeindexto make the.idxfile. By 
            default, an index is generated. 
            (type=boolean)
            list_classes_separately: Whether to list 
            classes in separate chapters, or to include them as sections 
            of their modules' chapters. By default, they are not listed 
            separately. (type=boolean)
            exclude: Whether to exclude inherited objects 
            and imported objects that are not defined by any of the 
            modules that are being documented. By default, these objects 
            are excluded. (type=boolean)
            alphabetical: Whether to list modules in 
            alphabetical order or in the order that they were specified 
            in on the command line. By default, modules are listed in 
            alphabetical order. (type=boolean)
 |