# File lib/maruku/output/to_latex.rb, line 13
    def initialize(*args)
      self.latex_required_packages = Set.new
      super
    end