# File lib/asciidoctor/document.rb, line 580
  def footnotes?
    @catalog[:footnotes].empty? ? false : true
  end