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