# File lib/maruku/output/to_latex.rb, line 289
  def to_latex_ol
    wrap_as_environment('enumerate')
  end