pylatex.package

This module implements the class that deals with packages.

class Package(name, options=None)[source]

Bases: pylatex.base_classes.command.CommandBase

A class that represents a package.

Parameters:
  • name (str) – Name of the package.
  • options (str, list or Options) – Options of the package.