# File lib/maruku/output/to_latex.rb, line 335 def wrap_as_environment(name) "\\begin{#{name}}% #{children_to_latex} \\end{#{name}}\n" end