# File lib/maruku/output/to_latex.rb, line 464
  def to_latex_definition_list
    s = "\\begin{description}\n"
    s << children_to_latex
    s << "\\end{description}\n"
  end