# File lib/ritex.rb, line 39
  def initialize format = :mathml
    self.format = format
    @macros = {}
    @merror = false
  end