class Kramdown::Converter::Latex

def initialize(root, options)

Initialize the LaTeX converter with the +root+ element and the conversion +options+.
def initialize(root, options)
  super
  #TODO: set the footnote counter at the beginning of the document
  @options[:footnote_nr]
  @data[:packages] = Set.new
end