class documentation

class UserTheme(Theme): (source)

View In Hierarchy

A user defined LaTeX theme.

Method __init__ Undocumented
Constant OPTIONAL_CONFIG_KEYS Undocumented
Constant REQUIRED_CONFIG_KEYS Undocumented
Instance Variable config Undocumented

Inherited from Theme:

Method update Override theme settings by user's configuration.
Constant LATEX_ELEMENTS_KEYS Undocumented
Constant UPDATABLE_KEYS Undocumented
Instance Variable docclass Undocumented
Instance Variable name Undocumented
Instance Variable papersize Undocumented
Instance Variable pointsize Undocumented
Instance Variable toplevel_sectioning Undocumented
Instance Variable wrapperclass Undocumented
def __init__(self, name, filename): (source)

Undocumented

Parameters
name:strUndocumented
filename:strUndocumented
OPTIONAL_CONFIG_KEYS: list[str] = (source)

Undocumented

Value
['papersize', 'pointsize', 'toplevel_sectioning']
REQUIRED_CONFIG_KEYS: list[str] = (source)

Undocumented

Value
['docclass', 'wrapperclass']

Undocumented