# File lib/kramdown/converter/latex.rb, line 197
      def convert_tfoot(el, opts)
        "\\hline \\hline \n#{inner(el, opts)}"
      end