# File lib/maruku/output/to_latex.rb, line 305
  def wrap_as_span(c)
    "{#{c} #{children_to_latex}}"
  end