# File lib/kramdown/converter/latex.rb, line 46
      def initialize(root, options)
        super
        #TODO: set the footnote counter at the beginning of the document
        @options[:footnote_nr]
        @data[:packages] = Set.new
      end