pyexlatex.presentation.beamer package

Subpackages

Submodules

pyexlatex.presentation.beamer.block module

class pyexlatex.presentation.beamer.block.AlertBlock(content, title=None, text_color=None, header_color=None, **kwargs)[source]

Bases: pyexlatex.presentation.beamer.block.BlockBase

Block with an optional header which is red

name = 'alertblock'
class pyexlatex.presentation.beamer.block.Block(content, title=None, text_color=None, header_color=None, **kwargs)[source]

Bases: pyexlatex.presentation.beamer.block.BlockBase

Block with an optional header

name = 'block'
class pyexlatex.presentation.beamer.block.BlockBase(content, title=None, text_color=None, header_color=None, **kwargs)[source]

Bases: pyexlatex.models.section.base.TextAreaBase

__init__(content, title=None, text_color=None, header_color=None, **kwargs)[source]
name = '<invalid, use a subclass, not BlockBase>'
class pyexlatex.presentation.beamer.block.ExamplesBlock(content)[source]

Bases: pyexlatex.presentation.beamer.block.BlockBase

Block which always has the header title “Examples”

__init__(content)[source]
name = 'examples'

pyexlatex.presentation.beamer.colorbox module

class pyexlatex.presentation.beamer.colorbox.BeamerColorBox(content, color, options=None, **kwargs)[source]

Bases: pyexlatex.models.section.base.TextAreaBase

__init__(content, color, options=None, **kwargs)[source]
property modifier_str: str
Return type

str

name = 'beamercolorbox'