pub fn display_do_indent(indent: usize, f: &mut Formatter<'_>) -> ResultExpand description
Produces a \n followed by indent-many spaces - i.e. does the indentation for
crate::tex::nodes::NodeTrait::display_fmt.
pub fn display_do_indent(indent: usize, f: &mut Formatter<'_>) -> ResultProduces a \n followed by indent-many spaces - i.e. does the indentation for
crate::tex::nodes::NodeTrait::display_fmt.