pyexlatex.presentation.beamer.templates.lists package¶
Submodules¶
pyexlatex.presentation.beamer.templates.lists.dim_reveal_items module¶
- class pyexlatex.presentation.beamer.templates.lists.dim_reveal_items.DimAndRevealListItem(contents, dim=True, opacity=0.3)[source]¶
Bases:
pyexlatex.models.lists.item.ListItem
Single list item which reveals on each slide one-by-one and as the next one reveals, the last one dims.
Use DimAndRevealListItems to construct.
- is_ListItem = True¶
- class pyexlatex.presentation.beamer.templates.lists.dim_reveal_items.DimAndRevealListItems(contents, dim_last_item=False, opacity=0.3, vertical_fill=False, dim_earlier_items=True)[source]¶
Bases:
pyexlatex.models.lists.base.VerticalFillMixin
,pyexlatex.models.containeritem.ContainerItem
,pyexlatex.models.item.ItemBase
List items which reveal on each slide one-by-one and as the next one reveals, the last one dims.
Pass to a list class such as OrderedList or UnorderedList
- __init__(contents, dim_last_item=False, opacity=0.3, vertical_fill=False, dim_earlier_items=True)[source]¶
- is_ListBase = True¶
- name = '<dim and reveal container, should not enter latex output>'¶