# File lib/maruku/output/to_latex.rb, line 277
  def to_latex_ul
    if self.attributes[:toc]
      @doc.toc.to_latex
    else
      wrap_as_environment('itemize')
    end
  end