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
  @data[:packages] = Set.new
end