Skip to main content

begin_itemize

Function begin_itemize 

Source
pub fn begin_itemize(
    itype: &str,
    counter: Option<&str>,
    options: BeginItemizeOptions,
) -> Result<SymHashMap<Stored>>
Expand description

Prepare for an list (itemize/enumerate/description/etc) by determining the right counter (level) and binding the right \item ( $type@item, if $type is defined)