pub fn lex_single_tex_formula( tex: &str, latexml: &mut Core, ) -> (Vec<String>, Vec<Node>, Option<Node>, Document)
Simple tokenization of a single formula, without any custom preloads beyond latex and amsmath.