# File lib/maruku/output/to_latex.rb, line 301
  def to_latex_emphasis
    "\\emph{#{children_to_latex}}"
  end