# File lib/math_ml/latex.rb, line 727
                        def cmd_hat_etc
                                com = @scanner[1]
                                Over.new(parse_any, Operator.new << entitize(OVERS[com]))
                        end