pyexlatex.texgen.packages package

Submodules

pyexlatex.texgen.packages.columntypes module

class pyexlatex.texgen.packages.columntypes.ColumnTypesPackage[source]

Bases: pyexlatex.models.package.Package

New column types are created by importing the dcolumn package then adding the column type definition lines

__init__()[source]
Parameters
  • name – Name of LaTeX package

  • modifier_str – any options to be passed to the LaTeX package. E.g. if ‘abc=true’ is passed, it will render as usepackage[abc=true]{mypackage}

  • eq_on_modifier – Whether to consider any package options when checking equality of the package. Useful to set it to False when this package should not be added if it was previously added with different options

pyexlatex.texgen.packages.default module