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)