# File lib/maruku/output/to_latex.rb, line 297
  def to_latex_strong
    "\\textbf{#{children_to_latex}}"
  end