Report()
Create a new LaTex file object and open it.
Usage
rep = Report( fileName = None, packages = (),
docClass = 'article', docClassOpt = 'psfig,12pt' )
Parameters
- fileName (string)
- File name (.tex file name.)
- packages (list)
- List of document packages.
- docClass (string)
- document class.
- docClassOpt (string)
- Document class options.
Return Value
- repObj (object)
- Report (document) object.
Description
rep = Report( "pump.tex", packages=("graphicx", "hyperref") )