lib/kramdown/converter/latex.rb in kramdown-1.4.1 vs lib/kramdown/converter/latex.rb in kramdown-1.4.2
- old
+ new
@@ -30,11 +30,9 @@
class Latex < Base
# 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
# Dispatch the conversion of the element +el+ to a +convert_TYPE+ method using the +type+ of
# the element.