# File lib/math_ml/latex.rb, line 732
                        def cmd_underbrace_etc
                                com = @scanner[1]
                                Under.new(parse_any, Operator.new << entitize(UNDERS[com]))
                        end